Name

bus_register — register a driver-core subsystem

Synopsis

int bus_register (struct bus_type * bus);
 

Arguments

bus

bus to register

Description

Once 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.