platform_find_device_by_driver 1287 drivers/base/platform.c EXPORT_SYMBOL_GPL(platform_find_device_by_driver);
platform_find_device_by_driver  252 drivers/gpu/drm/exynos/exynos_drm_drv.c 		while ((d = platform_find_device_by_driver(p, &info->driver->driver))) {
platform_find_device_by_driver  420 drivers/gpu/drm/exynos/exynos_drm_drv.c 		while ((dev = platform_find_device_by_driver(NULL,
platform_find_device_by_driver  478 drivers/gpu/drm/mcde/mcde_drv.c 		while ((d = platform_find_device_by_driver(p, drv))) {
platform_find_device_by_driver  332 drivers/gpu/drm/rockchip/rockchip_drm_drv.c 			d = platform_find_device_by_driver(p, &drv->driver);
platform_find_device_by_driver  243 drivers/gpu/drm/vc4/vc4_drv.c 		while ((d = platform_find_device_by_driver(p, drv))) {
platform_find_device_by_driver   55 include/linux/platform_device.h platform_find_device_by_driver(struct device *start,