Searched refs:platform_find_device_by_driver (Results 1 – 6 of 6) sorted by relevance
251 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()
56 platform_find_device_by_driver(struct device *start,
240 while ((d = platform_find_device_by_driver(p, drv))) { in vc4_match_add_drivers()
380 while ((d = platform_find_device_by_driver(p, drv))) { in mcde_probe()
328 d = platform_find_device_by_driver(p, &drv->driver); in rockchip_drm_match_add()
1381 struct device *platform_find_device_by_driver(struct device *start, in platform_find_device_by_driver() function1387 EXPORT_SYMBOL_GPL(platform_find_device_by_driver);