Searched refs:cmatch (Results 1 – 1 of 1) sorted by relevance
1360 struct dss_component_match_data *cmatch = data; in dss_add_child_component() local1361 struct component_match **match = cmatch->match; in dss_add_child_component()1379 return device_for_each_child(dev, cmatch, in dss_add_child_component()1382 component_match_add(cmatch->dev, match, dss_component_compare, dev); in dss_add_child_component()1425 struct dss_component_match_data cmatch; in dss_probe() local1503 cmatch.dev = &pdev->dev; in dss_probe()1504 cmatch.match = &match; in dss_probe()1505 device_for_each_child(&pdev->dev, &cmatch, dss_add_child_component); in dss_probe()
Completed in 5 milliseconds