Home
last modified time | relevance | path

Searched refs:compare_of (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/drivers/gpu/drm/
Ddrm_of.c114 int (*compare_of)(struct device *, void *), in drm_of_component_probe()
134 drm_of_component_match_add(dev, &match, compare_of, in drm_of_component_probe()
175 drm_of_component_match_add(dev, &match, compare_of, in drm_of_component_probe()
/linux-6.12.1/include/drm/
Ddrm_of.h44 int (*compare_of)(struct device *, void *),
85 int (*compare_of)(struct device *, void *), in drm_of_component_probe()
/linux-6.12.1/drivers/gpu/drm/imx/ipuv3/
Dimx-drm-core.c177 static int compare_of(struct device *dev, void *data) in compare_of() function
289 int ret = drm_of_component_probe(&pdev->dev, compare_of, &imx_drm_ops); in imx_drm_platform_probe()
/linux-6.12.1/drivers/gpu/drm/mediatek/
Dmtk_disp_ovl_adaptor.c495 static int compare_of(struct device *dev, void *data) in compare_of() function
537 drm_of_component_match_add(dev, match, compare_of, node); in ovl_adaptor_comp_init()