Home
last modified time | relevance | path

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

/linux-6.12.1/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.12.1/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.12.1/include/drm/
Ddrm_of.h40 struct component_match **matchptr,
77 struct component_match **matchptr, in drm_of_component_match_add() argument
/linux-6.12.1/drivers/gpu/drm/
Ddrm_of.c90 struct component_match **matchptr, in drm_of_component_match_add() argument
95 component_match_add_release(master, matchptr, component_release_of, in drm_of_component_match_add()
/linux-6.12.1/drivers/gpu/drm/msm/
Dmsm_drv.c928 struct component_match **matchptr) in add_components_mdp() argument
963 drm_of_component_match_add(master_dev, matchptr, in add_components_mdp()
1019 struct component_match **matchptr) in add_gpu_components() argument
1028 drm_of_component_match_add(dev, matchptr, component_compare_of, np); in add_gpu_components()
/linux-6.12.1/sound/soc/codecs/
Dwcd937x.c2835 struct component_match **matchptr) in wcd937x_add_slave_components() argument
2845 component_match_add_release(dev, matchptr, component_release_of, in wcd937x_add_slave_components()
2854 component_match_add_release(dev, matchptr, component_release_of, in wcd937x_add_slave_components()
Dwcd938x.c3501 struct component_match **matchptr) in wcd938x_add_slave_components() argument
3514 component_match_add_release(dev, matchptr, component_release_of, in wcd938x_add_slave_components()
3523 component_match_add_release(dev, matchptr, component_release_of, in wcd938x_add_slave_components()
Dwcd939x.c3584 struct component_match **matchptr) in wcd939x_add_slave_components() argument
3595 component_match_add_release(dev, matchptr, component_release_of, in wcd939x_add_slave_components()
3604 component_match_add_release(dev, matchptr, component_release_of, in wcd939x_add_slave_components()