Home
last modified time | relevance | path

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

/linux/include/linux/device/
A Ddriver.h159 struct device *driver_find_device(struct device_driver *drv,
172 return driver_find_device(drv, NULL, name, device_match_name); in driver_find_device_by_name()
185 return driver_find_device(drv, NULL, np, device_match_of_node); in driver_find_device_by_of_node()
198 return driver_find_device(drv, NULL, fwnode, device_match_fwnode); in driver_find_device_by_fwnode()
210 return driver_find_device(drv, NULL, &devt, device_match_devt); in driver_find_device_by_devt()
216 return driver_find_device(drv, start, NULL, device_match_any); in driver_find_next_device()
230 return driver_find_device(drv, NULL, adev, device_match_acpi_dev); in driver_find_device_by_acpi_dev()
/linux/drivers/base/
A Ddriver.c76 struct device *driver_find_device(struct device_driver *drv, in driver_find_device() function
94 EXPORT_SYMBOL_GPL(driver_find_device);
/linux/drivers/s390/cio/
A Dchsc_sch.c187 dev = driver_find_device(&chsc_subchannel_driver.drv, in chsc_get_next_subchannel()
/linux/drivers/s390/crypto/
A Dvfio_ap_ops.c1199 dev = driver_find_device(&matrix_dev->vfio_ap_drv->driver, NULL, in vfio_ap_find_queue()
/linux/drivers/iommu/
A Dvirtio-iommu.c853 struct device *dev = driver_find_device(&virtio_iommu_drv.driver, NULL, in viommu_get_by_fwnode()
/linux/drivers/char/ipmi/
A Dipmi_msghandler.c2954 dev = driver_find_device(drv, NULL, guid, __find_bmc_guid); in ipmi_find_bmc_guid()
2998 dev = driver_find_device(drv, NULL, &id, __find_bmc_prod_dev_id); in ipmi_find_bmc_prod_dev_id()
/linux/drivers/gpu/drm/tegra/
A Ddc.c2962 companion = driver_find_device(dc->dev->driver, NULL, (const void *)0, in tegra_dc_couple()
/linux/
A Dvmlinux.symvers11575 0x00000000 driver_find_device vmlinux EXPORT_SYMBOL_GPL
A DSystem.map30953 ffff800010801620 T driver_find_device
A D.tmp_System.map30953 ffff800010801620 T driver_find_device

Completed in 350 milliseconds