Searched refs:component_match_add (Results 1 - 10 of 10) sorted by relevance
/linux-4.1.27/include/linux/ |
H A D | component.h | 36 void component_match_add(struct device *, struct component_match **,
|
/linux-4.1.27/drivers/gpu/drm/armada/ |
H A D | armada_drv.c | 378 component_match_add(dev, match, compare_of, remote); for_each_child_of_node() 397 component_match_add(dev, match, compare_of, port); armada_drm_find_components() 419 component_match_add(dev, match, compare_dev_name, armada_drm_find_components()
|
/linux-4.1.27/drivers/gpu/drm/exynos/ |
H A D | exynos_drm_drv.c | 490 component_match_add(dev, &match, compare_dev, exynos_drm_match_add() 501 component_match_add(dev, &match, compare_dev, cdev->crtc_dev); exynos_drm_match_add() 502 component_match_add(dev, &match, compare_dev, cdev->conn_dev); exynos_drm_match_add()
|
/linux-4.1.27/sound/pci/hda/ |
H A D | hda_i915.c | 161 component_match_add(dev, &match, hda_component_master_match, hda); hda_i915_init()
|
/linux-4.1.27/drivers/base/ |
H A D | component.c | 261 void component_match_add(struct device *dev, struct component_match **matchptr, component_match_add() function 284 EXPORT_SYMBOL(component_match_add); variable
|
/linux-4.1.27/drivers/gpu/drm/rockchip/ |
H A D | rockchip_drm_drv.c | 436 component_match_add(dev, match, compare_of, remote); for_each_child_of_node() 506 component_match_add(dev, &match, compare_of, port->parent); rockchip_drm_platform_probe()
|
/linux-4.1.27/drivers/gpu/drm/imx/ |
H A D | imx-drm-core.c | 549 component_match_add(&pdev->dev, &match, compare_of, port); imx_drm_platform_probe() 575 component_match_add(&pdev->dev, &match, compare_of, for_each_child_of_node()
|
/linux-4.1.27/drivers/gpu/drm/sti/ |
H A D | sti_drm_drv.c | 257 component_match_add(dev, &match, compare_of, child_np); sti_drm_master_probe()
|
H A D | sti_tvout.c | 742 component_match_add(dev, &match, compare_of, child_np); sti_tvout_probe()
|
/linux-4.1.27/drivers/gpu/drm/msm/ |
H A D | msm_drv.c | 982 component_match_add(dev, matchptr, compare_of, node); add_components() 1042 component_match_add(&pdev->dev, &match, compare_dev, dev); msm_pdev_probe()
|
Completed in 121 milliseconds