Home
last modified time | relevance | path

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

/linux-4.1.27/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.1.27/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.1.27/drivers/gpu/drm/armada/
Darmada_drv.c362 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/
Dexynos_drm_drv.c459 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/
Dhda_i915.c156 struct component_match *match = NULL; in hda_i915_init()
/linux-4.1.27/drivers/gpu/drm/rockchip/
Drockchip_drm_drv.c419 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/
Dsti_drm_drv.c250 struct component_match *match = NULL; in sti_drm_master_probe()
Dsti_tvout.c706 struct component_match *match = NULL; in sti_tvout_probe()
/linux-4.1.27/drivers/gpu/drm/msm/
Dmsm_drv.c969 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/
Dimx-drm-core.c535 struct component_match *match = NULL; in imx_drm_platform_probe()