Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/omapdrm/dss/
H A Ddss.c1357 struct dss_component_match_data *cmatch = data; in dss_add_child_component() local
1358 struct component_match **match = cmatch->match; in dss_add_child_component()
1376 return device_for_each_child(dev, cmatch, in dss_add_child_component()
1379 component_match_add(cmatch->dev, match, component_compare_dev, dev); in dss_add_child_component()
1422 struct dss_component_match_data cmatch; in dss_probe() local
1498 cmatch.dev = &pdev->dev; in dss_probe()
1499 cmatch.match = &match; in dss_probe()
1500 device_for_each_child(&pdev->dev, &cmatch, dss_add_child_component); in dss_probe()