Home
last modified time | relevance | path

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

/drivers/gpu/drm/omapdrm/dss/
A Ddss.c1352 struct dss_component_match_data *cmatch = data; in dss_add_child_component() local
1353 struct component_match **match = cmatch->match; in dss_add_child_component()
1371 return device_for_each_child(dev, cmatch, in dss_add_child_component()
1374 component_match_add(cmatch->dev, match, component_compare_dev, dev); in dss_add_child_component()
1417 struct dss_component_match_data cmatch; in dss_probe() local
1493 cmatch.dev = &pdev->dev; in dss_probe()
1494 cmatch.match = &match; in dss_probe()
1495 device_for_each_child(&pdev->dev, &cmatch, dss_add_child_component); in dss_probe()

Completed in 10 milliseconds