Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/omapdrm/dss/
Ddss.c1354 struct dss_component_match_data *cmatch = data; in dss_add_child_component() local
1355 struct component_match **match = cmatch->match; in dss_add_child_component()
1373 return device_for_each_child(dev, cmatch, in dss_add_child_component()
1376 component_match_add(cmatch->dev, match, component_compare_dev, dev); in dss_add_child_component()
1419 struct dss_component_match_data cmatch; in dss_probe() local
1495 cmatch.dev = &pdev->dev; in dss_probe()
1496 cmatch.match = &match; in dss_probe()
1497 device_for_each_child(&pdev->dev, &cmatch, dss_add_child_component); in dss_probe()