Searched refs:cmatch (Results 1 – 1 of 1) sorted by relevance
1358 struct dss_component_match_data *cmatch = data; in dss_add_child_component() local1359 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() local1499 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()