Searched defs:tas_priv (Results 1 – 4 of 4) sorted by relevance
/linux-6.6.21/sound/soc/codecs/ |
D | tas2781-i2c.c | 63 struct tasdevice_priv *tas_priv = snd_soc_component_get_drvdata(codec); in tas2781_digital_getvol() local 74 struct tasdevice_priv *tas_priv = snd_soc_component_get_drvdata(codec); in tas2781_digital_putvol() local 85 struct tasdevice_priv *tas_priv = snd_soc_component_get_drvdata(codec); in tas2781_amp_getvol() local 96 struct tasdevice_priv *tas_priv = in tas2781_amp_putvol() local 109 struct tasdevice_priv *tas_priv = in tas2781_force_fwload_get() local 124 struct tasdevice_priv *tas_priv = in tas2781_force_fwload_put() local 155 struct tasdevice_priv *tas_priv = snd_soc_component_get_drvdata(codec); in tasdevice_set_profile_id() local 172 struct tasdevice_priv *tas_priv = snd_soc_component_get_drvdata(codec); in tasdevice_info_programs() local 188 struct tasdevice_priv *tas_priv = snd_soc_component_get_drvdata(codec); in tasdevice_info_configurations() local 203 struct tasdevice_priv *tas_priv = snd_soc_component_get_drvdata(codec); in tasdevice_info_profile() local [all …]
|
D | tas2781-comlib.c | 48 static int tasdevice_change_chn_book(struct tasdevice_priv *tas_priv, in tasdevice_change_chn_book() 92 int tasdevice_dev_read(struct tasdevice_priv *tas_priv, in tasdevice_dev_read() 119 int tasdevice_dev_write(struct tasdevice_priv *tas_priv, in tasdevice_dev_write() 148 struct tasdevice_priv *tas_priv, unsigned short chn, in tasdevice_dev_bulk_write() 177 int tasdevice_dev_bulk_read(struct tasdevice_priv *tas_priv, in tasdevice_dev_bulk_read() 204 struct tasdevice_priv *tas_priv, unsigned short chn, in tasdevice_dev_update_bits() 234 struct tasdevice_priv *tas_priv; in tasdevice_kzalloc() local 269 int tascodec_init(struct tasdevice_priv *tas_priv, void *codec, in tascodec_init() 297 int tasdevice_init(struct tasdevice_priv *tas_priv) in tasdevice_init() 407 void tasdevice_remove(struct tasdevice_priv *tas_priv) in tasdevice_remove() [all …]
|
D | tas2781-fmwlib.c | 88 struct tasdevice_priv *tas_priv, unsigned char *config_data, in tasdevice_add_config() 209 struct tasdevice_priv *tas_priv = context; in tasdevice_rca_parser() local 408 struct tasdevice_priv *tas_priv, struct tasdevice_fw *tas_fmw, in fw_parse_program_data_kernel() 435 struct tasdevice_priv *tas_priv, in fw_parse_configuration_data_kernel() 464 struct tasdevice_priv *tas_priv, const struct firmware *fmw, in fw_parse_variable_header_kernel() 577 struct tasdevice_priv *tas_priv = (struct tasdevice_priv *)context; in tasdevice_process_block() local 713 struct tasdevice_priv *tas_priv = (struct tasdevice_priv *) pContext; in tasdevice_select_cfg_blk() local 926 static int fw_parse_variable_hdr(struct tasdevice_priv in fw_parse_variable_hdr() 965 static int fw_parse_variable_header_git(struct tasdevice_priv in fw_parse_variable_header_git() 1097 static int fw_parse_program_data(struct tasdevice_priv *tas_priv, in fw_parse_program_data() [all …]
|
/linux-6.6.21/sound/pci/hda/ |
D | tas2781_hda_i2c.c | 79 struct tasdevice_priv *tas_priv = data; in tas2781_get_i2c_res() local 165 struct tasdevice_priv *tas_priv = snd_kcontrol_chip(kcontrol); in tasdevice_info_profile() local 178 struct tasdevice_priv *tas_priv = snd_kcontrol_chip(kcontrol); in tasdevice_get_profile_id() local 188 struct tasdevice_priv *tas_priv = snd_kcontrol_chip(kcontrol); in tasdevice_set_profile_id() local 206 struct tasdevice_priv *tas_priv = snd_kcontrol_chip(kcontrol); in tasdevice_info_programs() local 220 struct tasdevice_priv *tas_priv = snd_kcontrol_chip(kcontrol); in tasdevice_info_config() local 234 struct tasdevice_priv *tas_priv = snd_kcontrol_chip(kcontrol); in tasdevice_program_get() local 244 struct tasdevice_priv *tas_priv = snd_kcontrol_chip(kcontrol); in tasdevice_program_put() local 263 struct tasdevice_priv *tas_priv = snd_kcontrol_chip(kcontrol); in tasdevice_config_get() local 273 struct tasdevice_priv *tas_priv = snd_kcontrol_chip(kcontrol); in tasdevice_config_put() local [all …]
|