Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/hid/
H A Dhid-generic.c50 if (bus_for_each_drv(&hid_bus_type, NULL, hdev, __check_hid_generic)) in hid_generic_match()
H A Dhid-core.c2561 bus_for_each_drv(&hid_bus_type, NULL, NULL, in __hid_register_driver()
2573 bus_for_each_drv(&hid_bus_type, NULL, hdrv, __bus_removed_driver); in hid_unregister_driver()
/OK3568_Linux_fs/kernel/drivers/usb/core/
H A Dgeneric.c220 if (bus_for_each_drv(&usb_bus_type, NULL, udev, __check_for_non_generic_match)) in usb_generic_driver_match()
/OK3568_Linux_fs/kernel/include/linux/device/
H A Dbus.h256 int bus_for_each_drv(struct bus_type *bus, struct device_driver *start,
/OK3568_Linux_fs/kernel/drivers/base/
H A Ddd.c884 bus_for_each_drv(dev->bus, NULL, &data, __device_attach_driver); in __device_attach_async_helper()
927 ret = bus_for_each_drv(dev->bus, NULL, &data, in __device_attach()
H A Dbus.c418 int bus_for_each_drv(struct bus_type *bus, struct device_driver *start, in bus_for_each_drv() function
435 EXPORT_SYMBOL_GPL(bus_for_each_drv);
/OK3568_Linux_fs/kernel/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,
/OK3568_Linux_fs/kernel/drivers/parport/
H A Dshare.c178 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()
/OK3568_Linux_fs/kernel/drivers/ide/
H A Dide-proc.c610 err = bus_for_each_drv(&ide_bus_type, NULL, s, proc_print_driver); in ide_drivers_show()
/OK3568_Linux_fs/kernel/drivers/sh/maple/
H A Dmaple.c375 bus_for_each_drv(&maple_bus_type, NULL, mdev, in maple_attach_driver()
/OK3568_Linux_fs/kernel/drivers/i2c/
H A Di2c-core-base.c1483 bus_for_each_drv(&i2c_bus_type, NULL, adap, __process_new_adapter); in i2c_register_adapter()
1654 bus_for_each_drv(&i2c_bus_type, NULL, adap, in i2c_del_adapter()
/OK3568_Linux_fs/kernel/android/
H A Dabi_gki_aarch64_generic105 bus_for_each_drv
H A Dabi_gki_aarch64_galaxy794 bus_for_each_drv
/OK3568_Linux_fs/kernel/drivers/s390/cio/
H A Dcss.c1360 return bus_for_each_drv(&css_bus_type, NULL, NULL, css_settle); in css_complete_work()