Searched refs:matchptr (Results 1 – 2 of 2) sorted by relevance
261 void component_match_add(struct device *dev, struct component_match **matchptr, in component_match_add() argument264 struct component_match *match = *matchptr; in component_match_add()274 *matchptr = match; in component_match_add()
1048 static int add_components(struct device *dev, struct component_match **matchptr, in add_components() argument1061 component_match_add(dev, matchptr, compare_of, node); in add_components()