Home
last modified time | relevance | path

Searched defs:tasdevice_priv (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/sound/pci/hda/
H A Dtas2781-spi.h83 struct tasdevice_priv { struct
84 struct tasdevice_fw *cali_data_fmw;
85 struct tasdevice_rca rcabin;
86 struct tasdevice_fw *fmw;
87 struct gpio_desc *reset;
88 struct mutex codec_lock;
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
[all …]
/linux-6.15/include/sound/
H A Dtas2781.h162 struct tasdevice_priv { struct
164 struct tasdevice_rca rcabin;
165 struct calidata cali_data;
166 struct tasdevice_fw *fmw;
167 struct gpio_desc *speaker_id;
168 struct gpio_desc *reset;
169 struct mutex codec_lock;
170 struct regmap *regmap;
171 struct device *dev;
173 enum device_catlog_id catlog_id;
[all …]