Searched refs:ope (Results 1 – 8 of 8) sorted by relevance
/linux/sound/soc/tegra/ |
H A D | tegra210_ope.c | 33 static int tegra210_ope_set_audio_cif(struct tegra210_ope *ope, in tegra210_ope_set_audio_cif() argument 62 tegra_set_cif(ope->regmap, reg, &cif_conf); in tegra210_ope_set_audio_cif() 72 struct tegra210_ope *ope = snd_soc_dai_get_drvdata(dai); in tegra210_ope_hw_params() local 76 err = tegra210_ope_set_audio_cif(ope, params, in tegra210_ope_hw_params() 83 err = tegra210_ope_set_audio_cif(ope, params, in tegra210_ope_hw_params() 97 struct tegra210_ope *ope = dev_get_drvdata(cmpnt->dev); in tegra210_ope_component_probe() local 113 snd_soc_component_init_regmap(cmpnt, ope->regmap); in tegra210_ope_component_probe() 201 struct tegra210_ope *ope = snd_soc_component_get_drvdata(cmpnt); in tegra210_ope_get_data_dir() local 203 ucontrol->value.enumerated.item[0] = ope->data_dir; in tegra210_ope_get_data_dir() 212 struct tegra210_ope *ope = snd_soc_component_get_drvdata(cmpnt); in tegra210_ope_put_data_dir() local [all …]
|
H A D | tegra210_mbdrc.c | 239 struct tegra210_ope *ope = snd_soc_component_get_drvdata(cmpnt); in tegra210_mbdrc_get() local 242 regmap_read(ope->mbdrc_regmap, mc->reg, &val); in tegra210_mbdrc_get() 255 struct tegra210_ope *ope = snd_soc_component_get_drvdata(cmpnt); in tegra210_mbdrc_put() local 261 regmap_update_bits_check(ope->mbdrc_regmap, mc->reg, in tegra210_mbdrc_put() 271 struct tegra210_ope *ope = snd_soc_component_get_drvdata(cmpnt); in tegra210_mbdrc_get_enum() local 275 regmap_read(ope->mbdrc_regmap, e->reg, &val); in tegra210_mbdrc_get_enum() 286 struct tegra210_ope *ope = snd_soc_component_get_drvdata(cmpnt); in tegra210_mbdrc_put_enum() local 298 regmap_update_bits_check(ope->mbdrc_regmap, e->reg, mask, val, in tegra210_mbdrc_put_enum() 309 struct tegra210_ope *ope = snd_soc_component_get_drvdata(cmpnt); in tegra210_mbdrc_band_params_get() local 317 regmap_read(ope->mbdrc_regmap, regs, &data[i]); in tegra210_mbdrc_band_params_get() [all …]
|
H A D | tegra210_peq.c | 104 struct tegra210_ope *ope = snd_soc_component_get_drvdata(cmpnt); in tegra210_peq_get() local 108 regmap_read(ope->peq_regmap, mc->reg, &val); in tegra210_peq_get() 127 struct tegra210_ope *ope = snd_soc_component_get_drvdata(cmpnt); in tegra210_peq_put() local 139 regmap_update_bits_check(ope->peq_regmap, mc->reg, (mask << mc->shift), in tegra210_peq_put() 150 struct tegra210_ope *ope = snd_soc_component_get_drvdata(cmpnt); in tegra210_peq_ram_get() local 157 tegra210_peq_read_ram(ope->peq_regmap, reg_ctrl, reg_data, in tegra210_peq_ram_get() 173 struct tegra210_ope *ope = snd_soc_component_get_drvdata(cmpnt); in tegra210_peq_ram_put() local 183 tegra210_peq_write_ram(ope->peq_regmap, reg_ctrl, reg_data, in tegra210_peq_ram_put() 358 struct tegra210_ope *ope = snd_soc_component_get_drvdata(cmpnt); in tegra210_peq_component_init() local 362 regmap_update_bits(ope->peq_regmap, TEGRA210_PEQ_CFG, in tegra210_peq_component_init() [all …]
|
H A D | Makefile | 22 snd-soc-tegra210-ope-y := tegra210_ope.o tegra210_mbdrc.o tegra210_peq.o 42 obj-$(CONFIG_SND_SOC_TEGRA210_OPE) += snd-soc-tegra210-ope.o
|
/linux/arch/arm64/boot/dts/nvidia/ |
H A D | tegra210.dtsi | 1663 compatible = "nvidia,tegra210-ope"; 1683 compatible = "nvidia,tegra210-ope";
|
H A D | tegra186.dtsi | 398 compatible = "nvidia,tegra186-ope", 399 "nvidia,tegra210-ope";
|
H A D | tegra194.dtsi | 497 compatible = "nvidia,tegra194-ope", 498 "nvidia,tegra210-ope";
|
H A D | tegra234.dtsi | 1141 compatible = "nvidia,tegra234-ope", 1142 "nvidia,tegra210-ope";
|