Home
last modified time | relevance | path

Searched refs:bus_for_each_drv (Results 1 – 9 of 9) sorted by relevance

/linux/include/linux/device/
H A Dbus.h246 int bus_for_each_drv(const struct bus_type *bus, struct device_driver *start,
/linux/drivers/parport/
H A Dshare.c172 bus_for_each_drv(&parport_bus_type, NULL, port, driver_check); in attach_driver_chain()
195 bus_for_each_drv(&parport_bus_type, NULL, port, driver_detach); in detach_driver_chain()
/linux/Documentation/driver-api/driver-model/
H A Dbus.rst76 int bus_for_each_drv(struct bus_type * bus, struct device_driver * start,
H A Dporting.rst426 int bus_for_each_drv(struct bus_type * bus, struct device_driver * start,
/linux/drivers/base/
H A Ddd.c1058 bus_for_each_drv(dev->bus, NULL, &data, __device_attach_driver); in __device_attach_async_helper()
1101 ret = bus_for_each_drv(dev->bus, NULL, &data, in __device_attach()
H A Dbus.c486 int bus_for_each_drv(const struct bus_type *bus, struct device_driver *start, in bus_for_each_drv() function
505 EXPORT_SYMBOL_GPL(bus_for_each_drv);
/linux/drivers/sh/maple/
H A Dmaple.c375 bus_for_each_drv(&maple_bus_type, NULL, mdev, in maple_attach_driver()
/linux/drivers/i2c/
H A Di2c-core-base.c1601 bus_for_each_drv(&i2c_bus_type, NULL, adap, __process_new_adapter); in i2c_register_adapter()
1771 bus_for_each_drv(&i2c_bus_type, NULL, adap, in i2c_del_adapter()
/linux/drivers/hid/
H A Dhid-core.c3099 bus_for_each_drv(&hid_bus_type, NULL, NULL, in __hid_register_driver()
3111 bus_for_each_drv(&hid_bus_type, NULL, hdrv, __bus_removed_driver); in hid_unregister_driver()