Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/
Ddrm_of.c116 int (*compare_of)(struct device *, void *), in drm_of_component_probe()
136 drm_of_component_match_add(dev, &match, compare_of, in drm_of_component_probe()
177 drm_of_component_match_add(dev, &match, compare_of, in drm_of_component_probe()
/kernel/linux/linux-5.10/include/drm/
Ddrm_of.h41 int (*compare_of)(struct device *, void *),
75 int (*compare_of)(struct device *, void *), in drm_of_component_probe()
/kernel/linux/linux-5.10/drivers/gpu/drm/zte/
Dzx_drm_drv.c124 static int compare_of(struct device *dev, void *data) in compare_of() function
142 component_match_add(dev, &match, compare_of, child); in zx_drm_probe()
/kernel/linux/linux-5.10/drivers/gpu/drm/arm/display/komeda/
Dkomeda_drv.c95 static int compare_of(struct device *dev, void *data) in compare_of() function
109 drm_of_component_match_add(master, match, compare_of, remote); in komeda_add_slave()
/kernel/linux/linux-5.10/drivers/gpu/drm/imx/
Dimx-drm-core.c162 static int compare_of(struct device *dev, void *data) in compare_of() function
284 int ret = drm_of_component_probe(&pdev->dev, compare_of, &imx_drm_ops); in imx_drm_platform_probe()
/kernel/linux/linux-5.10/drivers/gpu/drm/sti/
Dsti_drv.c147 static int compare_of(struct device *dev, void *data) in compare_of() function
247 drm_of_component_match_add(dev, &match, compare_of, in sti_platform_probe()
/kernel/linux/linux-5.10/drivers/gpu/drm/armada/
Darmada_drv.c185 static int compare_of(struct device *dev, void *data) in compare_of() function
204 drm_of_component_match_add(dev, match, compare_of, in armada_add_endpoints()
/kernel/linux/linux-5.10/drivers/gpu/drm/hisilicon/kirin/
Dkirin_drm_drv.c208 static int compare_of(struct device *dev, void *data) in compare_of() function
283 drm_of_component_match_add(dev, &match, compare_of, remote); in kirin_drm_platform_probe()
/kernel/linux/linux-5.10/drivers/iommu/
Dmtk_iommu.h77 static inline int compare_of(struct device *dev, void *data) in compare_of() function
Dmtk_iommu_v1.c608 compare_of, larb_spec.np); in mtk_iommu_probe()
Dmtk_iommu.c734 compare_of, larbnode); in mtk_iommu_probe()
/kernel/linux/linux-5.10/drivers/gpu/drm/sun4i/
Dsun4i_drv.c203 static int compare_of(struct device *dev, void *data) in compare_of() function
331 drm_of_component_match_add(dev, match, compare_of, node); in sun4i_drv_add_endpoints()
/kernel/linux/linux-5.10/drivers/gpu/drm/meson/
Dmeson_drv.c437 static int compare_of(struct device *dev, void *data) in compare_of() function
466 component_match_add(&pdev->dev, match, compare_of, remote); in meson_probe_remote()
/kernel/linux/linux-5.10/drivers/gpu/drm/mediatek/
Dmtk_drm_drv.c348 static int compare_of(struct device *dev, void *data) in compare_of() function
529 drm_of_component_match_add(dev, &match, compare_of, in mtk_drm_probe()
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/
Dmsm_drv.c1121 static int compare_of(struct device *dev, void *data) in compare_of() function
1183 compare_of, intf); in add_components_mdp()
1227 drm_of_component_match_add(dev, matchptr, compare_of, in add_display_components()
1264 drm_of_component_match_add(dev, matchptr, compare_of, np); in add_gpu_components()
/kernel/linux/linux-5.10/drivers/gpu/drm/etnaviv/
Detnaviv_drv.c603 static int compare_of(struct device *dev, void *data) in compare_of() function
628 compare_of, core_node); in etnaviv_pdev_probe()
/kernel/linux/linux-5.10/drivers/gpu/drm/ingenic/
Dingenic-drm-drv.c962 static int compare_of(struct device *dev, void *data) in compare_of() function
998 drm_of_component_match_add(dev, &match, compare_of, np); in ingenic_drm_probe()
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/
D0020_linux_drivers_gpu.patch9999 * @compare_of: compare function used for matching components
10009 int (*compare_of)(struct device *, void *),
10026 + * @compare_of: compare function used for matching components
10037 + int (*compare_of)(struct device *, void *),
10042 + return drm_of_component_probe_with_match(dev, match, compare_of, m_ops);
11534 +static int compare_of(struct device *dev, void *data)
11557 + drm_of_component_match_add(dev, &match, compare_of, remote);
21816 @@ -167,6 +129,30 @@ static int compare_of(struct device *dev, void *data)
21847 @@ -179,11 +165,104 @@ static int compare_of(struct device *dev, void *data)
21933 + component_match_add(dev, matchptr, compare_of, parent);
[all …]
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/
D0005_linux_include.patch1154 + int (*compare_of)(struct device *, void *),
1157 int (*compare_of)(struct device *, void *),
1165 + int (*compare_of)(struct device *, void *),
1173 int (*compare_of)(struct device *, void *),
/kernel/linux/patches/linux-5.10/unionpi_tiger_pacth/
Dlinux-5.10.patch5362 - component_match_add(&pdev->dev, match, compare_of, remote);
5413 + component_match_add(&pdev->dev, &match, compare_of, remote);