Searched refs:bus_for_each_drv (Results 1 – 12 of 12) sorted by relevance
| /Linux-v5.4/drivers/hid/ |
| D | hid-generic.c | 50 if (bus_for_each_drv(&hid_bus_type, NULL, hdev, __check_hid_generic)) in hid_generic_match()
|
| D | hid-core.c | 2487 bus_for_each_drv(&hid_bus_type, NULL, NULL, in __hid_register_driver() 2499 bus_for_each_drv(&hid_bus_type, NULL, hdrv, __bus_removed_driver); in hid_unregister_driver()
|
| /Linux-v5.4/Documentation/driver-api/driver-model/ |
| D | bus.rst | 76 int bus_for_each_drv(struct bus_type * bus, struct device_driver * start,
|
| D | porting.rst | 426 int bus_for_each_drv(struct bus_type * bus, struct device_driver * start,
|
| /Linux-v5.4/drivers/base/ |
| D | dd.c | 854 bus_for_each_drv(dev->bus, NULL, &data, __device_attach_driver); in __device_attach_async_helper() 894 ret = bus_for_each_drv(dev->bus, NULL, &data, in __device_attach()
|
| D | bus.c | 417 int bus_for_each_drv(struct bus_type *bus, struct device_driver *start, in bus_for_each_drv() function 434 EXPORT_SYMBOL_GPL(bus_for_each_drv);
|
| /Linux-v5.4/drivers/parport/ |
| D | share.c | 178 bus_for_each_drv(&parport_bus_type, NULL, port, driver_check); in attach_driver_chain() 204 bus_for_each_drv(&parport_bus_type, NULL, port, driver_detach); in detach_driver_chain()
|
| /Linux-v5.4/drivers/ide/ |
| D | ide-proc.c | 611 err = bus_for_each_drv(&ide_bus_type, NULL, s, proc_print_driver); in ide_drivers_show()
|
| /Linux-v5.4/drivers/sh/maple/ |
| D | maple.c | 375 bus_for_each_drv(&maple_bus_type, NULL, mdev, in maple_attach_driver()
|
| /Linux-v5.4/drivers/i2c/ |
| D | i2c-core-base.c | 1379 bus_for_each_drv(&i2c_bus_type, NULL, adap, __process_new_adapter); in i2c_register_adapter() 1550 bus_for_each_drv(&i2c_bus_type, NULL, adap, in i2c_del_adapter()
|
| /Linux-v5.4/drivers/s390/cio/ |
| D | css.c | 1333 return bus_for_each_drv(&css_bus_type, NULL, NULL, css_settle); in css_complete_work()
|
| /Linux-v5.4/include/linux/ |
| D | device.h | 265 int bus_for_each_drv(struct bus_type *bus, struct device_driver *start,
|