Lines Matching refs:drivers
14 Most of the work of porting devices drivers to the new model happens
16 negative effect on kernel drivers, and to allow a gradual transition
17 of bus drivers.
80 subdirectories: 'devices' and 'drivers'.
85 `-- drivers
271 /sys/bus/pci/drivers/
283 operations the bus already defines for drivers, but taking different
287 simultaneously convert their drivers to generic format. Instead, the
289 forward call to the bus-specific drivers. For instance:
322 already set. This allows the drivers to implement their own generic
330 devices must be bound to a driver, or drivers must be bound to all
346 When a device is registered, the bus's list of drivers is iterated
358 /sys/bus/pci/drivers/
416 struct bus_type also contains a list of all drivers registered with
417 it. An internal list of drivers that the bus driver maintains may
420 The drivers may be iterated over, like devices:
426 Please see drivers/base/bus.c for more information.
442 though, that this will likely mean fixing up all the drivers that