Searched refs:tasdevice_priv (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/include/sound/ |
H A D | tas2781.h | 86 struct tasdevice_priv { struct 129 int (*save_calibration)(struct tasdevice_priv *tas_priv); argument 133 void tas2781_reset(struct tasdevice_priv *tas_dev); 138 int tasdevice_init(struct tasdevice_priv *tas_priv); 139 void tasdevice_remove(struct tasdevice_priv *tas_priv); 142 int tasdevice_dev_read(struct tasdevice_priv *tas_priv, 144 int tasdevice_dev_write(struct tasdevice_priv *tas_priv, 147 struct tasdevice_priv *tas_priv, unsigned short chn, 153 struct tasdevice_priv *tasdevice, unsigned short chn, 155 int tasdevice_amp_putvol(struct tasdevice_priv *tas_priv, [all …]
|
/openbmc/linux/sound/soc/codecs/ |
H A D | tas2781-i2c.c | 96 struct tasdevice_priv *tas_priv = in tas2781_amp_putvol() 109 struct tasdevice_priv *tas_priv = in tas2781_force_fwload_get() 124 struct tasdevice_priv *tas_priv = in tas2781_force_fwload_put() 224 static int tasdevice_create_control(struct tasdevice_priv *tas_priv) in tasdevice_create_control() 318 struct tasdevice_priv *tas_priv) in tasdevice_dsp_create_ctrls() 374 struct tasdevice_priv *tas_priv = context; in tasdevice_fw_ready() 493 struct tasdevice_priv *tas_priv = snd_soc_dai_get_drvdata(dai); in tasdevice_hw_params() 585 struct tasdevice_priv *tas_priv = (struct tasdevice_priv *) context; in tasdevice_deinit() 615 static void tasdevice_parse_dt(struct tasdevice_priv *tas_priv) in tasdevice_parse_dt() 668 struct tasdevice_priv *tas_priv; in tasdevice_i2c_probe() [all …]
|
H A D | tas2781-comlib.c | 91 int tasdevice_dev_read(struct tasdevice_priv *tas_priv, in tasdevice_dev_read() 118 int tasdevice_dev_write(struct tasdevice_priv *tas_priv, in tasdevice_dev_write() 147 struct tasdevice_priv *tas_priv, unsigned short chn, in tasdevice_dev_bulk_write() 203 struct tasdevice_priv *tas_priv, unsigned short chn, in tasdevice_dev_update_bits() 233 struct tasdevice_priv *tas_priv; in tasdevice_kzalloc() 245 void tas2781_reset(struct tasdevice_priv *tas_dev) in tas2781_reset() 296 int tasdevice_init(struct tasdevice_priv *tas_priv) in tasdevice_init() 389 struct tasdevice_priv *tas_dev = (struct tasdevice_priv *) context; in tasdevice_dsp_remove() 406 void tasdevice_remove(struct tasdevice_priv *tas_priv) in tasdevice_remove() 438 int tasdevice_amp_putvol(struct tasdevice_priv *tas_priv, in tasdevice_amp_putvol() [all …]
|
H A D | tas2781-fmwlib.c | 433 struct tasdevice_priv *tas_priv, in fw_parse_configuration_data_kernel() 575 struct tasdevice_priv *tas_priv = (struct tasdevice_priv *)context; in tasdevice_process_block() 711 struct tasdevice_priv *tas_priv = (struct tasdevice_priv *) pContext; in tasdevice_select_cfg_blk() 1907 struct tasdevice_priv *tas_priv = (struct tasdevice_priv *)context; in tas2781_load_calibration() 1981 struct tasdevice_priv *tas_priv = (struct tasdevice_priv *) context; in tasdevice_dspfw_ready() 2064 struct tasdevice_priv *tas_priv = (struct tasdevice_priv *)context; in tasdevice_dsp_parser() 2121 struct tasdevice_priv *tas_priv = (struct tasdevice_priv *) context; in tasdevice_calbin_remove() 2140 struct tasdevice_priv *tas_priv = (struct tasdevice_priv *) context; in tasdevice_config_info_remove() 2203 struct tasdevice_priv *tas_priv = (struct tasdevice_priv *) context; in tasdevice_select_tuningprm_cfg() 2306 struct tasdevice_priv *tas_priv = (struct tasdevice_priv *) context; in tasdevice_prmg_load() [all …]
|
/openbmc/linux/sound/pci/hda/ |
H A D | tas2781_hda_i2c.c | 72 struct tasdevice_priv *priv; 81 struct tasdevice_priv *tas_priv = data; in tas2781_get_i2c_res() 157 struct tasdevice_priv *tas_priv = snd_kcontrol_chip(kcontrol); in tasdevice_info_profile() 170 struct tasdevice_priv *tas_priv = snd_kcontrol_chip(kcontrol); in tasdevice_get_profile_id() 184 struct tasdevice_priv *tas_priv = snd_kcontrol_chip(kcontrol); in tasdevice_set_profile_id() 206 struct tasdevice_priv *tas_priv = snd_kcontrol_chip(kcontrol); in tasdevice_info_programs() 220 struct tasdevice_priv *tas_priv = snd_kcontrol_chip(kcontrol); in tasdevice_info_config() 234 struct tasdevice_priv *tas_priv = snd_kcontrol_chip(kcontrol); in tasdevice_program_get() 248 struct tasdevice_priv *tas_priv = snd_kcontrol_chip(kcontrol); in tasdevice_program_put() 271 struct tasdevice_priv *tas_priv = snd_kcontrol_chip(kcontrol); in tasdevice_config_get() [all …]
|