| /linux/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/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/drivers/gpu/drm/imx/dc/ |
| H A D | dc-drv.c | 52 dc_add_components(struct device *dev, struct component_match **matchptr) in dc_add_components() argument 61 drm_of_component_match_add(dev, matchptr, component_compare_of, in dc_add_components() 65 drm_of_component_match_add(dev, matchptr, in dc_add_components()
|
| /linux/drivers/platform/x86/lenovo/ |
| H A D | wmi-capdata.c | 147 void lwmi_cd_match_add_all(struct device *master, struct component_match **matchptr) in lwmi_cd_match_add_all() argument 151 if (WARN_ON(*matchptr)) in lwmi_cd_match_add_all() 159 component_match_add(master, matchptr, lwmi_cd_match, in lwmi_cd_match_add_all() 161 if (IS_ERR(*matchptr)) in lwmi_cd_match_add_all()
|
| H A D | wmi-capdata.h | 60 void lwmi_cd_match_add_all(struct device *master, struct component_match **matchptr);
|
| /linux/drivers/gpu/drm/ |
| H A D | drm_of.c | 91 struct component_match **matchptr, in drm_of_component_match_add() argument 96 component_match_add_release(master, matchptr, component_release_of, in drm_of_component_match_add()
|
| /linux/drivers/gpu/drm/msm/ |
| H A D | msm_drv.c | 909 struct component_match **matchptr) in add_mdp_components() argument 944 drm_of_component_match_add(master_dev, matchptr, in add_mdp_components() 1014 struct component_match **matchptr) in add_gpu_components() argument 1023 drm_of_component_match_add(dev, matchptr, component_compare_of, np); in add_gpu_components()
|
| /linux/sound/soc/codecs/ |
| H A D | pm4125.c | 1629 struct component_match **matchptr) in pm4125_add_slave_components() argument 1636 component_match_add_release(dev, matchptr, component_release_of, component_compare_of, in pm4125_add_slave_components() 1642 component_match_add_release(dev, matchptr, component_release_of, component_compare_of, in pm4125_add_slave_components()
|
| H A D | wcd937x.c | 2855 struct component_match **matchptr) in wcd937x_add_slave_components() argument 2865 component_match_add_release(dev, matchptr, component_release_of, in wcd937x_add_slave_components() 2874 component_match_add_release(dev, matchptr, component_release_of, in wcd937x_add_slave_components()
|
| H A D | wcd939x.c | 3519 struct component_match **matchptr) in wcd939x_add_slave_components() argument 3529 component_match_add_release(dev, matchptr, component_release_of, in wcd939x_add_slave_components() 3538 component_match_add_release(dev, matchptr, component_release_of, in wcd939x_add_slave_components()
|
| H A D | wcd938x.c | 3455 struct component_match **matchptr) in wcd938x_add_slave_components() argument 3467 component_match_add_release(dev, matchptr, component_release_of, in wcd938x_add_slave_components() 3476 component_match_add_release(dev, matchptr, component_release_of, in wcd938x_add_slave_components()
|