Searched refs:driver_for_each_device (Results 1 – 3 of 3) sorted by relevance
41 int driver_for_each_device(struct device_driver *drv, struct device *start, in driver_for_each_device() function58 EXPORT_SYMBOL_GPL(driver_for_each_device);
333 extern int __must_check driver_for_each_device(struct device_driver *drv,
2301 WARN_ON_ONCE(driver_for_each_device(&hfc_driver.driver, NULL, NULL, in hfcpci_softirq()