Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dcomponent.h37 struct component_match **matchptr,
42 struct component_match **matchptr, in component_match_add() argument
45 component_match_add_release(master, matchptr, NULL, compare, in component_match_add()
/Linux-v4.19/include/drm/
Ddrm_of.h25 struct component_match **matchptr,
53 struct component_match **matchptr, in drm_of_component_match_add() argument
/Linux-v4.19/drivers/base/
Dcomponent.c320 struct component_match **matchptr, in component_match_add_release() argument
324 struct component_match *match = *matchptr; in component_match_add_release()
333 *matchptr = ERR_PTR(-ENOMEM); in component_match_add_release()
339 *matchptr = match; in component_match_add_release()
348 *matchptr = ERR_PTR(ret); in component_match_add_release()
/Linux-v4.19/drivers/gpu/drm/
Ddrm_of.c90 struct component_match **matchptr, in drm_of_component_match_add() argument
95 component_match_add_release(master, matchptr, drm_release_of, in drm_of_component_match_add()
/Linux-v4.19/drivers/gpu/drm/msm/
Dmsm_drv.c1161 struct component_match **matchptr) in add_components_mdp() argument
1209 drm_of_component_match_add(master_dev, matchptr, compare_of, in add_components_mdp()
1223 struct component_match **matchptr) in add_display_components() argument
1252 drm_of_component_match_add(dev, matchptr, compare_of, in add_display_components()
1259 ret = add_components_mdp(mdp_dev, matchptr); in add_display_components()
1279 struct component_match **matchptr) in add_gpu_components() argument
1287 drm_of_component_match_add(dev, matchptr, compare_of, np); in add_gpu_components()