Searched refs:MIPI_DSI_DCS_LONG_WRITE (Results 1 – 4 of 4) sorted by relevance
/linux-3.4.99/drivers/video/exynos/ |
D | s6e8ax0.c | 297 ops->cmd_write(lcd_to_master(lcd), MIPI_DSI_DCS_LONG_WRITE, in s6e8ax0_panel_cond() 308 ops->cmd_write(lcd_to_master(lcd), MIPI_DSI_DCS_LONG_WRITE, in s6e8ax0_display_cond() 318 ops->cmd_write(lcd_to_master(lcd), MIPI_DSI_DCS_LONG_WRITE, in s6e8ax0_gamma_cond() 343 ops->cmd_write(lcd_to_master(lcd), MIPI_DSI_DCS_LONG_WRITE, in s6e8ax0_etc_cond1() 355 ops->cmd_write(lcd_to_master(lcd), MIPI_DSI_DCS_LONG_WRITE, in s6e8ax0_etc_cond2() 366 ops->cmd_write(lcd_to_master(lcd), MIPI_DSI_DCS_LONG_WRITE, in s6e8ax0_etc_cond3() 377 ops->cmd_write(lcd_to_master(lcd), MIPI_DSI_DCS_LONG_WRITE, in s6e8ax0_etc_cond4() 388 ops->cmd_write(lcd_to_master(lcd), MIPI_DSI_DCS_LONG_WRITE, in s6e8ax0_etc_cond5() 410 ops->cmd_write(lcd_to_master(lcd), MIPI_DSI_DCS_LONG_WRITE, in s6e8ax0_etc_cond7() 421 ops->cmd_write(lcd_to_master(lcd), MIPI_DSI_DCS_LONG_WRITE, in s6e8ax0_elvss_set() [all …]
|
D | exynos_mipi_dsi_common.c | 234 case MIPI_DSI_DCS_LONG_WRITE: in exynos_mipi_dsi_wr_data()
|
/linux-3.4.99/include/video/ |
D | mipi_display.h | 48 MIPI_DSI_DCS_LONG_WRITE = 0x39, enumerator
|
/linux-3.4.99/drivers/video/omap2/dss/ |
D | dsi.c | 3137 MIPI_DSI_DCS_LONG_WRITE, data, len, 0); in dsi_vc_write_nosync_common() 4093 dsi_vc_write_long_header(dsidev, channel, MIPI_DSI_DCS_LONG_WRITE, in dsi_update_screen_dispc()
|