Lines Matching refs:cmpnt

113 	struct snd_soc_component *cmpnt = snd_soc_kcontrol_component(kcontrol);  in tegra210_mvc_get_ctrl_reg()  local
114 struct tegra210_mvc *mvc = snd_soc_component_get_drvdata(cmpnt); in tegra210_mvc_get_ctrl_reg()
117 pm_runtime_get_sync(cmpnt->dev); in tegra210_mvc_get_ctrl_reg()
119 pm_runtime_put(cmpnt->dev); in tegra210_mvc_get_ctrl_reg()
177 static int tegra210_mvc_volume_switch_timeout(struct snd_soc_component *cmpnt) in tegra210_mvc_volume_switch_timeout() argument
179 struct tegra210_mvc *mvc = snd_soc_component_get_drvdata(cmpnt); in tegra210_mvc_volume_switch_timeout()
187 dev_err(cmpnt->dev, in tegra210_mvc_volume_switch_timeout()
198 struct snd_soc_component *cmpnt = snd_soc_kcontrol_component(kcontrol); in tegra210_mvc_update_mute() local
199 struct tegra210_mvc *mvc = snd_soc_component_get_drvdata(cmpnt); in tegra210_mvc_update_mute()
205 pm_runtime_get_sync(cmpnt->dev); in tegra210_mvc_update_mute()
207 err = tegra210_mvc_volume_switch_timeout(cmpnt); in tegra210_mvc_update_mute()
236 pm_runtime_put(cmpnt->dev); in tegra210_mvc_update_mute()
264 struct snd_soc_component *cmpnt = snd_soc_kcontrol_component(kcontrol); in tegra210_mvc_get_vol() local
265 struct tegra210_mvc *mvc = snd_soc_component_get_drvdata(cmpnt); in tegra210_mvc_get_vol()
293 struct snd_soc_component *cmpnt = snd_soc_kcontrol_component(kcontrol); in tegra210_mvc_update_vol() local
294 struct tegra210_mvc *mvc = snd_soc_component_get_drvdata(cmpnt); in tegra210_mvc_update_vol()
299 pm_runtime_get_sync(cmpnt->dev); in tegra210_mvc_update_vol()
301 err = tegra210_mvc_volume_switch_timeout(cmpnt); in tegra210_mvc_update_vol()
338 pm_runtime_put(cmpnt->dev); in tegra210_mvc_update_vol()
398 struct snd_soc_component *cmpnt = snd_soc_kcontrol_component(kcontrol); in tegra210_mvc_get_curve_type() local
399 struct tegra210_mvc *mvc = snd_soc_component_get_drvdata(cmpnt); in tegra210_mvc_get_curve_type()
409 struct snd_soc_component *cmpnt = snd_soc_kcontrol_component(kcontrol); in tegra210_mvc_put_curve_type() local
410 struct tegra210_mvc *mvc = snd_soc_component_get_drvdata(cmpnt); in tegra210_mvc_put_curve_type()
415 dev_err(cmpnt->dev, in tegra210_mvc_put_curve_type()
425 tegra210_mvc_reset_vol_settings(mvc, cmpnt->dev); in tegra210_mvc_put_curve_type()