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;112 int (*fw_parse_variable_header)(struct tasdevice_priv *tas_priv, argument115 int (*fw_parse_program_data)(struct tasdevice_priv *tas_priv, argument122 int (*tasdevice_load_block)(struct tasdevice_priv *tas_priv, argument125 int (*save_calibration)(struct tasdevice_priv *tas_priv); argument[all …]
162 struct tasdevice_priv { struct164 struct tasdevice_rca rcabin;165 struct calidata cali_data;166 struct tasdevice_fw *fmw;167 struct gpio_desc *speaker_id;168 struct gpio_desc *reset;169 struct mutex codec_lock;170 struct regmap *regmap;171 struct device *dev;173 enum device_catlog_id catlog_id;[all …]