Home
last modified time | relevance | path

Searched refs:dsi_cmd (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/video/fbdev/
Dsh_mipi_dsi.c78 static int sh_mipi_send_short(struct sh_mipi *mipi, u8 dsi_cmd, in sh_mipi_send_short() argument
81 u32 data = (dsi_cmd << 24) | (cmd << 16) | (param << 8); in sh_mipi_send_short()