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