Home
last modified time | relevance | path

Searched refs:driver_for_each_device (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/drivers/base/
Ddriver.c41 int driver_for_each_device(struct device_driver *drv, struct device *start, in driver_for_each_device() function
58 EXPORT_SYMBOL_GPL(driver_for_each_device);
/linux-4.19.296/include/linux/
Ddevice.h333 extern int __must_check driver_for_each_device(struct device_driver *drv,
/linux-4.19.296/drivers/isdn/hardware/mISDN/
Dhfcpci.c2301 WARN_ON_ONCE(driver_for_each_device(&hfc_driver.driver, NULL, NULL, in hfcpci_softirq()