Name
bus_register —
register a bus with the system.
Synopsis
int bus_register
(struct bus_type * bus);
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 bus.