Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dcomponent.h99 struct component_match **matchptr,
103 struct component_match **matchptr,
124 struct component_match **matchptr, in component_match_add() argument
127 component_match_add_release(parent, matchptr, NULL, compare, in component_match_add()
/linux-6.1.9/drivers/base/
Dcomponent.c382 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()
/linux-6.1.9/include/drm/
Ddrm_of.h37 struct component_match **matchptr,
74 struct component_match **matchptr, in drm_of_component_match_add() argument
/linux-6.1.9/drivers/gpu/drm/
Ddrm_of.c89 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()
/linux-6.1.9/drivers/gpu/drm/msm/
Dmsm_drv.c1117 struct component_match **matchptr) in add_components_mdp() argument
1152 drm_of_component_match_add(master_dev, matchptr, in add_components_mdp()
1175 struct component_match **matchptr) in add_gpu_components() argument
1184 drm_of_component_match_add(dev, matchptr, component_compare_of, np); in add_gpu_components()
/linux-6.1.9/sound/soc/codecs/
Dwcd938x.c4464 struct component_match **matchptr) in wcd938x_add_slave_components() argument
4477 component_match_add_release(dev, matchptr, component_release_of, in wcd938x_add_slave_components()
4486 component_match_add_release(dev, matchptr, component_release_of, in wcd938x_add_slave_components()