Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/hid/
Dhid-generic.c50 if (bus_for_each_drv(&hid_bus_type, NULL, hdev, __check_hid_generic)) in hid_generic_match()
Dhid-core.c3011 bus_for_each_drv(&hid_bus_type, NULL, NULL, in __hid_register_driver()
3023 bus_for_each_drv(&hid_bus_type, NULL, hdrv, __bus_removed_driver); in hid_unregister_driver()
/linux-6.12.1/include/linux/device/
Dbus.h230 int bus_for_each_drv(const struct bus_type *bus, struct device_driver *start,
/linux-6.12.1/drivers/usb/core/
Dgeneric.c236 if (bus_for_each_drv(&usb_bus_type, NULL, udev, __check_for_non_generic_match)) in usb_generic_driver_match()
/linux-6.12.1/drivers/s390/crypto/
Dap_bus.c1419 rc = bus_for_each_drv(&ap_bus_type, NULL, reserved, in apmask_commit()
1511 rc = bus_for_each_drv(&ap_bus_type, NULL, reserved, in aqmask_commit()
1778 bus_for_each_drv(&ap_bus_type, NULL, NULL, in notify_config_changed()
1800 bus_for_each_drv(&ap_bus_type, NULL, NULL, in notify_scan_complete()
/linux-6.12.1/drivers/parport/
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-6.12.1/Documentation/driver-api/driver-model/
Dbus.rst76 int bus_for_each_drv(struct bus_type * bus, struct device_driver * start,
Dporting.rst426 int bus_for_each_drv(struct bus_type * bus, struct device_driver * start,
/linux-6.12.1/drivers/base/
Ddd.c987 bus_for_each_drv(dev->bus, NULL, &data, __device_attach_driver); in __device_attach_async_helper()
1030 ret = bus_for_each_drv(dev->bus, NULL, &data, in __device_attach()
Dbus.c445 int bus_for_each_drv(const struct bus_type *bus, struct device_driver *start, in bus_for_each_drv() function
464 EXPORT_SYMBOL_GPL(bus_for_each_drv);
/linux-6.12.1/drivers/sh/maple/
Dmaple.c375 bus_for_each_drv(&maple_bus_type, NULL, mdev, in maple_attach_driver()
/linux-6.12.1/drivers/i2c/
Di2c-core-base.c1590 bus_for_each_drv(&i2c_bus_type, NULL, adap, __process_new_adapter); in i2c_register_adapter()
1762 bus_for_each_drv(&i2c_bus_type, NULL, adap, in i2c_del_adapter()
/linux-6.12.1/drivers/s390/cio/
Dcss.c1304 return bus_for_each_drv(&css_bus_type, NULL, NULL, css_settle); in css_complete_work()