Lines Matching refs:cmpnt
103 struct snd_soc_component *cmpnt = snd_soc_kcontrol_component(kcontrol); in tegra210_peq_get() local
104 struct tegra210_ope *ope = snd_soc_component_get_drvdata(cmpnt); in tegra210_peq_get()
126 struct snd_soc_component *cmpnt = snd_soc_kcontrol_component(kcontrol); in tegra210_peq_put() local
127 struct tegra210_ope *ope = snd_soc_component_get_drvdata(cmpnt); in tegra210_peq_put()
149 struct snd_soc_component *cmpnt = snd_soc_kcontrol_component(kcontrol); in tegra210_peq_ram_get() local
150 struct tegra210_ope *ope = snd_soc_component_get_drvdata(cmpnt); in tegra210_peq_ram_get()
152 u32 reg_data = reg_ctrl + cmpnt->val_bytes; in tegra210_peq_ram_get()
155 pm_runtime_get_sync(cmpnt->dev); in tegra210_peq_ram_get()
160 pm_runtime_put_sync(cmpnt->dev); in tegra210_peq_ram_get()
172 struct snd_soc_component *cmpnt = snd_soc_kcontrol_component(kcontrol); in tegra210_peq_ram_put() local
173 struct tegra210_ope *ope = snd_soc_component_get_drvdata(cmpnt); in tegra210_peq_ram_put()
175 u32 reg_data = reg_ctrl + cmpnt->val_bytes; in tegra210_peq_ram_put()
181 pm_runtime_get_sync(cmpnt->dev); in tegra210_peq_ram_put()
186 pm_runtime_put_sync(cmpnt->dev); in tegra210_peq_ram_put()
356 int tegra210_peq_component_init(struct snd_soc_component *cmpnt) in tegra210_peq_component_init() argument
358 struct tegra210_ope *ope = snd_soc_component_get_drvdata(cmpnt); in tegra210_peq_component_init()
361 pm_runtime_get_sync(cmpnt->dev); in tegra210_peq_component_init()
391 pm_runtime_put_sync(cmpnt->dev); in tegra210_peq_component_init()
393 snd_soc_add_component_controls(cmpnt, tegra210_peq_controls, in tegra210_peq_component_init()