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

/linux-4.1.27/include/linux/
H A 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/
H A Dcomponent.c21 struct component_match { struct
37 struct component_match *match;
111 struct component_match *match = master->match; find_components()
229 return offsetof(struct component_match, compare[num]); component_match_size()
232 static struct component_match *component_match_realloc(struct device *dev, component_match_realloc()
233 struct component_match *match, size_t num) component_match_realloc()
235 struct component_match *new; component_match_realloc()
261 void component_match_add(struct device *dev, struct component_match **matchptr, component_match_add()
264 struct component_match *match = *matchptr; component_match_add()
288 struct component_match *match) component_master_add_with_match()
/linux-4.1.27/drivers/gpu/drm/armada/
H A Darmada_drv.c362 struct component_match **match, struct device_node *port) armada_add_endpoints()
384 struct component_match **match) armada_drm_find_components()
449 struct component_match *match = NULL; armada_drm_probe()
/linux-4.1.27/drivers/gpu/drm/exynos/
H A Dexynos_drm_drv.c459 static struct component_match *exynos_drm_match_add(struct device *dev) exynos_drm_match_add()
461 struct component_match *match = NULL; exynos_drm_match_add()
567 struct component_match *match; exynos_drm_platform_probe()
/linux-4.1.27/sound/pci/hda/
H A Dhda_i915.c156 struct component_match *match = NULL; hda_i915_init()
/linux-4.1.27/drivers/gpu/drm/rockchip/
H A Drockchip_drm_drv.c419 struct component_match **match, rockchip_add_endpoints()
484 struct component_match *match = NULL; rockchip_drm_platform_probe()
/linux-4.1.27/drivers/gpu/drm/sti/
H A Dsti_drm_drv.c250 struct component_match *match = NULL; sti_drm_master_probe()
H A Dsti_tvout.c706 struct component_match *match = NULL; sti_tvout_probe()
/linux-4.1.27/drivers/gpu/drm/imx/
H A Dimx-drm-core.c535 struct component_match *match = NULL; imx_drm_platform_probe()
/linux-4.1.27/drivers/gpu/drm/msm/
H A Dmsm_drv.c969 static int add_components(struct device *dev, struct component_match **matchptr, add_components()
1015 struct component_match *match = NULL; msm_pdev_probe()

Completed in 78 milliseconds