Searched refs:component_match (Results 1 - 10 of 10) sorted by relevance
/linux-4.1.27/include/linux/ |
H A 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/ |
H A D | component.c | 21 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 D | armada_drv.c | 362 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 D | exynos_drm_drv.c | 459 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 D | hda_i915.c | 156 struct component_match *match = NULL; hda_i915_init()
|
/linux-4.1.27/drivers/gpu/drm/rockchip/ |
H A D | rockchip_drm_drv.c | 419 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 D | sti_drm_drv.c | 250 struct component_match *match = NULL; sti_drm_master_probe()
|
H A D | sti_tvout.c | 706 struct component_match *match = NULL; sti_tvout_probe()
|
/linux-4.1.27/drivers/gpu/drm/imx/ |
H A D | imx-drm-core.c | 535 struct component_match *match = NULL; imx_drm_platform_probe()
|
/linux-4.1.27/drivers/gpu/drm/msm/ |
H A D | msm_drv.c | 969 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