Home
last modified time | relevance | path

Searched defs:tas_priv (Results 1 – 6 of 6) sorted by relevance

/linux-6.14.4/sound/soc/codecs/
Dtas2781-i2c.c130 struct tasdevice_priv *tas_priv = snd_soc_component_get_drvdata(codec); in tas2781_digital_getvol() local
141 struct tasdevice_priv *tas_priv = snd_soc_component_get_drvdata(codec); in tas2781_digital_putvol() local
152 struct tasdevice_priv *tas_priv = snd_soc_component_get_drvdata(codec); in tas2781_amp_getvol() local
163 struct tasdevice_priv *tas_priv = in tas2781_amp_putvol() local
176 struct tasdevice_priv *tas_priv = in tasdev_force_fwload_get() local
191 struct tasdevice_priv *tas_priv = in tasdev_force_fwload_put() local
331 static int calib_data_get(struct tasdevice_priv *tas_priv, int reg, in calib_data_get()
352 static void sngl_calib_start(struct tasdevice_priv *tas_priv, int i, in sngl_calib_start()
455 static void tas2781_calib_stop_put(struct tasdevice_priv *tas_priv) in tas2781_calib_stop_put()
490 struct tasdevice_priv *tas_priv = snd_soc_component_get_drvdata(comp); in tas2563_calib_start_put() local
[all …]
Dtas2781-comlib.c47 static int tasdevice_change_chn_book(struct tasdevice_priv *tas_priv, in tasdevice_change_chn_book()
91 int tasdev_chn_switch(struct tasdevice_priv *tas_priv, in tasdev_chn_switch()
117 int tasdevice_dev_read(struct tasdevice_priv *tas_priv, in tasdevice_dev_read()
144 int tasdevice_dev_write(struct tasdevice_priv *tas_priv, in tasdevice_dev_write()
173 struct tasdevice_priv *tas_priv, unsigned short chn, in tasdevice_dev_bulk_write()
202 int tasdevice_dev_bulk_read(struct tasdevice_priv *tas_priv, in tasdevice_dev_bulk_read()
229 struct tasdevice_priv *tas_priv, unsigned short chn, in tasdevice_dev_update_bits()
259 struct tasdevice_priv *tas_priv; in tasdevice_kzalloc() local
294 int tascodec_init(struct tasdevice_priv *tas_priv, void *codec, in tascodec_init()
327 int tasdevice_init(struct tasdevice_priv *tas_priv) in tasdevice_init()
[all …]
Dtas2781-fmwlib.c149 struct tasdevice_priv *tas_priv, unsigned char *config_data, in tasdevice_add_config()
269 struct tasdevice_priv *tas_priv = context; in tasdevice_rca_parser() local
507 struct tasdevice_priv *tas_priv, struct tasdevice_fw *tas_fmw, in fw_parse_program_data_kernel()
534 struct tasdevice_priv *tas_priv, in fw_parse_configuration_data_kernel()
563 struct tasdevice_priv *tas_priv, const struct firmware *fmw, in fw_parse_variable_header_kernel()
676 struct tasdevice_priv *tas_priv = (struct tasdevice_priv *)context; in tasdevice_process_block() local
812 struct tasdevice_priv *tas_priv = (struct tasdevice_priv *) pContext; in tasdevice_select_cfg_blk() local
894 static int fw_parse_variable_hdr(struct tasdevice_priv in fw_parse_variable_hdr()
933 static int fw_parse_variable_header_git(struct tasdevice_priv in fw_parse_variable_header_git()
1065 static int fw_parse_program_data(struct tasdevice_priv *tas_priv, in fw_parse_program_data()
[all …]
/linux-6.14.4/sound/pci/hda/
Dtas2781_hda_spi.c105 static int tasdevice_spi_switch_book(struct tasdevice_priv *tas_priv, int reg) in tasdevice_spi_switch_book()
121 int tasdevice_spi_dev_read(struct tasdevice_priv *tas_priv, in tasdevice_spi_dev_read()
152 int tasdevice_spi_dev_write(struct tasdevice_priv *tas_priv, in tasdevice_spi_dev_write()
170 int tasdevice_spi_dev_bulk_write(struct tasdevice_priv *tas_priv, in tasdevice_spi_dev_bulk_write()
189 int tasdevice_spi_dev_bulk_read(struct tasdevice_priv *tas_priv, in tasdevice_spi_dev_bulk_read()
224 int tasdevice_spi_dev_update_bits(struct tasdevice_priv *tas_priv, in tasdevice_spi_dev_update_bits()
265 static int tascodec_spi_init(struct tasdevice_priv *tas_priv, in tascodec_spi_init()
292 static void tasdevice_spi_init(struct tasdevice_priv *tas_priv) in tasdevice_spi_init()
311 static int tasdevice_spi_amp_putvol(struct tasdevice_priv *tas_priv, in tasdevice_spi_amp_putvol()
333 static int tasdevice_spi_amp_getvol(struct tasdevice_priv *tas_priv, in tasdevice_spi_amp_getvol()
[all …]
Dtas2781_hda_i2c.c100 struct tasdevice_priv *tas_priv = data; in tas2781_get_i2c_res() local
216 struct tasdevice_priv *tas_priv = snd_kcontrol_chip(kcontrol); in tasdevice_info_profile() local
229 struct tasdevice_priv *tas_priv = snd_kcontrol_chip(kcontrol); in tasdevice_get_profile_id() local
246 struct tasdevice_priv *tas_priv = snd_kcontrol_chip(kcontrol); in tasdevice_set_profile_id() local
272 struct tasdevice_priv *tas_priv = snd_kcontrol_chip(kcontrol); in tasdevice_info_programs() local
286 struct tasdevice_priv *tas_priv = snd_kcontrol_chip(kcontrol); in tasdevice_info_config() local
300 struct tasdevice_priv *tas_priv = snd_kcontrol_chip(kcontrol); in tasdevice_program_get() local
317 struct tasdevice_priv *tas_priv = snd_kcontrol_chip(kcontrol); in tasdevice_program_put() local
343 struct tasdevice_priv *tas_priv = snd_kcontrol_chip(kcontrol); in tasdevice_config_get() local
360 struct tasdevice_priv *tas_priv = snd_kcontrol_chip(kcontrol); in tasdevice_config_put() local
[all …]
Dtas2781_spi_fwlib.c151 struct tasdevice_priv *tas_priv, unsigned char *config_data, in tasdevice_add_config()
273 struct tasdevice_priv *tas_priv = context; in tasdevice_spi_rca_parser() local
477 struct tasdevice_priv *tas_priv, struct tasdevice_fw *tas_fmw, in fw_parse_program_data_kernel()
502 static int fw_parse_configuration_data_kernel(struct tasdevice_priv *tas_priv, in fw_parse_configuration_data_kernel()
529 static int fw_parse_variable_header_kernel(struct tasdevice_priv *tas_priv, in fw_parse_variable_header_kernel()
633 struct tasdevice_priv *tas_priv = context; in tasdevice_single_byte_wr() local
673 struct tasdevice_priv *tas_priv = context; in tasdevice_burst_wr() local
709 struct tasdevice_priv *tas_priv = context; in tasdevice_delay() local
737 struct tasdevice_priv *tas_priv = context; in tasdevice_field_wr() local
767 struct tasdevice_priv *tas_priv = context; in tasdevice_process_block() local
[all …]