Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/device/
H A Ddriver.h158 struct device *driver_find_device(struct device_driver *drv,
171 return driver_find_device(drv, NULL, name, device_match_name); in driver_find_device_by_name()
184 return driver_find_device(drv, NULL, np, device_match_of_node); in driver_find_device_by_of_node()
197 return driver_find_device(drv, NULL, fwnode, device_match_fwnode); in driver_find_device_by_fwnode()
209 return driver_find_device(drv, NULL, &devt, device_match_devt); in driver_find_device_by_devt()
215 return driver_find_device(drv, start, NULL, device_match_any); in driver_find_next_device()
229 return driver_find_device(drv, NULL, adev, device_match_acpi_dev); in driver_find_device_by_acpi_dev()
/openbmc/linux/drivers/base/
H A Ddriver.c151 struct device *driver_find_device(struct device_driver *drv, in driver_find_device() function
169 EXPORT_SYMBOL_GPL(driver_find_device);
/openbmc/linux/drivers/s390/cio/
H A Dchsc_sch.c183 dev = driver_find_device(&chsc_subchannel_driver.drv, in chsc_get_next_subchannel()
/openbmc/linux/drivers/iommu/
H A Dvirtio-iommu.c958 struct device *dev = driver_find_device(&virtio_iommu_drv.driver, NULL, in viommu_get_by_fwnode()
/openbmc/linux/drivers/char/ipmi/
H A Dipmi_msghandler.c2989 dev = driver_find_device(drv, NULL, guid, __find_bmc_guid); in ipmi_find_bmc_guid()
3033 dev = driver_find_device(drv, NULL, &id, __find_bmc_prod_dev_id); in ipmi_find_bmc_prod_dev_id()
/openbmc/linux/drivers/gpu/drm/tegra/
H A Ddc.c3127 companion = driver_find_device(dc->dev->driver, NULL, (const void *)0, in tegra_dc_couple()