Searched defs:tasdevice_priv (Results 1 – 2 of 2) sorted by relevance
83 struct tasdevice_priv { struct84 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, argument116 int (*fw_parse_program_data)(struct tasdevice_priv *tas_priv, argument119 int (*fw_parse_configuration_data)(struct tasdevice_priv *tas_priv, argument[all …]
154 struct tasdevice_priv { struct155 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;[all …]