Home
last modified time | relevance | path

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

/linux-6.14.4/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;
89 struct regmap *regmap;
113 int (*fw_parse_variable_header)(struct tasdevice_priv *tas_priv, argument
116 int (*fw_parse_program_data)(struct tasdevice_priv *tas_priv, argument
119 int (*fw_parse_configuration_data)(struct tasdevice_priv *tas_priv, argument
[all …]
/linux-6.14.4/include/sound/
Dtas2781.h154 struct tasdevice_priv { struct
155 struct tasdevice tasdevice[TASDEVICE_MAX_CHANNELS];
156 struct tasdevice_rca rcabin;
157 struct calidata cali_data;
158 struct tasdevice_fw *fmw;
159 struct gpio_desc *speaker_id;
160 struct gpio_desc *reset;
161 struct mutex codec_lock;
162 struct regmap *regmap;
163 struct device *dev;
[all …]