Searched refs:bus_for_each_drv (Results 1 – 7 of 7) sorted by relevance
| /linux/include/linux/device/ |
| H A D | bus.h | 240 int bus_for_each_drv(const struct bus_type *bus, struct device_driver *start,
|
| /linux/Documentation/driver-api/driver-model/ |
| H A D | bus.rst | 76 int bus_for_each_drv(struct bus_type * bus, struct device_driver * start,
|
| H A D | porting.rst | 426 int bus_for_each_drv(struct bus_type * bus, struct device_driver * start,
|
| /linux/drivers/parport/ |
| H A D | share.c | 172 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/drivers/base/ |
| H A D | dd.c | 990 bus_for_each_drv(dev->bus, NULL, &data, __device_attach_driver); in __device_attach_async_helper() 1033 ret = bus_for_each_drv(dev->bus, NULL, &data, in __device_attach()
|
| H A D | bus.c | 486 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 D | maple.c | 375 bus_for_each_drv(&maple_bus_type, NULL, mdev, in maple_attach_driver()
|