Lines Matching defs:cmpnt
113 struct snd_soc_component *cmpnt = snd_soc_kcontrol_component(kcontrol);
114 struct tegra210_mvc *mvc = snd_soc_component_get_drvdata(cmpnt);
117 pm_runtime_get_sync(cmpnt->dev);
119 pm_runtime_put(cmpnt->dev);
177 static int tegra210_mvc_volume_switch_timeout(struct snd_soc_component *cmpnt)
179 struct tegra210_mvc *mvc = snd_soc_component_get_drvdata(cmpnt);
187 dev_err(cmpnt->dev,
198 struct snd_soc_component *cmpnt = snd_soc_kcontrol_component(kcontrol);
199 struct tegra210_mvc *mvc = snd_soc_component_get_drvdata(cmpnt);
205 pm_runtime_get_sync(cmpnt->dev);
207 err = tegra210_mvc_volume_switch_timeout(cmpnt);
236 pm_runtime_put(cmpnt->dev);
264 struct snd_soc_component *cmpnt = snd_soc_kcontrol_component(kcontrol);
265 struct tegra210_mvc *mvc = snd_soc_component_get_drvdata(cmpnt);
293 struct snd_soc_component *cmpnt = snd_soc_kcontrol_component(kcontrol);
294 struct tegra210_mvc *mvc = snd_soc_component_get_drvdata(cmpnt);
299 pm_runtime_get_sync(cmpnt->dev);
301 err = tegra210_mvc_volume_switch_timeout(cmpnt);
338 pm_runtime_put(cmpnt->dev);
398 struct snd_soc_component *cmpnt = snd_soc_kcontrol_component(kcontrol);
399 struct tegra210_mvc *mvc = snd_soc_component_get_drvdata(cmpnt);
409 struct snd_soc_component *cmpnt = snd_soc_kcontrol_component(kcontrol);
410 struct tegra210_mvc *mvc = snd_soc_component_get_drvdata(cmpnt);
415 dev_err(cmpnt->dev,
425 tegra210_mvc_reset_vol_settings(mvc, cmpnt->dev);