Home
last modified time | relevance | path

Searched refs:driver_find_device (Results 1 – 11 of 11) sorted by relevance

/Linux-v4.19/drivers/base/
Ddriver.c75 struct device *driver_find_device(struct device_driver *drv, in driver_find_device() function
93 EXPORT_SYMBOL_GPL(driver_find_device);
/Linux-v4.19/drivers/mfd/
Dsyscon.c188 dev = driver_find_device(&syscon_driver.driver, NULL, (void *)s, in syscon_regmap_lookup_by_pdevname()
/Linux-v4.19/drivers/amba/
Dtegra-ahb.c160 dev = driver_find_device(&tegra_ahb_driver.driver, NULL, dn, in tegra_ahb_enable_smmu()
/Linux-v4.19/drivers/s390/cio/
Dccwgroup.c600 while ((dev = driver_find_device(&cdriver->driver, NULL, NULL, in ccwgroup_driver_unregister()
Dchsc_sch.c217 dev = driver_find_device(&chsc_subchannel_driver.drv, in chsc_get_next_subchannel()
Ddevice.c1682 dev = driver_find_device(&cdrv->driver, NULL, (void *)bus_id, in get_ccwdev_by_busid()
/Linux-v4.19/include/linux/
Ddevice.h338 struct device *driver_find_device(struct device_driver *drv,
/Linux-v4.19/drivers/iommu/
Darm-smmu.c1349 struct device *dev = driver_find_device(&arm_smmu_driver.driver, NULL, in arm_smmu_get_by_fwnode()
Darm-smmu-v3.c1807 struct device *dev = driver_find_device(&arm_smmu_driver.driver, NULL, in arm_smmu_get_by_fwnode()
/Linux-v4.19/drivers/char/ipmi/
Dipmi_msghandler.c2750 dev = driver_find_device(drv, NULL, guid, __find_bmc_guid); in ipmi_find_bmc_guid()
2794 dev = driver_find_device(drv, NULL, &id, __find_bmc_prod_dev_id); in ipmi_find_bmc_prod_dev_id()
/Linux-v4.19/drivers/gpu/drm/tegra/
Ddc.c2319 partner = driver_find_device(dc->dev->driver, NULL, NULL, in tegra_dc_couple()