Searched refs:exynos_g2d_match (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/platform/s5p-g2d/ |
H A D | g2d.c | 620 static const struct of_device_id exynos_g2d_match[]; variable 712 of_id = of_match_node(exynos_g2d_match, pdev->dev.of_node); in g2d_probe() 773 static const struct of_device_id exynos_g2d_match[] = { variable 783 MODULE_DEVICE_TABLE(of, exynos_g2d_match); 790 .of_match_table = exynos_g2d_match,
|
/kernel/linux/linux-6.6/drivers/media/platform/samsung/s5p-g2d/ |
H A D | g2d.c | 620 static const struct of_device_id exynos_g2d_match[]; variable 706 of_id = of_match_node(exynos_g2d_match, pdev->dev.of_node); in g2d_probe() 766 static const struct of_device_id exynos_g2d_match[] = { variable 776 MODULE_DEVICE_TABLE(of, exynos_g2d_match); 783 .of_match_table = exynos_g2d_match,
|
/kernel/linux/linux-5.10/drivers/gpu/drm/exynos/ |
H A D | exynos_drm_g2d.c | 1607 static const struct of_device_id exynos_g2d_match[] = { variable 1612 MODULE_DEVICE_TABLE(of, exynos_g2d_match); 1621 .of_match_table = exynos_g2d_match,
|
/kernel/linux/linux-6.6/drivers/gpu/drm/exynos/ |
H A D | exynos_drm_g2d.c | 1603 static const struct of_device_id exynos_g2d_match[] = { variable 1608 MODULE_DEVICE_TABLE(of, exynos_g2d_match); 1617 .of_match_table = exynos_g2d_match,
|
Completed in 7 milliseconds