Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/omapdrm/dss/
H A Ddss.c1358 struct dss_component_match_data *cmatch = data; in dss_add_child_component() local
1359 struct component_match **match = cmatch->match; in dss_add_child_component()
1377 return device_for_each_child(dev, cmatch, in dss_add_child_component()
1380 component_match_add(cmatch->dev, match, component_compare_dev, dev); in dss_add_child_component()
1423 struct dss_component_match_data cmatch; in dss_probe() local
1499 cmatch.dev = &pdev->dev; in dss_probe()
1500 cmatch.match = &match; in dss_probe()
1501 device_for_each_child(&pdev->dev, &cmatch, dss_add_child_component); in dss_probe()