Searched refs:matchptr (Results 1 – 3 of 3) sorted by relevance
/drivers/base/ |
D | component.c | 382 struct component_match **matchptr, in __component_match_add() argument 388 struct component_match *match = *matchptr; in __component_match_add() 397 *matchptr = ERR_PTR(-ENOMEM); in __component_match_add() 403 *matchptr = match; in __component_match_add() 412 *matchptr = ERR_PTR(ret); in __component_match_add() 446 struct component_match **matchptr, in component_match_add_release() argument 450 __component_match_add(parent, matchptr, release, compare, NULL, in component_match_add_release() 473 struct component_match **matchptr, in component_match_add_typed() argument 476 __component_match_add(parent, matchptr, NULL, NULL, compare_typed, in component_match_add_typed()
|
/drivers/gpu/drm/ |
D | drm_of.c | 89 struct component_match **matchptr, in drm_of_component_match_add() argument 94 component_match_add_release(master, matchptr, component_release_of, in drm_of_component_match_add()
|
/drivers/gpu/drm/msm/ |
D | msm_drv.c | 1142 struct component_match **matchptr) in add_components_mdp() argument 1177 drm_of_component_match_add(master_dev, matchptr, in add_components_mdp() 1200 struct component_match **matchptr) in add_gpu_components() argument 1209 drm_of_component_match_add(dev, matchptr, component_compare_of, np); in add_gpu_components()
|