Searched defs:nwl_dsi_transfer (Results 1 – 1 of 1) sorted by relevance
56 struct nwl_dsi_transfer { struct57 const struct mipi_dsi_msg *msg;58 struct mipi_dsi_packet packet;59 struct completion completed;61 int status; /* status of transmission */62 enum transfer_direction direction;63 bool need_bta;64 u8 cmd;65 u16 rx_word_count;66 size_t tx_len; /* in bytes */[all …]