Lines Matching defs:nwl_dsi_transfer
56 struct nwl_dsi_transfer { struct
57 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 */
67 size_t rx_len; /* in bytes */