Searched refs:component_match_add (Results 1 – 15 of 15) sorted by relevance
/linux-6.12.1/include/linux/ |
D | component.h | 123 static inline void component_match_add(struct device *parent, in component_match_add() function
|
/linux-6.12.1/drivers/usb/typec/ |
D | port-mapper.c | 55 component_match_add(&arg->port->dev, &arg->match, typec_port_compare, in typec_port_match()
|
/linux-6.12.1/sound/pci/hda/ |
D | hda_component.c | 183 component_match_add(dev, &match, hda_comp_match_dev_name, sm); in hda_component_manager_init()
|
/linux-6.12.1/drivers/gpu/drm/armada/ |
D | armada_drv.c | 208 component_match_add(dev, &match, component_compare_dev_name, in armada_drm_probe()
|
/linux-6.12.1/drivers/gpu/drm/mcde/ |
D | mcde_drv.c | 396 component_match_add(dev, &match, component_compare_dev, d); in mcde_probe()
|
/linux-6.12.1/drivers/gpu/drm/rockchip/ |
D | rockchip_drm_drv.c | 379 component_match_add(dev, &match, component_compare_dev, d); in rockchip_drm_match_add()
|
/linux-6.12.1/drivers/gpu/drm/vc4/ |
D | vc4_drv.c | 262 component_match_add(dev, match, component_compare_dev, d); in vc4_match_add_drivers()
|
/linux-6.12.1/drivers/gpu/drm/exynos/ |
D | exynos_drm_drv.c | 227 component_match_add(dev, &match, component_compare_dev, d); in exynos_drm_match_add()
|
/linux-6.12.1/drivers/gpu/drm/meson/ |
D | meson_drv.c | 491 component_match_add(&pdev->dev, &match, component_compare_of, remote); in meson_drv_probe()
|
/linux-6.12.1/drivers/gpu/drm/etnaviv/ |
D | etnaviv_drv.c | 619 component_match_add(dev, &match, component_compare_dev_name, names[i]); in etnaviv_pdev_probe()
|
/linux-6.12.1/drivers/gpu/drm/mediatek/ |
D | mtk_drm_drv.c | 864 component_match_add(dev, &match, compare_dev, &ovl_adaptor->dev); in mtk_drm_probe()
|
/linux-6.12.1/drivers/video/fbdev/omap2/omapfb/dss/ |
D | dss.c | 1207 component_match_add(dev->parent, match, component_compare_dev, dev); in dss_add_child_component()
|
/linux-6.12.1/drivers/gpu/drm/omapdrm/dss/ |
D | dss.c | 1380 component_match_add(cmatch->dev, match, component_compare_dev, dev); in dss_add_child_component()
|
/linux-6.12.1/drivers/iommu/ |
D | mtk_iommu.c | 1215 component_match_add(dev, match, component_compare_dev, &plarbdev->dev); in mtk_iommu_mm_dts_parse()
|
/linux-6.12.1/drivers/power/supply/ |
D | ab8500_charger.c | 3645 component_match_add(dev, &match, component_compare_dev, d); in ab8500_charger_probe()
|