Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dcomponent.h93 struct component_match **matchptr,
97 struct component_match **matchptr,
118 struct component_match **matchptr, in component_match_add() argument
121 component_match_add_release(master, matchptr, NULL, compare, in component_match_add()
/Linux-v5.4/drivers/base/
Dcomponent.c337 struct component_match **matchptr, in __component_match_add() argument
343 struct component_match *match = *matchptr; in __component_match_add()
352 *matchptr = ERR_PTR(-ENOMEM); in __component_match_add()
358 *matchptr = match; in __component_match_add()
367 *matchptr = ERR_PTR(ret); in __component_match_add()
401 struct component_match **matchptr, in component_match_add_release() argument
405 __component_match_add(master, matchptr, release, compare, NULL, in component_match_add_release()
428 struct component_match **matchptr, in component_match_add_typed() argument
431 __component_match_add(master, matchptr, NULL, NULL, compare_typed, in component_match_add_typed()
/Linux-v5.4/include/drm/
Ddrm_of.h25 struct component_match **matchptr,
53 struct component_match **matchptr, in drm_of_component_match_add() argument
/Linux-v5.4/drivers/gpu/drm/
Ddrm_of.c92 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()
/Linux-v5.4/drivers/gpu/drm/msm/
Dmsm_drv.c1119 struct component_match **matchptr) in add_components_mdp() argument
1168 drm_of_component_match_add(master_dev, matchptr, in add_components_mdp()
1183 struct component_match **matchptr) in add_display_components() argument
1212 drm_of_component_match_add(dev, matchptr, compare_of, in add_display_components()
1219 ret = add_components_mdp(mdp_dev, matchptr); in add_display_components()
1240 struct component_match **matchptr) in add_gpu_components() argument
1249 drm_of_component_match_add(dev, matchptr, compare_of, np); in add_gpu_components()