Lines Matching defs:tasdevice_priv
83 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
123 int (*tasdevice_load_block)(struct tasdevice_priv *tas_priv, argument
126 int (*save_calibration)(struct tasdevice_priv *tas_priv); argument
127 void (*apply_calibration)(struct tasdevice_priv *tas_priv); argument