Searched refs:driver_find_device (Results 1 – 6 of 6) sorted by relevance
/Linux-v6.1/include/linux/device/ |
D | driver.h | 162 struct device *driver_find_device(struct device_driver *drv, 175 return driver_find_device(drv, NULL, name, device_match_name); in driver_find_device_by_name() 188 return driver_find_device(drv, NULL, np, device_match_of_node); in driver_find_device_by_of_node() 201 return driver_find_device(drv, NULL, fwnode, device_match_fwnode); in driver_find_device_by_fwnode() 213 return driver_find_device(drv, NULL, &devt, device_match_devt); in driver_find_device_by_devt() 219 return driver_find_device(drv, start, NULL, device_match_any); in driver_find_next_device() 233 return driver_find_device(drv, NULL, adev, device_match_acpi_dev); in driver_find_device_by_acpi_dev()
|
/Linux-v6.1/drivers/base/ |
D | driver.c | 151 struct device *driver_find_device(struct device_driver *drv, in driver_find_device() function 169 EXPORT_SYMBOL_GPL(driver_find_device);
|
/Linux-v6.1/drivers/s390/cio/ |
D | chsc_sch.c | 182 dev = driver_find_device(&chsc_subchannel_driver.drv, in chsc_get_next_subchannel()
|
/Linux-v6.1/drivers/iommu/ |
D | virtio-iommu.c | 935 struct device *dev = driver_find_device(&virtio_iommu_drv.driver, NULL, in viommu_get_by_fwnode()
|
/Linux-v6.1/drivers/char/ipmi/ |
D | ipmi_msghandler.c | 2987 dev = driver_find_device(drv, NULL, guid, __find_bmc_guid); in ipmi_find_bmc_guid() 3031 dev = driver_find_device(drv, NULL, &id, __find_bmc_prod_dev_id); in ipmi_find_bmc_prod_dev_id()
|
/Linux-v6.1/drivers/gpu/drm/tegra/ |
D | dc.c | 3128 companion = driver_find_device(dc->dev->driver, NULL, (const void *)0, in tegra_dc_couple()
|