Home
last modified time | relevance | path

Searched refs:platform_find_device_by_driver (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.10/drivers/gpu/drm/exynos/
Dexynos_drm_drv.c251 while ((d = platform_find_device_by_driver(p, &info->driver->driver))) { in exynos_drm_match_add()
418 while ((dev = platform_find_device_by_driver(NULL, in exynos_drm_unregister_devices()
/Linux-v5.10/include/linux/
Dplatform_device.h56 platform_find_device_by_driver(struct device *start,
/Linux-v5.10/drivers/gpu/drm/vc4/
Dvc4_drv.c240 while ((d = platform_find_device_by_driver(p, drv))) { in vc4_match_add_drivers()
/Linux-v5.10/drivers/gpu/drm/mcde/
Dmcde_drv.c380 while ((d = platform_find_device_by_driver(p, drv))) { in mcde_probe()
/Linux-v5.10/drivers/gpu/drm/rockchip/
Drockchip_drm_drv.c328 d = platform_find_device_by_driver(p, &drv->driver); in rockchip_drm_match_add()
/Linux-v5.10/drivers/base/
Dplatform.c1381 struct device *platform_find_device_by_driver(struct device *start, in platform_find_device_by_driver() function
1387 EXPORT_SYMBOL_GPL(platform_find_device_by_driver);