__bus_register(9) register a driver-core subsystem

SYNOPSIS

int __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.

COPYRIGHT