Searched refs:component_match (Results 1 – 10 of 10) sorted by relevance
/linux-4.1.27/include/linux/ |
D | component.h | 32 struct component_match; 35 const struct component_master_ops *, struct component_match *); 36 void component_match_add(struct device *, struct component_match **,
|
/linux-4.1.27/drivers/base/ |
D | component.c | 21 struct component_match { struct 37 struct component_match *match; argument 111 struct component_match *match = master->match; in find_components() 229 return offsetof(struct component_match, compare[num]); in component_match_size() 232 static struct component_match *component_match_realloc(struct device *dev, in component_match_realloc() 233 struct component_match *match, size_t num) in component_match_realloc() 235 struct component_match *new; in component_match_realloc() 261 void component_match_add(struct device *dev, struct component_match **matchptr, in component_match_add() 264 struct component_match *match = *matchptr; in component_match_add() 288 struct component_match *match) in component_master_add_with_match()
|
/linux-4.1.27/drivers/gpu/drm/armada/ |
D | armada_drv.c | 362 struct component_match **match, struct device_node *port) in armada_add_endpoints() 384 struct component_match **match) in armada_drm_find_components() 449 struct component_match *match = NULL; in armada_drm_probe()
|
/linux-4.1.27/drivers/gpu/drm/exynos/ |
D | exynos_drm_drv.c | 459 static struct component_match *exynos_drm_match_add(struct device *dev) in exynos_drm_match_add() 461 struct component_match *match = NULL; in exynos_drm_match_add() 567 struct component_match *match; in exynos_drm_platform_probe()
|
/linux-4.1.27/sound/pci/hda/ |
D | hda_i915.c | 156 struct component_match *match = NULL; in hda_i915_init()
|
/linux-4.1.27/drivers/gpu/drm/rockchip/ |
D | rockchip_drm_drv.c | 419 struct component_match **match, in rockchip_add_endpoints() 484 struct component_match *match = NULL; in rockchip_drm_platform_probe()
|
/linux-4.1.27/drivers/gpu/drm/sti/ |
D | sti_drm_drv.c | 250 struct component_match *match = NULL; in sti_drm_master_probe()
|
D | sti_tvout.c | 706 struct component_match *match = NULL; in sti_tvout_probe()
|
/linux-4.1.27/drivers/gpu/drm/msm/ |
D | msm_drv.c | 969 static int add_components(struct device *dev, struct component_match **matchptr, in add_components() 1015 struct component_match *match = NULL; in msm_pdev_probe()
|
/linux-4.1.27/drivers/gpu/drm/imx/ |
D | imx-drm-core.c | 535 struct component_match *match = NULL; in imx_drm_platform_probe()
|