Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/exynos/
H A Dexynos_drm_drv.c222 while ((d = platform_find_device_by_driver(p, &info->driver->driver))) { in exynos_drm_match_add()
382 while ((dev = platform_find_device_by_driver(NULL, in exynos_drm_unregister_devices()
/linux/include/linux/
H A Dplatform_device.h59 platform_find_device_by_driver(struct device *start,
/linux/drivers/gpu/drm/mcde/
H A Dmcde_drv.c395 while ((d = platform_find_device_by_driver(p, drv))) { in mcde_probe()
/linux/drivers/gpu/drm/rockchip/
H A Drockchip_drm_drv.c398 d = platform_find_device_by_driver(p, &drv->driver); in rockchip_drm_match_add()
/linux/drivers/gpu/drm/vc4/
H A Dvc4_drv.c262 while ((d = platform_find_device_by_driver(p, drv))) { in vc4_match_add_drivers()
/linux/drivers/base/
H A Dplatform.c1514 struct device *platform_find_device_by_driver(struct device *start, in platform_find_device_by_driver() function
1520 EXPORT_SYMBOL_GPL(platform_find_device_by_driver);