Home
last modified time | relevance | path

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

/linux-6.15/sound/pci/hda/
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
118 int (*fw_parse_configuration_data)(struct tasdevice_priv *tas_priv, argument
122 int (*tasdevice_load_block)(struct tasdevice_priv *tas_priv, argument
[all …]
/linux-6.15/include/sound/
Dtas2781.h162 struct tasdevice_priv { struct
163 struct tasdevice tasdevice[TASDEVICE_MAX_CHANNELS];
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;
[all …]