Searched refs:tasdevice_priv (Results 1 – 5 of 5) sorted by relevance
/linux/include/sound/ |
H A D | tas2781.h | 154 struct tasdevice_priv { struct 190 int (*fw_parse_variable_header)(struct tasdevice_priv *tas_priv, argument 192 int (*fw_parse_program_data)(struct tasdevice_priv *tas_priv, argument 195 int (*fw_parse_configuration_data)(struct tasdevice_priv *tas_priv, argument 198 int (*tasdevice_load_block)(struct tasdevice_priv *tas_priv, argument 201 int (*save_calibration)(struct tasdevice_priv *tas_priv); argument 202 void (*apply_calibration)(struct tasdevice_priv *tas_priv); argument 205 void tasdevice_reset(struct tasdevice_priv *tas_dev); 206 int tascodec_init(struct tasdevice_priv *tas_priv, void *codec, 209 struct tasdevice_priv *tasdevice_kzalloc(struct i2c_client *i2c); [all …]
|
/linux/sound/soc/codecs/ |
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 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() 257 struct tasdevice_priv *tasdevice_kzalloc(struct i2c_client *i2c) in tasdevice_kzalloc() 259 struct tasdevice_priv *tas_priv; in tasdevice_kzalloc() 271 void tasdevice_reset(struct tasdevice_priv *tas_dev) in tasdevice_reset() [all …]
|
H A D | tas2781-i2c.c | 130 struct tasdevice_priv *tas_priv = snd_soc_component_get_drvdata(codec); in tas2781_digital_getvol() 141 struct tasdevice_priv *tas_priv = snd_soc_component_get_drvdata(codec); in tas2781_digital_putvol() 152 struct tasdevice_priv *tas_priv = snd_soc_component_get_drvdata(codec); in tas2781_amp_getvol() 163 struct tasdevice_priv *tas_priv = in tas2781_amp_putvol() 176 struct tasdevice_priv *tas_priv = in tasdev_force_fwload_get() 191 struct tasdevice_priv *tas_priv = in tasdev_force_fwload_put() 211 struct tasdevice_priv *priv = snd_soc_component_get_drvdata(comp); in tasdev_cali_data_get() 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() 421 struct tasdevice_priv *priv = snd_soc_component_get_drvdata(comp); in tas2781_calib_start_put() [all …]
|
H A D | tas2781-fmwlib.c | 149 struct tasdevice_priv *tas_priv, unsigned char *config_data, in tasdevice_add_config() 269 struct tasdevice_priv *tas_priv = context; in tasdevice_rca_parser() 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() 812 struct tasdevice_priv *tas_priv = (struct tasdevice_priv *) pContext; in tasdevice_select_cfg_blk() 868 struct tasdevice_priv *tasdevice, struct tasdev_blk *block) in tasdevice_load_block_kernel() 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() [all …]
|
/linux/sound/pci/hda/ |
H A D | tas2781_hda_i2c.c | 90 struct tasdevice_priv *priv; 99 struct tasdevice_priv *tas_priv = data; in tas2781_get_i2c_res() 113 static int tas2781_read_acpi(struct tasdevice_priv *p, const char *hid) in tas2781_read_acpi() 173 struct tasdevice_priv *tas_priv = snd_kcontrol_chip(kcontrol); in tasdevice_info_profile() 186 struct tasdevice_priv *tas_priv = snd_kcontrol_chip(kcontrol); in tasdevice_get_profile_id() 203 struct tasdevice_priv *tas_priv = snd_kcontrol_chip(kcontrol); in tasdevice_set_profile_id() 229 struct tasdevice_priv *tas_priv = snd_kcontrol_chip(kcontrol); in tasdevice_info_programs() 243 struct tasdevice_priv *tas_priv = snd_kcontrol_chip(kcontrol); in tasdevice_info_config() 257 struct tasdevice_priv *tas_priv = snd_kcontrol_chip(kcontrol); in tasdevice_program_get() 274 struct tasdevice_priv *tas_pri in tasdevice_program_put() [all...] |