Name
__bus_register —
register a driver-core subsystem
Synopsis
int fsfunc__bus_register ( | struct bus_type * bus, |
| struct lock_class_key * key) ; |
Arguments
bus
bus.
key
-- undescribed --
Description
Once we have that, we registered the bus with the kobject
infrastructure, then register the children subsystems it has:
the devices and drivers that belong to the subsystem.