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

NAME

6       bus_register - register a driver-core subsystem
7

SYNOPSIS

9       int bus_register(struct bus_type * bus);
10

ARGUMENTS

12       bus
13           bus to register
14

DESCRIPTION

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