Searched refs:driver_find_device (Results 1 - 9 of 9) sorted by relevance

/linux-4.4.14/drivers/base/
H A Ddriver.c63 * driver_find_device - device iterator for locating a particular device.
77 struct device *driver_find_device(struct device_driver *drv, driver_find_device() function
95 EXPORT_SYMBOL_GPL(driver_find_device); variable
/linux-4.4.14/drivers/mfd/
H A Dsyscon.c145 dev = driver_find_device(&syscon_driver.driver, NULL, (void *)s, syscon_regmap_lookup_by_pdevname()
/linux-4.4.14/drivers/amba/
H A Dtegra-ahb.c160 dev = driver_find_device(&tegra_ahb_driver.driver, NULL, dn, tegra_ahb_enable_smmu()
/linux-4.4.14/drivers/s390/cio/
H A Dccwgroup.c585 while ((dev = driver_find_device(&cdriver->driver, NULL, NULL, ccwgroup_driver_unregister()
H A Dchsc_sch.c222 dev = driver_find_device(&chsc_subchannel_driver.drv, chsc_get_next_subchannel()
H A Ddevice.c1725 dev = driver_find_device(&cdrv->driver, NULL, (void *)bus_id, get_ccwdev_by_busid()
/linux-4.4.14/drivers/iommu/
H A Domap-iommu.c840 dev = driver_find_device(&omap_iommu_driver.driver, NULL, (void *)name, omap_iommu_attach()
/linux-4.4.14/include/linux/
H A Ddevice.h322 struct device *driver_find_device(struct device_driver *drv,
/linux-4.4.14/drivers/char/ipmi/
H A Dipmi_msghandler.c2220 dev = driver_find_device(drv, NULL, guid, __find_bmc_guid); ipmi_find_bmc_guid()
2251 dev = driver_find_device(drv, NULL, &id, __find_bmc_prod_dev_id); ipmi_find_bmc_prod_dev_id()

Completed in 408 milliseconds