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 *reset;
160 struct mutex codec_lock;
161 struct regmap *regmap;
162 struct device *dev;
163 struct tm tm;
165 enum device_catlog_id catlog_id;
166 unsigned char cal_binaryname[TASDEVICE_MAX_CHANNELS][64];
190 int (*fw_parse_variable_header)(struct tasdevice_priv *tas_priv, argument
192 int (*fw_parse_program_data)(struct tasdevice_priv *tas_priv, argument
195 int (*fw_parse_configuration_data)(struct tasdevice_priv *tas_priv, argument
198 int (*tasdevice_load_block)(struct tasdevice_priv *tas_priv, argument
201 int (*save_calibration)(struct tasdevice_priv *tas_priv); argument
202 void (*apply_calibration)(struct tasdevice_priv *tas_priv); argument