Searched refs:tasdevice (Results 1 - 5 of 5) sorted by path

/linux-master/include/sound/
H A Dtas2781.h72 struct tasdevice { struct
94 struct tasdevice tasdevice[TASDEVICE_MAX_CHANNELS]; member in struct:tasdevice_priv
162 struct tasdevice_priv *tasdevice, unsigned short chn,
/linux-master/sound/pci/hda/
H A Dtas2781_hda_i2c.c103 tas_priv->tasdevice[tas_priv->ndev].dev_addr =
928 tas_hda->priv->tasdevice[i].cur_book = -1;
929 tas_hda->priv->tasdevice[i].cur_prog = -1;
930 tas_hda->priv->tasdevice[i].cur_conf = -1;
/linux-master/sound/soc/codecs/
H A Dtas2781-comlib.c55 struct tasdevice *tasdev = &tas_priv->tasdevice[chn];
315 tas_priv->tasdevice[i].cur_book = -1;
316 tas_priv->tasdevice[i].cur_prog = -1;
317 tas_priv->tasdevice[i].cur_conf = -1;
H A Dtas2781-fmwlib.c3 // tasdevice-fmw.c -- TASDEVICE firmware support
694 if (tas_priv->tasdevice[chn].is_loading == false)
801 tas_priv->tasdevice[chn].cur_prog = -1;
802 tas_priv->tasdevice[chn].cur_conf = -1;
804 tas_priv->tasdevice[chn].cur_conf = -1;
847 tas_priv->tasdevice[chn].is_loading = true;
870 struct tasdevice_priv *tasdevice, struct tasdev_blk *block)
877 int rc = tasdevice_process_block(tasdevice, data + length,
880 dev_err(tasdevice->dev,
887 dev_err(tasdevice
869 tasdevice_load_block_kernel( struct tasdevice_priv *tasdevice, struct tasdev_blk *block) argument
1311 tasdev_multibytes_chksum(struct tasdevice_priv *tasdevice, unsigned short chn, unsigned char book, unsigned char page, unsigned char reg, unsigned int len) argument
1375 do_singlereg_checksum(struct tasdevice_priv *tasdevice, unsigned short chl, unsigned char book, unsigned char page, unsigned char reg, unsigned char val) argument
[all...]
H A Dtas2781-i2c.c408 tas_priv->dev_name, tas_priv->tasdevice[i].dev_addr);
655 tas_priv->tasdevice[i].dev_addr = dev_addrs[i];

Completed in 365 milliseconds