Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/device/
H A Ddriver.h163 struct device *driver_find_device(struct device_driver *drv,
176 return driver_find_device(drv, NULL, name, device_match_name); in driver_find_device_by_name()
189 return driver_find_device(drv, NULL, np, device_match_of_node); in driver_find_device_by_of_node()
202 return driver_find_device(drv, NULL, fwnode, device_match_fwnode); in driver_find_device_by_fwnode()
214 return driver_find_device(drv, NULL, &devt, device_match_devt); in driver_find_device_by_devt()
220 return driver_find_device(drv, start, NULL, device_match_any); in driver_find_next_device()
234 return driver_find_device(drv, NULL, adev, device_match_acpi_dev); in driver_find_device_by_acpi_dev()
/OK3568_Linux_fs/kernel/drivers/base/
H A Ddriver.c76 struct device *driver_find_device(struct device_driver *drv, in driver_find_device() function
94 EXPORT_SYMBOL_GPL(driver_find_device);
/OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/
H A Drockchip_lvds.c382 dev = driver_find_device(drv, NULL, &id, rockchip_lvds_match_by_id); in rockchip_lvds_find_by_id()
H A Danalogix_dp-rockchip.c177 dev = driver_find_device(drv, NULL, &id, rockchip_dp_match_by_id); in rockchip_dp_find_by_id()
H A Ddw_hdmi-rockchip.c841 dev = driver_find_device(drv, NULL, &id, rockchip_hdmi_match_by_id); in rockchip_hdmi_find_by_id()
H A Ddw-dp.c959 dev = driver_find_device(drv, NULL, &id, dw_dp_match_by_id); in dw_dp_find_by_id()
/OK3568_Linux_fs/kernel/drivers/s390/crypto/
H A Dvfio_ap_ops.c1123 dev = driver_find_device(&matrix_dev->vfio_ap_drv->driver, NULL, in vfio_ap_find_queue()
/OK3568_Linux_fs/kernel/drivers/s390/cio/
H A Dchsc_sch.c217 dev = driver_find_device(&chsc_subchannel_driver.drv, in chsc_get_next_subchannel()
/OK3568_Linux_fs/kernel/drivers/iommu/
H A Dvirtio-iommu.c861 struct device *dev = driver_find_device(&virtio_iommu_drv.driver, NULL, in viommu_get_by_fwnode()
/OK3568_Linux_fs/kernel/android/
H A Dabi_gki_aarch64_vivo499 driver_find_device
H A Dabi_gki_aarch64_db845c708 driver_find_device
H A Dabi_gki_aarch64_qcom632 driver_find_device
H A Dabi_gki_aarch64_rockchip2445 driver_find_device
H A Dabi_gki_aarch64_oplus733 driver_find_device
H A Dabi_gki_aarch64_galaxy1441 driver_find_device
/OK3568_Linux_fs/kernel/drivers/char/ipmi/
H A Dipmi_msghandler.c2868 dev = driver_find_device(drv, NULL, guid, __find_bmc_guid); in ipmi_find_bmc_guid()
2912 dev = driver_find_device(drv, NULL, &id, __find_bmc_prod_dev_id); in ipmi_find_bmc_prod_dev_id()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/tegra/
H A Ddc.c2511 companion = driver_find_device(dc->dev->driver, NULL, (const void *)0, in tegra_dc_couple()