Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/gpu/drm/exynos/
Dexynos_drm_drv.c222 while ((d = platform_find_device_by_driver(p, &info->driver->driver))) { in exynos_drm_match_add()
383 while ((dev = platform_find_device_by_driver(NULL, in exynos_drm_unregister_devices()
/linux-6.14.4/include/linux/
Dplatform_device.h64 platform_find_device_by_driver(struct device *start,
/linux-6.14.4/drivers/gpu/drm/mcde/
Dmcde_drv.c395 while ((d = platform_find_device_by_driver(p, drv))) { in mcde_probe()
/linux-6.14.4/drivers/gpu/drm/rockchip/
Drockchip_drm_drv.c394 d = platform_find_device_by_driver(p, &drv->driver); in rockchip_drm_match_add()
/linux-6.14.4/drivers/gpu/drm/vc4/
Dvc4_drv.c261 while ((d = platform_find_device_by_driver(p, drv))) { in vc4_match_add_drivers()
/linux-6.14.4/drivers/base/
Dplatform.c1502 struct device *platform_find_device_by_driver(struct device *start, in platform_find_device_by_driver() function
1508 EXPORT_SYMBOL_GPL(platform_find_device_by_driver);
/linux-6.14.4/drivers/power/supply/
Dab8500_charger.c3642 while ((d = platform_find_device_by_driver(p, drv))) { in ab8500_charger_probe()