Lines Matching refs:tasdevice_priv

90 	struct tasdevice_priv *priv;
99 struct tasdevice_priv *tas_priv = data; in tas2781_get_i2c_res()
113 static int tas2781_read_acpi(struct tasdevice_priv *p, const char *hid) in tas2781_read_acpi()
173 struct tasdevice_priv *tas_priv = snd_kcontrol_chip(kcontrol); in tasdevice_info_profile()
186 struct tasdevice_priv *tas_priv = snd_kcontrol_chip(kcontrol); in tasdevice_get_profile_id()
203 struct tasdevice_priv *tas_priv = snd_kcontrol_chip(kcontrol); in tasdevice_set_profile_id()
229 struct tasdevice_priv *tas_priv = snd_kcontrol_chip(kcontrol); in tasdevice_info_programs()
243 struct tasdevice_priv *tas_priv = snd_kcontrol_chip(kcontrol); in tasdevice_info_config()
257 struct tasdevice_priv *tas_priv = snd_kcontrol_chip(kcontrol); in tasdevice_program_get()
274 struct tasdevice_priv *tas_priv = snd_kcontrol_chip(kcontrol); in tasdevice_program_put()
300 struct tasdevice_priv *tas_priv = snd_kcontrol_chip(kcontrol); in tasdevice_config_get()
317 struct tasdevice_priv *tas_priv = snd_kcontrol_chip(kcontrol); in tasdevice_config_put()
343 struct tasdevice_priv *tas_priv = snd_kcontrol_chip(kcontrol); in tas2781_amp_getvol()
363 struct tasdevice_priv *tas_priv = snd_kcontrol_chip(kcontrol); in tas2781_amp_putvol()
384 struct tasdevice_priv *tas_priv = snd_kcontrol_chip(kcontrol); in tas2781_force_fwload_get()
400 struct tasdevice_priv *tas_priv = snd_kcontrol_chip(kcontrol); in tas2781_force_fwload_put()
453 static void tas2563_apply_calib(struct tasdevice_priv *tas_priv) in tas2563_apply_calib()
473 static int tas2563_save_calibration(struct tasdevice_priv *tas_priv) in tas2563_save_calibration()
516 static void tas2781_apply_calib(struct tasdevice_priv *tas_priv) in tas2781_apply_calib()
549 static int tas2781_save_calibration(struct tasdevice_priv *tas_priv) in tas2781_save_calibration()
615 struct tasdevice_priv *tas_priv = context; in tasdev_fw_ready()