Home
last modified time | relevance | path

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

/linux-4.19.296/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-4.19.296/include/drm/
Ddrm_of.h25 struct component_match **matchptr,
53 struct component_match **matchptr, in drm_of_component_match_add() argument
/linux-4.19.296/drivers/base/
Dcomponent.c321 struct component_match **matchptr, in component_match_add_release() argument
325 struct component_match *match = *matchptr; in component_match_add_release()
334 *matchptr = ERR_PTR(-ENOMEM); in component_match_add_release()
340 *matchptr = match; in component_match_add_release()
349 *matchptr = ERR_PTR(ret); in component_match_add_release()