Lines Matching defs:tasdevice_priv
91 struct tasdevice_priv { struct
92 struct tasdevice tasdevice[TASDEVICE_MAX_CHANNELS];
93 struct tasdevice_irqinfo irq_info;
94 struct tasdevice_rca rcabin;
95 struct calidata cali_data;
96 struct tasdevice_fw *fmw;
97 struct gpio_desc *reset;
98 struct mutex codec_lock;
99 struct regmap *regmap;
100 struct device *dev;
124 int (*fw_parse_variable_header)(struct tasdevice_priv *tas_priv, argument
126 int (*fw_parse_program_data)(struct tasdevice_priv *tas_priv, argument
129 int (*fw_parse_configuration_data)(struct tasdevice_priv *tas_priv, argument
132 int (*tasdevice_load_block)(struct tasdevice_priv *tas_priv, argument