Home
last modified time | relevance | path

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

/openbmc/linux/include/sound/
H A Dtas2781.h86 struct tasdevice_priv { struct
118 int (*fw_parse_variable_header)(struct tasdevice_priv *tas_priv, argument
120 int (*fw_parse_program_data)(struct tasdevice_priv *tas_priv, argument
123 int (*fw_parse_configuration_data)(struct tasdevice_priv *tas_priv, argument
126 int (*tasdevice_load_block)(struct tasdevice_priv *tas_priv, argument
129 int (*save_calibration)(struct tasdevice_priv *tas_priv); argument
130 void (*apply_calibration)(struct tasdevice_priv *tas_priv); argument
133 void tas2781_reset(struct tasdevice_priv *tas_dev);
134 int tascodec_init(struct tasdevice_priv *tas_priv, void *codec,
137 struct tasdevice_priv *tasdevice_kzalloc(struct i2c_client *i2c);
[all …]
/openbmc/linux/sound/soc/codecs/
H A 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 …]
H A Dtas2781-comlib.c47 static int tasdevice_change_chn_book(struct tasdevice_priv *tas_priv, in tasdevice_change_chn_book()
91 int tasdevice_dev_read(struct tasdevice_priv *tas_priv, in tasdevice_dev_read()
118 int tasdevice_dev_write(struct tasdevice_priv *tas_priv, in tasdevice_dev_write()
147 struct tasdevice_priv *tas_priv, unsigned short chn, in tasdevice_dev_bulk_write()
176 int tasdevice_dev_bulk_read(struct tasdevice_priv *tas_priv, in tasdevice_dev_bulk_read()
203 struct tasdevice_priv *tas_priv, unsigned short chn, in tasdevice_dev_update_bits()
231 struct tasdevice_priv *tasdevice_kzalloc(struct i2c_client *i2c) in tasdevice_kzalloc()
233 struct tasdevice_priv *tas_priv; in tasdevice_kzalloc()
245 void tas2781_reset(struct tasdevice_priv *tas_dev) in tas2781_reset()
268 int tascodec_init(struct tasdevice_priv *tas_priv, void *codec, in tascodec_init()
[all …]
H A Dtas2781-fmwlib.c87 struct tasdevice_priv *tas_priv, unsigned char *config_data, in tasdevice_add_config()
207 struct tasdevice_priv *tas_priv = context; in tasdevice_rca_parser()
406 struct tasdevice_priv *tas_priv, struct tasdevice_fw *tas_fmw, in fw_parse_program_data_kernel()
433 struct tasdevice_priv *tas_priv, in fw_parse_configuration_data_kernel()
462 struct tasdevice_priv *tas_priv, const struct firmware *fmw, in fw_parse_variable_header_kernel()
575 struct tasdevice_priv *tas_priv = (struct tasdevice_priv *)context; in tasdevice_process_block()
711 struct tasdevice_priv *tas_priv = (struct tasdevice_priv *) pContext; in tasdevice_select_cfg_blk()
767 struct tasdevice_priv *tasdevice, struct tasdev_blk *block) in tasdevice_load_block_kernel()
924 static int fw_parse_variable_hdr(struct tasdevice_priv in fw_parse_variable_hdr()
963 static int fw_parse_variable_header_git(struct tasdevice_priv in fw_parse_variable_header_git()
[all …]
/openbmc/linux/sound/pci/hda/
H A Dtas2781_hda_i2c.c72 struct tasdevice_priv *priv;
81 struct tasdevice_priv *tas_priv = data; in tas2781_get_i2c_res()
95 static int tas2781_read_acpi(struct tasdevice_priv *p, const char *hid) in tas2781_read_acpi()
157 struct tasdevice_priv *tas_priv = snd_kcontrol_chip(kcontrol); in tasdevice_info_profile()
170 struct tasdevice_priv *tas_priv = snd_kcontrol_chip(kcontrol); in tasdevice_get_profile_id()
184 struct tasdevice_priv *tas_priv = snd_kcontrol_chip(kcontrol); in tasdevice_set_profile_id()
206 struct tasdevice_priv *tas_priv = snd_kcontrol_chip(kcontrol); in tasdevice_info_programs()
220 struct tasdevice_priv *tas_priv = snd_kcontrol_chip(kcontrol); in tasdevice_info_config()
234 struct tasdevice_priv *tas_priv = snd_kcontrol_chip(kcontrol); in tasdevice_program_get()
248 struct tasdevice_priv *tas_priv = snd_kcontrol_chip(kcontrol); in tasdevice_program_put()
[all …]