Searched refs:component_match (Results 1 – 14 of 14) sorted by relevance
/linux-4.4.14/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.4.14/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.4.14/drivers/gpu/drm/tilcdc/ |
D | tilcdc_external.h | 24 struct component_match **match);
|
D | tilcdc_external.c | 139 struct component_match **match) in tilcdc_get_external_components()
|
D | tilcdc_drv.c | 649 struct component_match *match = NULL; in tilcdc_pdev_probe()
|
/linux-4.4.14/drivers/gpu/drm/vc4/ |
D | vc4_drv.c | 130 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/ |
D | drm_of.c | 84 struct component_match *match = NULL; in drm_of_component_probe()
|
/linux-4.4.14/drivers/gpu/drm/armada/ |
D | armada_drv.c | 245 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/ |
D | exynos_drm_drv.c | 578 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/ |
D | hdac_i915.c | 208 struct component_match *match = NULL; in snd_hdac_i915_init()
|
/linux-4.4.14/drivers/gpu/drm/rockchip/ |
D | rockchip_drm_drv.c | 422 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/ |
D | sti_drv.c | 249 struct component_match *match = NULL; in sti_platform_probe()
|
/linux-4.4.14/drivers/video/fbdev/omap2/dss/ |
D | dss.c | 1226 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/ |
D | msm_drv.c | 1047 static int add_components(struct device *dev, struct component_match **matchptr, in add_components() 1093 struct component_match *match = NULL; in msm_pdev_probe()
|