Searched refs:bus_for_each_drv (Results 1 – 13 of 13) sorted by relevance
/linux-6.3-rc2/drivers/hid/ |
A D | hid-generic.c | 50 if (bus_for_each_drv(&hid_bus_type, NULL, hdev, __check_hid_generic)) in hid_generic_match()
|
A D | hid-core.c | 2907 bus_for_each_drv(&hid_bus_type, NULL, NULL, in __hid_register_driver() 2919 bus_for_each_drv(&hid_bus_type, NULL, hdrv, __bus_removed_driver); in hid_unregister_driver()
|
/linux-6.3-rc2/drivers/usb/core/ |
A D | generic.c | 220 if (bus_for_each_drv(&usb_bus_type, NULL, udev, __check_for_non_generic_match)) in usb_generic_driver_match()
|
/linux-6.3-rc2/include/linux/device/ |
A D | bus.h | 236 int bus_for_each_drv(const struct bus_type *bus, struct device_driver *start,
|
/linux-6.3-rc2/drivers/s390/crypto/ |
A D | ap_bus.c | 1385 rc = bus_for_each_drv(&ap_bus_type, NULL, reserved, in apmask_commit() 1478 rc = bus_for_each_drv(&ap_bus_type, NULL, reserved, in aqmask_commit() 1720 bus_for_each_drv(&ap_bus_type, NULL, NULL, in notify_config_changed() 1742 bus_for_each_drv(&ap_bus_type, NULL, NULL, in notify_scan_complete()
|
/linux-6.3-rc2/Documentation/driver-api/driver-model/ |
A D | bus.rst | 76 int bus_for_each_drv(struct bus_type * bus, struct device_driver * start,
|
A D | porting.rst | 426 int bus_for_each_drv(struct bus_type * bus, struct device_driver * start,
|
/linux-6.3-rc2/drivers/base/ |
A D | dd.c | 955 bus_for_each_drv(dev->bus, NULL, &data, __device_attach_driver); in __device_attach_async_helper() 998 ret = bus_for_each_drv(dev->bus, NULL, &data, in __device_attach()
|
A D | bus.c | 443 int bus_for_each_drv(const struct bus_type *bus, struct device_driver *start, in bus_for_each_drv() function 462 EXPORT_SYMBOL_GPL(bus_for_each_drv);
|
/linux-6.3-rc2/drivers/parport/ |
A 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-6.3-rc2/drivers/sh/maple/ |
A D | maple.c | 374 bus_for_each_drv(&maple_bus_type, NULL, mdev, in maple_attach_driver()
|
/linux-6.3-rc2/drivers/i2c/ |
A D | i2c-core-base.c | 1534 bus_for_each_drv(&i2c_bus_type, NULL, adap, __process_new_adapter); in i2c_register_adapter() 1705 bus_for_each_drv(&i2c_bus_type, NULL, adap, in i2c_del_adapter()
|
/linux-6.3-rc2/drivers/s390/cio/ |
A D | css.c | 1311 return bus_for_each_drv(&css_bus_type, NULL, NULL, css_settle); in css_complete_work()
|
Completed in 30 milliseconds