/linux-6.12.1/include/linux/ |
D | component.h | 99 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/ |
D | component.c | 382 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/ |
D | drm_of.h | 40 struct component_match **matchptr, 77 struct component_match **matchptr, in drm_of_component_match_add() argument
|
/linux-6.12.1/drivers/gpu/drm/ |
D | drm_of.c | 90 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/ |
D | msm_drv.c | 928 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/ |
D | wcd937x.c | 2835 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()
|
D | wcd938x.c | 3501 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()
|
D | wcd939x.c | 3584 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()
|