Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/video/exynos/
Ds6e8ax0.c297 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()
330 ops->cmd_write(lcd_to_master(lcd), in s6e8ax0_gamma_update()
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()
398 ops->cmd_write(lcd_to_master(lcd), in s6e8ax0_etc_cond6()
[all …]
Dexynos_mipi_dsi.c321 .cmd_write = exynos_mipi_dsi_wr_data,
/linux-3.4.99/include/video/
Dexynos_mipi_dsim.h284 int (*cmd_write)(struct mipi_dsim_device *dsim, unsigned int data_id, member