Searched defs:dp_aux_private (Results 1 – 1 of 1) sorted by relevance
14 struct dp_aux_private { struct15 struct device *dev;16 struct dp_catalog *catalog;18 struct mutex mutex;19 struct completion comp;21 u32 aux_error_num;22 u32 retry_cnt;23 bool cmd_busy;24 bool native;25 bool read;[all …]