Searched refs:matchptr (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/include/linux/ |
H A 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()
|
/openbmc/linux/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()
|
/openbmc/linux/include/drm/ |
H A D | drm_of.h | 39 struct component_match **matchptr, 76 struct component_match **matchptr, in drm_of_component_match_add() argument
|
/openbmc/linux/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()
|
/openbmc/linux/drivers/gpu/drm/msm/ |
H A D | msm_drv.c | 1143 struct component_match **matchptr) in add_components_mdp() argument 1178 drm_of_component_match_add(master_dev, matchptr, in add_components_mdp() 1201 struct component_match **matchptr) in add_gpu_components() argument 1210 drm_of_component_match_add(dev, matchptr, component_compare_of, np); in add_gpu_components()
|
/openbmc/linux/sound/soc/codecs/ |
H A D | wcd938x.c | 3547 struct component_match **matchptr) in wcd938x_add_slave_components() argument 3560 component_match_add_release(dev, matchptr, component_release_of, in wcd938x_add_slave_components() 3569 component_match_add_release(dev, matchptr, component_release_of, in wcd938x_add_slave_components()
|