Query: bus_register
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
BUS_REGISTER(9) Device drivers infrastructure BUS_REGISTER(9)NAMEbus_register - register a driver-core subsystemSYNOPSISint bus_register(struct bus_type * bus);ARGUMENTSbus bus to registerDESCRIPTIONOnce we have that, we register the bus with the kobject infrastructure, then register the children subsystems it has: the devices and drivers that belong to the subsystem.COPYRIGHTKernel Hackers Manual 3.10 June 2014 BUS_REGISTER(9)