Searched refs:driver_find_device (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.10/include/linux/device/ |
D | driver.h | 158 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()
|
/Linux-v5.10/drivers/base/ |
D | driver.c | 76 struct device *driver_find_device(struct device_driver *drv, in driver_find_device() function 94 EXPORT_SYMBOL_GPL(driver_find_device);
|
/Linux-v5.10/drivers/s390/crypto/ |
D | vfio_ap_ops.c | 59 dev = driver_find_device(&matrix_dev->vfio_ap_drv->driver, NULL, in vfio_ap_get_queue() 1122 dev = driver_find_device(&matrix_dev->vfio_ap_drv->driver, NULL, in vfio_ap_irq_disable_apqn()
|
/Linux-v5.10/drivers/s390/cio/ |
D | chsc_sch.c | 217 dev = driver_find_device(&chsc_subchannel_driver.drv, in chsc_get_next_subchannel()
|
/Linux-v5.10/drivers/iommu/ |
D | virtio-iommu.c | 861 struct device *dev = driver_find_device(&virtio_iommu_drv.driver, NULL, in viommu_get_by_fwnode()
|
/Linux-v5.10/drivers/char/ipmi/ |
D | ipmi_msghandler.c | 2866 dev = driver_find_device(drv, NULL, guid, __find_bmc_guid); in ipmi_find_bmc_guid() 2910 dev = driver_find_device(drv, NULL, &id, __find_bmc_prod_dev_id); in ipmi_find_bmc_prod_dev_id()
|
/Linux-v5.10/drivers/gpu/drm/tegra/ |
D | dc.c | 2506 partner = driver_find_device(dc->dev->driver, NULL, NULL, in tegra_dc_couple()
|