Lines Matching defs:tasdevice_priv
154 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;
164 struct tm tm;
166 enum device_catlog_id catlog_id;
167 unsigned char cal_binaryname[TASDEVICE_MAX_CHANNELS][64];
191 int (*fw_parse_variable_header)(struct tasdevice_priv *tas_priv, argument
193 int (*fw_parse_program_data)(struct tasdevice_priv *tas_priv, argument
196 int (*fw_parse_configuration_data)(struct tasdevice_priv *tas_priv, argument
199 int (*tasdevice_load_block)(struct tasdevice_priv *tas_priv, argument
202 int (*save_calibration)(struct tasdevice_priv *tas_priv); argument
203 void (*apply_calibration)(struct tasdevice_priv *tas_priv); argument