Home
last modified time | relevance | path

Searched refs:component_match (Results 1 – 14 of 14) sorted by relevance

/linux-4.4.14/include/linux/
Dcomponent.h32 struct component_match;
35 const struct component_master_ops *, struct component_match *);
36 void component_match_add(struct device *, struct component_match **,
/linux-4.4.14/drivers/base/
Dcomponent.c21 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.4.14/drivers/gpu/drm/tilcdc/
Dtilcdc_external.h24 struct component_match **match);
Dtilcdc_external.c139 struct component_match **match) in tilcdc_get_external_components()
Dtilcdc_drv.c649 struct component_match *match = NULL; in tilcdc_pdev_probe()
/linux-4.4.14/drivers/gpu/drm/vc4/
Dvc4_drv.c130 struct component_match **match, in vc4_match_add_drivers()
235 struct component_match *match = NULL; in vc4_platform_drm_probe()
/linux-4.4.14/drivers/gpu/drm/
Ddrm_of.c84 struct component_match *match = NULL; in drm_of_component_probe()
/linux-4.4.14/drivers/gpu/drm/armada/
Darmada_drv.c245 struct component_match **match, struct device_node *port) in armada_add_endpoints()
273 struct component_match *match = NULL; in armada_drm_probe()
/linux-4.4.14/drivers/gpu/drm/exynos/
Dexynos_drm_drv.c578 static struct component_match *exynos_drm_match_add(struct device *dev) in exynos_drm_match_add()
580 struct component_match *match = NULL; in exynos_drm_match_add()
616 struct component_match *match; in exynos_drm_platform_probe()
/linux-4.4.14/sound/hda/
Dhdac_i915.c208 struct component_match *match = NULL; in snd_hdac_i915_init()
/linux-4.4.14/drivers/gpu/drm/rockchip/
Drockchip_drm_drv.c422 struct component_match **match, in rockchip_add_endpoints()
487 struct component_match *match = NULL; in rockchip_drm_platform_probe()
/linux-4.4.14/drivers/gpu/drm/sti/
Dsti_drv.c249 struct component_match *match = NULL; in sti_platform_probe()
/linux-4.4.14/drivers/video/fbdev/omap2/dss/
Ddss.c1226 struct component_match **match = data; in dss_add_child_component()
1244 struct component_match *match = NULL; in dss_probe()
/linux-4.4.14/drivers/gpu/drm/msm/
Dmsm_drv.c1047 static int add_components(struct device *dev, struct component_match **matchptr, in add_components()
1093 struct component_match *match = NULL; in msm_pdev_probe()