1BUS_REGISTER(9)          Device drivers infrastructure         BUS_REGISTER(9)
2
3
4

NAME

6       bus_register - register a bus with the system.
7

SYNOPSIS

9       int bus_register(struct bus_type * bus);
10

ARGUMENTS

12       bus
13           bus.
14

DESCRIPTION

16       Once we have that, we registered the bus with the kobject
17       infrastructure, then register the children subsystems it has: the
18       devices and drivers that belong to the bus.
19
21Kernel Hackers Manual 2.6.         June 2019                   BUS_REGISTER(9)
Impressum