Searched refs:component_match_add (Results 1 – 12 of 12) sorted by relevance
/linux/include/linux/ |
H A D | component.h | 109 * component_match_add - add a component match entry 125 static inline void component_match_add(struct device *parent, in component_match_add() function
|
/linux/sound/hda/codecs/side-codecs/ |
H A D | hda_component.c | 183 component_match_add(dev, &match, hda_comp_match_dev_name, sm); in hda_component_manager_init()
|
/linux/drivers/gpu/drm/armada/ |
H A D | armada_drv.c | 209 component_match_add(dev, &match, component_compare_dev_name, in armada_drm_probe()
|
/linux/drivers/gpu/drm/mcde/ |
H A D | mcde_drv.c | 397 component_match_add(dev, &match, component_compare_dev, d); in mcde_probe()
|
/linux/drivers/gpu/drm/exynos/ |
H A D | exynos_drm_drv.c | 227 component_match_add(dev, &match, component_compare_dev, d); in exynos_drm_match_add()
|
/linux/drivers/gpu/drm/rockchip/ |
H A D | rockchip_drm_drv.c | 402 component_match_add(dev, &match, component_compare_dev, d); in rockchip_drm_match_add()
|
/linux/drivers/gpu/drm/vc4/ |
H A D | vc4_drv.c | 263 component_match_add(dev, match, component_compare_dev, d); in vc4_match_add_drivers()
|
/linux/drivers/platform/x86/lenovo/ |
H A D | wmi-other.c | 626 component_match_add(&wdev->dev, &master_match, lwmi_cd01_match, NULL); in lwmi_other_probe()
|
/linux/drivers/video/fbdev/omap2/omapfb/dss/ |
H A D | dss.c | 1205 component_match_add(dev->parent, match, component_compare_dev, dev); in dss_add_child_component()
|
/linux/drivers/gpu/drm/mediatek/ |
H A D | mtk_drm_drv.c | 1136 component_match_add(dev, &match, compare_dev, &ovl_adaptor->dev); in mtk_drm_probe()
|
/linux/drivers/gpu/drm/omapdrm/dss/ |
H A D | dss.c | 1374 component_match_add(cmatch->dev, match, component_compare_dev, dev); in dss_add_child_component()
|
/linux/drivers/power/supply/ |
H A D | ab8500_charger.c | 3644 component_match_add(dev, &match, component_compare_dev, d); in ab8500_charger_probe()
|