Searched refs:tasdevice_priv (Results 1 – 8 of 8) sorted by relevance
| /linux-6.15/include/sound/ |
| H A D | tas2781.h | 162 struct tasdevice_priv { struct 217 void tasdevice_reset(struct tasdevice_priv *tas_dev); 222 int tasdevice_init(struct tasdevice_priv *tas_priv); 223 void tasdevice_remove(struct tasdevice_priv *tas_priv); 226 int tasdev_chn_switch(struct tasdevice_priv *tas_priv, 228 int tasdevice_dev_read(struct tasdevice_priv *tas_priv, 230 int tasdevice_dev_write(struct tasdevice_priv *tas_priv, 233 struct tasdevice_priv *tas_priv, unsigned short chn, 239 struct tasdevice_priv *tasdevice, unsigned short chn, 241 int tasdevice_amp_putvol(struct tasdevice_priv *tas_priv, [all …]
|
| /linux-6.15/sound/pci/hda/ |
| H A D | tas2781-spi.h | 83 struct tasdevice_priv { struct 112 int (*fw_parse_variable_header)(struct tasdevice_priv *tas_priv, argument 115 int (*fw_parse_program_data)(struct tasdevice_priv *tas_priv, argument 122 int (*tasdevice_load_block)(struct tasdevice_priv *tas_priv, argument 125 int (*save_calibration)(struct tasdevice_priv *tas_priv); argument 126 void (*apply_calibration)(struct tasdevice_priv *tas_priv); argument 129 int tasdevice_spi_dev_read(struct tasdevice_priv *tas_priv, 131 int tasdevice_spi_dev_write(struct tasdevice_priv *tas_priv, 133 int tasdevice_spi_dev_bulk_write(struct tasdevice_priv *tas_priv, 136 int tasdevice_spi_dev_bulk_read(struct tasdevice_priv *tas_priv, [all …]
|
| H A D | tas2781_hda_spi.c | 75 struct tasdevice_priv *priv; 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() 249 static void tas2781_spi_reset(struct tasdevice_priv *tas_dev) in tas2781_spi_reset() 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() 401 struct tasdevice_priv *p = tas_hda->priv; in tas2781_read_acpi() 909 struct tasdevice_priv *tas_priv = context; in tasdev_fw_ready() [all …]
|
| H A D | tas2781_spi_fwlib.c | 273 struct tasdevice_priv *tas_priv = context; in tasdevice_spi_rca_parser() 633 struct tasdevice_priv *tas_priv = context; in tasdevice_single_byte_wr() 673 struct tasdevice_priv *tas_priv = context; in tasdevice_burst_wr() 709 struct tasdevice_priv *tas_priv = context; in tasdevice_delay() 737 struct tasdevice_priv *tas_priv = context; in tasdevice_field_wr() 767 struct tasdevice_priv *tas_priv = context; in tasdevice_process_block() 811 struct tasdevice_priv *tas_priv = pContext; in tasdevice_spi_select_cfg_blk() 1685 struct tasdevice_priv *tas_priv = context; in tasdevice_dspfw_ready() 1761 struct tasdevice_priv *tas_priv = context; in tasdevice_spi_dsp_parser() 1848 struct tasdevice_priv *tas_dev = context; in tasdevice_spi_dsp_remove() [all …]
|
| H A D | tas2781_hda_i2c.c | 91 struct tasdevice_priv *priv; 100 struct tasdevice_priv *tas_priv = data; in tas2781_get_i2c_res() 216 struct tasdevice_priv *tas_priv = snd_kcontrol_chip(kcontrol); in tasdevice_info_profile() 229 struct tasdevice_priv *tas_priv = snd_kcontrol_chip(kcontrol); in tasdevice_get_profile_id() 246 struct tasdevice_priv *tas_priv = snd_kcontrol_chip(kcontrol); in tasdevice_set_profile_id() 272 struct tasdevice_priv *tas_priv = snd_kcontrol_chip(kcontrol); in tasdevice_info_programs() 286 struct tasdevice_priv *tas_priv = snd_kcontrol_chip(kcontrol); in tasdevice_info_config() 300 struct tasdevice_priv *tas_priv = snd_kcontrol_chip(kcontrol); in tasdevice_program_get() 317 struct tasdevice_priv *tas_priv = snd_kcontrol_chip(kcontrol); in tasdevice_program_put() 343 struct tasdevice_priv *tas_priv = snd_kcontrol_chip(kcontrol); in tasdevice_config_get() [all …]
|
| /linux-6.15/sound/soc/codecs/ |
| H A D | tas2781-comlib.c | 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() 229 struct tasdevice_priv *tas_priv, unsigned short chn, in tasdevice_dev_update_bits() 259 struct tasdevice_priv *tas_priv; in tasdevice_kzalloc() 271 void tasdevice_reset(struct tasdevice_priv *tas_dev) in tasdevice_reset() 327 int tasdevice_init(struct tasdevice_priv *tas_priv) in tasdevice_init() 420 struct tasdevice_priv *tas_dev = (struct tasdevice_priv *) context; in tasdevice_dsp_remove() 437 void tasdevice_remove(struct tasdevice_priv *tas_priv) in tasdevice_remove() [all …]
|
| H A D | tas2781-i2c.c | 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() 482 static void tas2781_calib_stop_put(struct tasdevice_priv *priv) in tas2781_calib_stop_put() 1428 struct tasdevice_priv *tas_priv = context; in tasdevice_fw_ready() 1564 struct tasdevice_priv *tas_priv = snd_soc_dai_get_drvdata(dai); in tasdevice_hw_params() 1672 struct tasdevice_priv *tas_priv = (struct tasdevice_priv *) context; in tasdevice_deinit() 1706 static void tasdevice_parse_dt(struct tasdevice_priv *tas_priv) in tasdevice_parse_dt() 1758 struct tasdevice_priv *tas_priv; in tasdevice_i2c_probe() [all …]
|
| H A D | tas2781-fmwlib.c | 535 struct tasdevice_priv *tas_priv, in fw_parse_configuration_data_kernel() 795 struct tasdevice_priv *tas_priv = (struct tasdevice_priv *)context; in tasdevice_process_block() 931 struct tasdevice_priv *tas_priv = (struct tasdevice_priv *) pContext; in tasdevice_select_cfg_blk() 2013 struct tasdevice_priv *tas_priv = (struct tasdevice_priv *)context; in tas2781_load_calibration() 2087 struct tasdevice_priv *tas_priv = (struct tasdevice_priv *) context; in tasdevice_dspfw_ready() 2172 struct tasdevice_priv *tas_priv = (struct tasdevice_priv *)context; in tasdevice_dsp_parser() 2229 struct tasdevice_priv *tas_priv = (struct tasdevice_priv *) context; in tasdevice_calbin_remove() 2248 struct tasdevice_priv *tas_priv = (struct tasdevice_priv *) context; in tasdevice_config_info_remove() 2352 struct tasdevice_priv *tas_priv = (struct tasdevice_priv *) context; in tasdevice_select_tuningprm_cfg() 2455 struct tasdevice_priv *tas_priv = (struct tasdevice_priv *) context; in tasdevice_prmg_load() [all …]
|