Home
last modified time | relevance | path

Searched refs:component_match_add (Results 1 – 10 of 10) sorted by relevance

/linux-4.1.27/include/linux/
Dcomponent.h36 void component_match_add(struct device *, struct component_match **,
/linux-4.1.27/drivers/gpu/drm/armada/
Darmada_drv.c378 component_match_add(dev, match, compare_of, remote); in armada_add_endpoints()
397 component_match_add(dev, match, compare_of, port); in armada_drm_find_components()
419 component_match_add(dev, match, compare_dev_name, in armada_drm_find_components()
/linux-4.1.27/drivers/gpu/drm/exynos/
Dexynos_drm_drv.c490 component_match_add(dev, &match, compare_dev, in exynos_drm_match_add()
501 component_match_add(dev, &match, compare_dev, cdev->crtc_dev); in exynos_drm_match_add()
502 component_match_add(dev, &match, compare_dev, cdev->conn_dev); in exynos_drm_match_add()
/linux-4.1.27/sound/pci/hda/
Dhda_i915.c161 component_match_add(dev, &match, hda_component_master_match, hda); in hda_i915_init()
/linux-4.1.27/drivers/base/
Dcomponent.c261 void component_match_add(struct device *dev, struct component_match **matchptr, in component_match_add() function
284 EXPORT_SYMBOL(component_match_add);
/linux-4.1.27/drivers/gpu/drm/rockchip/
Drockchip_drm_drv.c436 component_match_add(dev, match, compare_of, remote); in rockchip_add_endpoints()
506 component_match_add(dev, &match, compare_of, port->parent); in rockchip_drm_platform_probe()
/linux-4.1.27/drivers/gpu/drm/imx/
Dimx-drm-core.c549 component_match_add(&pdev->dev, &match, compare_of, port); in imx_drm_platform_probe()
575 component_match_add(&pdev->dev, &match, compare_of, in imx_drm_platform_probe()
/linux-4.1.27/drivers/gpu/drm/sti/
Dsti_drm_drv.c257 component_match_add(dev, &match, compare_of, child_np); in sti_drm_master_probe()
Dsti_tvout.c742 component_match_add(dev, &match, compare_of, child_np); in sti_tvout_probe()
/linux-4.1.27/drivers/gpu/drm/msm/
Dmsm_drv.c982 component_match_add(dev, matchptr, compare_of, node); in add_components()
1042 component_match_add(&pdev->dev, &match, compare_dev, dev); in msm_pdev_probe()