Lines Matching defs:tas2783_prv
65 struct tas2783_prv { struct
66 struct snd_soc_component *component;
67 struct calibration_data cali_data;
68 struct sdw_slave *sdw_peripheral;
69 enum sdw_slave_status status;
71 struct mutex calib_lock;
73 struct mutex pde_lock;
74 struct regmap *regmap;
75 struct device *dev;
76 struct class *class;
77 struct attribute_group *cal_attr_groups;
78 struct tm tm;
79 u8 rca_binaryname[64];
80 u8 dev_name[32];
81 bool hw_init;
83 wait_queue_head_t fw_wait;
84 bool fw_dl_task_done;
85 bool fw_dl_success;