Searched refs:matchptr (Results 1 – 3 of 3) sorted by relevance
/drivers/base/ |
D | component.c | 329 struct component_match **matchptr, in __component_match_add() argument 335 struct component_match *match = *matchptr; in __component_match_add() 344 *matchptr = ERR_PTR(-ENOMEM); in __component_match_add() 350 *matchptr = match; in __component_match_add() 359 *matchptr = ERR_PTR(ret); in __component_match_add() 393 struct component_match **matchptr, in component_match_add_release() argument 397 __component_match_add(master, matchptr, release, compare, NULL, in component_match_add_release() 420 struct component_match **matchptr, in component_match_add_typed() argument 423 __component_match_add(master, matchptr, NULL, NULL, compare_typed, in component_match_add_typed()
|
/drivers/gpu/drm/ |
D | drm_of.c | 92 struct component_match **matchptr, in drm_of_component_match_add() argument 97 component_match_add_release(master, matchptr, drm_release_of, in drm_of_component_match_add()
|
/drivers/gpu/drm/msm/ |
D | msm_drv.c | 1217 struct component_match **matchptr) in add_components_mdp() argument 1266 drm_of_component_match_add(master_dev, matchptr, in add_components_mdp() 1281 struct component_match **matchptr) in add_display_components() argument 1312 drm_of_component_match_add(dev, matchptr, compare_of, in add_display_components() 1321 ret = add_components_mdp(mdp_dev, matchptr); in add_display_components() 1342 struct component_match **matchptr) in add_gpu_components() argument 1351 drm_of_component_match_add(dev, matchptr, compare_of, np); in add_gpu_components()
|