Home
last modified time | relevance | path

Searched defs:mipi_dsi_msg (Results 1 – 1 of 1) sorted by relevance

/linux-4.19.296/include/drm/
Ddrm_mipi_dsi.h35 struct mipi_dsi_msg { struct
36 u8 channel;
37 u8 type;
38 u16 flags;
40 size_t tx_len;
41 const void *tx_buf;
66 const struct mipi_dsi_msg *msg); argument