• Home
  • Raw
  • Download

Lines Matching refs:cmpnt

104 	struct snd_soc_component *cmpnt = snd_soc_kcontrol_component(kcontrol);  in tegra210_peq_get()  local
105 struct tegra210_ope *ope = snd_soc_component_get_drvdata(cmpnt); in tegra210_peq_get()
127 struct snd_soc_component *cmpnt = snd_soc_kcontrol_component(kcontrol); in tegra210_peq_put() local
128 struct tegra210_ope *ope = snd_soc_component_get_drvdata(cmpnt); in tegra210_peq_put()
150 struct snd_soc_component *cmpnt = snd_soc_kcontrol_component(kcontrol); in tegra210_peq_ram_get() local
151 struct tegra210_ope *ope = snd_soc_component_get_drvdata(cmpnt); in tegra210_peq_ram_get()
153 u32 reg_data = reg_ctrl + cmpnt->val_bytes; in tegra210_peq_ram_get()
156 pm_runtime_get_sync(cmpnt->dev); in tegra210_peq_ram_get()
161 pm_runtime_put_sync(cmpnt->dev); in tegra210_peq_ram_get()
173 struct snd_soc_component *cmpnt = snd_soc_kcontrol_component(kcontrol); in tegra210_peq_ram_put() local
174 struct tegra210_ope *ope = snd_soc_component_get_drvdata(cmpnt); in tegra210_peq_ram_put()
176 u32 reg_data = reg_ctrl + cmpnt->val_bytes; in tegra210_peq_ram_put()
182 pm_runtime_get_sync(cmpnt->dev); in tegra210_peq_ram_put()
187 pm_runtime_put_sync(cmpnt->dev); in tegra210_peq_ram_put()
357 int tegra210_peq_component_init(struct snd_soc_component *cmpnt) in tegra210_peq_component_init() argument
359 struct tegra210_ope *ope = snd_soc_component_get_drvdata(cmpnt); in tegra210_peq_component_init()
362 pm_runtime_get_sync(cmpnt->dev); in tegra210_peq_component_init()
392 pm_runtime_put_sync(cmpnt->dev); in tegra210_peq_component_init()
394 snd_soc_add_component_controls(cmpnt, tegra210_peq_controls, in tegra210_peq_component_init()