Lines Matching defs:cmpnt
238 struct snd_soc_component *cmpnt = snd_soc_kcontrol_component(kcontrol);
239 struct tegra210_ope *ope = snd_soc_component_get_drvdata(cmpnt);
254 struct snd_soc_component *cmpnt = snd_soc_kcontrol_component(kcontrol);
255 struct tegra210_ope *ope = snd_soc_component_get_drvdata(cmpnt);
270 struct snd_soc_component *cmpnt = snd_soc_kcontrol_component(kcontrol);
271 struct tegra210_ope *ope = snd_soc_component_get_drvdata(cmpnt);
285 struct snd_soc_component *cmpnt = snd_soc_kcontrol_component(kcontrol);
286 struct tegra210_ope *ope = snd_soc_component_get_drvdata(cmpnt);
308 struct snd_soc_component *cmpnt = snd_soc_kcontrol_component(kcontrol);
309 struct tegra210_ope *ope = snd_soc_component_get_drvdata(cmpnt);
316 for (i = 0; i < params->soc.num_regs; i++, regs += cmpnt->val_bytes) {
329 struct snd_soc_component *cmpnt = snd_soc_kcontrol_component(kcontrol);
330 struct tegra210_ope *ope = snd_soc_component_get_drvdata(cmpnt);
338 for (i = 0; i < params->soc.num_regs; i++, regs += cmpnt->val_bytes) {
354 struct snd_soc_component *cmpnt = snd_soc_kcontrol_component(kcontrol);
355 struct tegra210_ope *ope = snd_soc_component_get_drvdata(cmpnt);
362 for (i = 0; i < num_regs; i += 4, regs += cmpnt->val_bytes) {
382 struct snd_soc_component *cmpnt = snd_soc_kcontrol_component(kcontrol);
383 struct tegra210_ope *ope = snd_soc_component_get_drvdata(cmpnt);
390 for (i = 0; i < num_regs; i += 4, regs += cmpnt->val_bytes) {
415 struct snd_soc_component *cmpnt = snd_soc_kcontrol_component(kcontrol);
418 memset(data, 0, params->soc.num_regs * cmpnt->val_bytes);
427 struct snd_soc_component *cmpnt = snd_soc_kcontrol_component(kcontrol);
428 struct tegra210_ope *ope = snd_soc_component_get_drvdata(cmpnt);
430 u32 reg_data = reg_ctrl + cmpnt->val_bytes;
455 struct snd_soc_component *cmpnt = snd_soc_kcontrol_component(kcontrol);
456 struct tegra210_ope *ope = snd_soc_component_get_drvdata(cmpnt);
472 struct snd_soc_component *cmpnt = snd_soc_kcontrol_component(kcontrol);
473 struct tegra210_ope *ope = snd_soc_component_get_drvdata(cmpnt);
769 int tegra210_mbdrc_hw_params(struct snd_soc_component *cmpnt)
771 struct tegra210_ope *ope = snd_soc_component_get_drvdata(cmpnt);
798 int tegra210_mbdrc_component_init(struct snd_soc_component *cmpnt)
800 struct tegra210_ope *ope = snd_soc_component_get_drvdata(cmpnt);
805 pm_runtime_get_sync(cmpnt->dev);
971 pm_runtime_put_sync(cmpnt->dev);
973 snd_soc_add_component_controls(cmpnt, tegra210_mbdrc_controls,