Home
last modified time | relevance | path

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

/drivers/base/
Dcomponent.c261 void component_match_add(struct device *dev, struct component_match **matchptr, in component_match_add() argument
264 struct component_match *match = *matchptr; in component_match_add()
274 *matchptr = match; in component_match_add()
/drivers/gpu/drm/msm/
Dmsm_drv.c1048 static int add_components(struct device *dev, struct component_match **matchptr, in add_components() argument
1061 component_match_add(dev, matchptr, compare_of, node); in add_components()