Home
last modified time | relevance | path

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

/Linux-v5.15/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.15/drivers/base/
Dcomponent.c328 struct component_match **matchptr, in __component_match_add() argument
334 struct component_match *match = *matchptr; in __component_match_add()
343 *matchptr = ERR_PTR(-ENOMEM); in __component_match_add()
349 *matchptr = match; in __component_match_add()
358 *matchptr = ERR_PTR(ret); in __component_match_add()
392 struct component_match **matchptr, in component_match_add_release() argument
396 __component_match_add(master, matchptr, release, compare, NULL, in component_match_add_release()
419 struct component_match **matchptr, in component_match_add_typed() argument
422 __component_match_add(master, matchptr, NULL, NULL, compare_typed, in component_match_add_typed()
/Linux-v5.15/include/drm/
Ddrm_of.h37 struct component_match **matchptr,
67 struct component_match **matchptr, in drm_of_component_match_add() argument
/Linux-v5.15/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.15/drivers/gpu/drm/msm/
Dmsm_drv.c1193 struct component_match **matchptr) in add_components_mdp() argument
1242 drm_of_component_match_add(master_dev, matchptr, in add_components_mdp()
1257 struct component_match **matchptr) in add_display_components() argument
1288 drm_of_component_match_add(dev, matchptr, compare_of, in add_display_components()
1297 ret = add_components_mdp(mdp_dev, matchptr); in add_display_components()
1318 struct component_match **matchptr) in add_gpu_components() argument
1327 drm_of_component_match_add(dev, matchptr, compare_of, np); in add_gpu_components()
/Linux-v5.15/sound/soc/codecs/
Dwcd938x.c4431 struct component_match **matchptr) in wcd938x_add_slave_components() argument
4444 component_match_add_release(dev, matchptr, wcd938x_release_of, in wcd938x_add_slave_components()
4453 component_match_add_release(dev, matchptr, wcd938x_release_of, in wcd938x_add_slave_components()