BUS_REGISTER(9) Device drivers infrastructure BUS_REGISTER(9)NAMEbus_register - register a bus with the system.SYNOPSISint bus_register(struct bus_type * bus);ARGUMENTSbus bus.DESCRIPTIONOnce 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.COPYRIGHTKernel Hackers Manual 2.6. July 2010 BUS_REGISTER(9)