Home
last modified time | relevance | path

Searched refs:tasdevice_priv (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.6/include/sound/
Dtas2781.h91 struct tasdevice_priv { struct
124 int (*fw_parse_variable_header)(struct tasdevice_priv *tas_priv, argument
126 int (*fw_parse_program_data)(struct tasdevice_priv *tas_priv, argument
129 int (*fw_parse_configuration_data)(struct tasdevice_priv *tas_priv, argument
132 int (*tasdevice_load_block)(struct tasdevice_priv *tas_priv, argument
136 void tas2781_reset(struct tasdevice_priv *tas_dev);
137 int tascodec_init(struct tasdevice_priv *tas_priv, void *codec,
139 struct tasdevice_priv *tasdevice_kzalloc(struct i2c_client *i2c);
140 int tasdevice_init(struct tasdevice_priv *tas_priv);
141 void tasdevice_remove(struct tasdevice_priv *tas_priv);
[all …]
/Linux-v6.6/sound/soc/codecs/
Dtas2781-i2c.c63 struct tasdevice_priv *tas_priv = snd_soc_component_get_drvdata(codec); in tas2781_digital_getvol()
74 struct tasdevice_priv *tas_priv = snd_soc_component_get_drvdata(codec); in tas2781_digital_putvol()
85 struct tasdevice_priv *tas_priv = snd_soc_component_get_drvdata(codec); in tas2781_amp_getvol()
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()
155 struct tasdevice_priv *tas_priv = snd_soc_component_get_drvdata(codec); in tasdevice_set_profile_id()
172 struct tasdevice_priv *tas_priv = snd_soc_component_get_drvdata(codec); in tasdevice_info_programs()
188 struct tasdevice_priv *tas_priv = snd_soc_component_get_drvdata(codec); in tasdevice_info_configurations()
203 struct tasdevice_priv *tas_priv = snd_soc_component_get_drvdata(codec); in tasdevice_info_profile()
[all …]
Dtas2781-comlib.c48 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()
232 struct tasdevice_priv *tasdevice_kzalloc(struct i2c_client *i2c) in tasdevice_kzalloc()
234 struct tasdevice_priv *tas_priv; in tasdevice_kzalloc()
246 void tas2781_reset(struct tasdevice_priv *tas_dev) in tas2781_reset()
269 int tascodec_init(struct tasdevice_priv *tas_priv, void *codec, in tascodec_init()
[all …]
Dtas2781-fmwlib.c88 struct tasdevice_priv *tas_priv, unsigned char *config_data, in tasdevice_add_config()
209 struct tasdevice_priv *tas_priv = context; in tasdevice_rca_parser()
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()
713 struct tasdevice_priv *tas_priv = (struct tasdevice_priv *) pContext; in tasdevice_select_cfg_blk()
769 struct tasdevice_priv *tasdevice, struct tasdev_blk *block) in tasdevice_load_block_kernel()
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()
[all …]
/Linux-v6.6/sound/pci/hda/
Dtas2781_hda_i2c.c70 struct tasdevice_priv *tas_priv = data; in tas2781_get_i2c_res()
84 static int tas2781_read_acpi(struct tasdevice_priv *p, const char *hid) in tas2781_read_acpi()
128 struct tasdevice_priv *tas_priv = dev_get_drvdata(dev); in tas2781_hda_playback_hook()
156 struct tasdevice_priv *tas_priv = snd_kcontrol_chip(kcontrol); in tasdevice_info_profile()
169 struct tasdevice_priv *tas_priv = snd_kcontrol_chip(kcontrol); in tasdevice_get_profile_id()
179 struct tasdevice_priv *tas_priv = snd_kcontrol_chip(kcontrol); in tasdevice_set_profile_id()
197 struct tasdevice_priv *tas_priv = snd_kcontrol_chip(kcontrol); in tasdevice_info_programs()
211 struct tasdevice_priv *tas_priv = snd_kcontrol_chip(kcontrol); in tasdevice_info_config()
225 struct tasdevice_priv *tas_priv = snd_kcontrol_chip(kcontrol); in tasdevice_program_get()
235 struct tasdevice_priv *tas_priv = snd_kcontrol_chip(kcontrol); in tasdevice_program_put()
[all …]