Searched refs:ope (Results 1 - 4 of 4) sorted by relevance

/linux-master/sound/soc/tegra/
H A Dtegra210_ope.c33 static int tegra210_ope_set_audio_cif(struct tegra210_ope *ope, argument
62 tegra_set_cif(ope->regmap, reg, &cif_conf);
72 struct tegra210_ope *ope = snd_soc_dai_get_drvdata(dai); local
76 err = tegra210_ope_set_audio_cif(ope, params,
83 err = tegra210_ope_set_audio_cif(ope, params,
97 struct tegra210_ope *ope = dev_get_drvdata(cmpnt->dev); local
113 snd_soc_component_init_regmap(cmpnt, ope->regmap);
201 struct tegra210_ope *ope = snd_soc_component_get_drvdata(cmpnt); local
203 ucontrol->value.enumerated.item[0] = ope->data_dir;
212 struct tegra210_ope *ope local
301 struct tegra210_ope *ope; local
356 struct tegra210_ope *ope = dev_get_drvdata(dev); local
374 struct tegra210_ope *ope = dev_get_drvdata(dev); local
[all...]
H A Dtegra210_mbdrc.c239 struct tegra210_ope *ope = snd_soc_component_get_drvdata(cmpnt); local
242 regmap_read(ope->mbdrc_regmap, mc->reg, &val);
255 struct tegra210_ope *ope = snd_soc_component_get_drvdata(cmpnt); local
261 regmap_update_bits_check(ope->mbdrc_regmap, mc->reg,
271 struct tegra210_ope *ope = snd_soc_component_get_drvdata(cmpnt); local
275 regmap_read(ope->mbdrc_regmap, e->reg, &val);
286 struct tegra210_ope *ope = snd_soc_component_get_drvdata(cmpnt); local
298 regmap_update_bits_check(ope->mbdrc_regmap, e->reg, mask, val,
309 struct tegra210_ope *ope = snd_soc_component_get_drvdata(cmpnt); local
317 regmap_read(ope
330 struct tegra210_ope *ope = snd_soc_component_get_drvdata(cmpnt); local
355 struct tegra210_ope *ope = snd_soc_component_get_drvdata(cmpnt); local
383 struct tegra210_ope *ope = snd_soc_component_get_drvdata(cmpnt); local
428 struct tegra210_ope *ope = snd_soc_component_get_drvdata(cmpnt); local
456 struct tegra210_ope *ope = snd_soc_component_get_drvdata(cmpnt); local
473 struct tegra210_ope *ope = snd_soc_component_get_drvdata(cmpnt); local
771 struct tegra210_ope *ope = snd_soc_component_get_drvdata(cmpnt); local
800 struct tegra210_ope *ope = snd_soc_component_get_drvdata(cmpnt); local
982 struct tegra210_ope *ope = dev_get_drvdata(dev); local
[all...]
H A Dtegra210_peq.c104 struct tegra210_ope *ope = snd_soc_component_get_drvdata(cmpnt); local
108 regmap_read(ope->peq_regmap, mc->reg, &val);
127 struct tegra210_ope *ope = snd_soc_component_get_drvdata(cmpnt); local
139 regmap_update_bits_check(ope->peq_regmap, mc->reg, (mask << mc->shift),
150 struct tegra210_ope *ope = snd_soc_component_get_drvdata(cmpnt); local
157 tegra210_peq_read_ram(ope->peq_regmap, reg_ctrl, reg_data,
173 struct tegra210_ope *ope = snd_soc_component_get_drvdata(cmpnt); local
183 tegra210_peq_write_ram(ope->peq_regmap, reg_ctrl, reg_data,
358 struct tegra210_ope *ope = snd_soc_component_get_drvdata(cmpnt); local
362 regmap_update_bits(ope
402 struct tegra210_ope *ope = dev_get_drvdata(dev); local
[all...]
H A DMakefile22 snd-soc-tegra210-ope-objs := tegra210_ope.o tegra210_mbdrc.o tegra210_peq.o
42 obj-$(CONFIG_SND_SOC_TEGRA210_OPE) += snd-soc-tegra210-ope.o

Completed in 109 milliseconds