| /linux-6.15/include/linux/ |
| H A D | component.h | 101 struct component_match **matchptr, 105 struct component_match **matchptr, 126 struct component_match **matchptr, in component_match_add() argument 129 component_match_add_release(parent, matchptr, NULL, compare, in component_match_add()
|
| /linux-6.15/drivers/base/ |
| H A 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.15/include/drm/ |
| H A D | drm_of.h | 40 struct component_match **matchptr, 79 struct component_match **matchptr, in drm_of_component_match_add() argument
|
| /linux-6.15/drivers/gpu/drm/ |
| H A 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.15/drivers/gpu/drm/msm/ |
| H A D | msm_drv.c | 930 struct component_match **matchptr) in add_components_mdp() argument 965 drm_of_component_match_add(master_dev, matchptr, in add_components_mdp() 1025 struct component_match **matchptr) in add_gpu_components() argument 1034 drm_of_component_match_add(dev, matchptr, component_compare_of, np); in add_gpu_components()
|
| /linux-6.15/sound/soc/codecs/ |
| H A D | wcd937x.c | 2885 struct component_match **matchptr) in wcd937x_add_slave_components() argument 2895 component_match_add_release(dev, matchptr, component_release_of, in wcd937x_add_slave_components() 2904 component_match_add_release(dev, matchptr, component_release_of, in wcd937x_add_slave_components()
|
| H A D | wcd938x.c | 3496 struct component_match **matchptr) in wcd938x_add_slave_components() argument 3509 component_match_add_release(dev, matchptr, component_release_of, in wcd938x_add_slave_components() 3518 component_match_add_release(dev, matchptr, component_release_of, in wcd938x_add_slave_components()
|
| H A 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()
|