Searched refs:cmatch (Results 1 – 13 of 13) sorted by relevance
27 typedef match_results<const char*> cmatch;55 typedef match_results<const char*> cmatch;
1361 struct dss_component_match_data *cmatch = data; in dss_add_child_component() local1362 struct component_match **match = cmatch->match; in dss_add_child_component()1380 return device_for_each_child(dev, cmatch, in dss_add_child_component()1383 component_match_add(cmatch->dev, match, dss_component_compare, dev); in dss_add_child_component()1426 struct dss_component_match_data cmatch; in dss_probe() local1504 cmatch.dev = &pdev->dev; in dss_probe()1505 cmatch.match = &match; in dss_probe()1506 device_for_each_child(&pdev->dev, &cmatch, dss_add_child_component); in dss_probe()
56 typedef match_results<const char*> cmatch;
76 using cmatch = match_results<const char*>;
2085 typedef match_results<const char*> cmatch; in _GLIBCXX_VISIBILITY() typedef
510 typedef match_results<const char*> cmatch;5527 typedef match_results<const char*> cmatch;
2060 typedef match_results<const char*> cmatch;