Searched refs:driver_find_device (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.4/drivers/base/ |
D | driver.c | 75 struct device *driver_find_device(struct device_driver *drv, in driver_find_device() function 93 EXPORT_SYMBOL_GPL(driver_find_device);
|
/Linux-v5.4/include/linux/ |
D | device.h | 430 struct device *driver_find_device(struct device_driver *drv, 443 return driver_find_device(drv, NULL, name, device_match_name); in driver_find_device_by_name() 456 return driver_find_device(drv, NULL, np, device_match_of_node); in driver_find_device_by_of_node() 469 return driver_find_device(drv, NULL, fwnode, device_match_fwnode); in driver_find_device_by_fwnode() 481 return driver_find_device(drv, NULL, &devt, device_match_devt); in driver_find_device_by_devt() 487 return driver_find_device(drv, start, NULL, device_match_any); in driver_find_next_device() 501 return driver_find_device(drv, NULL, adev, device_match_acpi_dev); in driver_find_device_by_acpi_dev()
|
/Linux-v5.4/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.4/drivers/s390/cio/ |
D | chsc_sch.c | 217 dev = driver_find_device(&chsc_subchannel_driver.drv, in chsc_get_next_subchannel()
|
/Linux-v5.4/drivers/iommu/ |
D | virtio-iommu.c | 859 struct device *dev = driver_find_device(&virtio_iommu_drv.driver, NULL, in viommu_get_by_fwnode()
|
/Linux-v5.4/drivers/char/ipmi/ |
D | ipmi_msghandler.c | 2850 dev = driver_find_device(drv, NULL, guid, __find_bmc_guid); in ipmi_find_bmc_guid() 2894 dev = driver_find_device(drv, NULL, &id, __find_bmc_prod_dev_id); in ipmi_find_bmc_prod_dev_id()
|
/Linux-v5.4/drivers/gpu/drm/tegra/ |
D | dc.c | 2395 partner = driver_find_device(dc->dev->driver, NULL, NULL, in tegra_dc_couple()
|