Searched refs:bus_for_each_drv (Results 1 – 10 of 10) sorted by relevance
/linux-4.4.14/drivers/base/ |
D | dd.c | 531 bus_for_each_drv(dev->bus, NULL, &data, __device_attach_driver); in __device_attach_async_helper() 571 ret = bus_for_each_drv(dev->bus, NULL, &data, in __device_attach()
|
D | bus.c | 451 int bus_for_each_drv(struct bus_type *bus, struct device_driver *start, in bus_for_each_drv() function 468 EXPORT_SYMBOL_GPL(bus_for_each_drv);
|
/linux-4.4.14/Documentation/driver-model/ |
D | bus.txt | 74 int bus_for_each_drv(struct bus_type * bus, struct device_driver * start,
|
D | porting.txt | 422 int bus_for_each_drv(struct bus_type * bus, struct device_driver * start,
|
/linux-4.4.14/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-4.4.14/drivers/sh/maple/ |
D | maple.c | 375 bus_for_each_drv(&maple_bus_type, NULL, mdev, in maple_attach_driver()
|
/linux-4.4.14/drivers/ide/ |
D | ide-proc.c | 756 err = bus_for_each_drv(&ide_bus_type, NULL, s, proc_print_driver); in ide_drivers_show()
|
/linux-4.4.14/drivers/s390/cio/ |
D | css.c | 1056 return bus_for_each_drv(&css_bus_type, NULL, NULL, css_settle); in css_complete_work()
|
/linux-4.4.14/include/linux/ |
D | device.h | 162 int bus_for_each_drv(struct bus_type *bus, struct device_driver *start,
|
/linux-4.4.14/drivers/i2c/ |
D | i2c-core.c | 1618 bus_for_each_drv(&i2c_bus_type, NULL, adap, __process_new_adapter); in i2c_register_adapter() 1788 bus_for_each_drv(&i2c_bus_type, NULL, adap, in i2c_del_adapter()
|