Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/drm/
H A Ddrm_mipi_dsi.h34 struct mipi_dsi_msg { struct
35 u8 channel;
36 u8 type;
37 u16 flags;
39 size_t tx_len;
40 const void *tx_buf;
65 const struct mipi_dsi_msg *msg); argument
/OK3568_Linux_fs/kernel/include/drm/
H A Ddrm_mipi_dsi.h39 struct mipi_dsi_msg { struct
40 u8 channel;
41 u8 type;
42 u16 flags;
43 u32 ctrl;
44 u32 wait_ms;
46 size_t tx_len;
47 const void *tx_buf;
72 const struct mipi_dsi_msg *msg); argument
/OK3568_Linux_fs/kernel/drivers/misc/rk628/
H A Drk628_dsi.c173 struct mipi_dsi_msg { struct
174 u8 channel;
175 u8 type;
176 u16 flags;
178 size_t tx_len;
179 const void *tx_buf;
181 size_t rx_len;
182 void *rx_buf;