Lines Matching refs:registered
24 The generic objects must be registered with the driver model core. By
127 When devices are discovered or registered with the bus type, the
141 The order of this list is determined by the parent of registered
167 Once the generic device has been initialized, it can be registered
185 When the device is registered, a directory in sysfs is created.
309 is registered::
331 registered with the bus at any time. When registration happens,
336 bus driver compares these IDs to the IDs of devices registered with it.
350 When a device is registered, the bus's list of drivers is iterated
353 When a driver is registered, the bus's list of devices is iterated
379 Whenever a device is registered with the driver model core, the
407 struct bus_type contains a list of all devices registered with the bus
420 struct bus_type also contains a list of all drivers registered with