Home
last modified time | relevance | path

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

/Linux-v5.4/include/drm/
Ddrm_mipi_dsi.h32 struct mipi_dsi_msg { struct
33 u8 channel;
34 u8 type;
35 u16 flags;
37 size_t tx_len;
38 const void *tx_buf;
63 const struct mipi_dsi_msg *msg); argument