Searched defs:tas_priv (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/sound/soc/codecs/ |
H A 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 …]
|
H A D | tas2781-comlib.c | 47 static int tasdevice_change_chn_book(struct tasdevice_priv *tas_priv, in tasdevice_change_chn_book() 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() 176 int tasdevice_dev_bulk_read(struct tasdevice_priv *tas_priv, in tasdevice_dev_bulk_read() 203 struct tasdevice_priv *tas_priv, unsigned short chn, in tasdevice_dev_update_bits() 233 struct tasdevice_priv *tas_priv; in tasdevice_kzalloc() local 268 int tascodec_init(struct tasdevice_priv *tas_priv, void *codec, in tascodec_init() 296 int tasdevice_init(struct tasdevice_priv *tas_priv) in tasdevice_init() 406 void tasdevice_remove(struct tasdevice_priv *tas_priv) in tasdevice_remove() [all …]
|
H A D | tas2781-fmwlib.c | 87 struct tasdevice_priv *tas_priv, unsigned char *config_data, in tasdevice_add_config() 207 struct tasdevice_priv *tas_priv = context; in tasdevice_rca_parser() local 406 struct tasdevice_priv *tas_priv, struct tasdevice_fw *tas_fmw, in fw_parse_program_data_kernel() 433 struct tasdevice_priv *tas_priv, in fw_parse_configuration_data_kernel() 462 struct tasdevice_priv *tas_priv, const struct firmware *fmw, in fw_parse_variable_header_kernel() 575 struct tasdevice_priv *tas_priv = (struct tasdevice_priv *)context; in tasdevice_process_block() local 711 struct tasdevice_priv *tas_priv = (struct tasdevice_priv *) pContext; in tasdevice_select_cfg_blk() local 924 static int fw_parse_variable_hdr(struct tasdevice_priv in fw_parse_variable_hdr() 963 static int fw_parse_variable_header_git(struct tasdevice_priv in fw_parse_variable_header_git() 1095 static int fw_parse_program_data(struct tasdevice_priv *tas_priv, in fw_parse_program_data() [all …]
|
/openbmc/linux/sound/pci/hda/ |
H A D | tas2781_hda_i2c.c | 81 struct tasdevice_priv *tas_priv = data; in tas2781_get_i2c_res() local 157 struct tasdevice_priv *tas_priv = snd_kcontrol_chip(kcontrol); in tasdevice_info_profile() local 170 struct tasdevice_priv *tas_priv = snd_kcontrol_chip(kcontrol); in tasdevice_get_profile_id() local 184 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 248 struct tasdevice_priv *tas_priv = snd_kcontrol_chip(kcontrol); in tasdevice_program_put() local 271 struct tasdevice_priv *tas_priv = snd_kcontrol_chip(kcontrol); in tasdevice_config_get() local 285 struct tasdevice_priv *tas_priv = snd_kcontrol_chip(kcontrol); in tasdevice_config_put() local [all …]
|