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