Searched defs:tasdevice_priv (Results 1 – 1 of 1) sorted by relevance
86 struct tasdevice_priv { struct87 struct tasdevice tasdevice[TASDEVICE_MAX_CHANNELS];88 struct tasdevice_rca rcabin;89 struct calidata cali_data;90 struct tasdevice_fw *fmw;91 struct gpio_desc *reset;92 struct mutex codec_lock;93 struct regmap *regmap;94 struct device *dev;118 int (*fw_parse_variable_header)(struct tasdevice_priv *tas_priv, argument[all …]