Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/
H A Dmipi_display.h103 MIPI_DCS_SET_DISPLAY_OFF = 0x28, enumerator
/OK3568_Linux_fs/kernel/include/video/
H A Dmipi_display.h104 MIPI_DCS_SET_DISPLAY_OFF = 0x28, enumerator
/OK3568_Linux_fs/kernel/drivers/gpu/drm/tiny/
H A Dst7586.c204 mipi_dbi_command(dbi, MIPI_DCS_SET_DISPLAY_OFF); in st7586_pipe_enable()
260 mipi_dbi_command(&dbidev->dbi, MIPI_DCS_SET_DISPLAY_OFF); in st7586_pipe_disable()
H A Dili9341.c73 mipi_dbi_command(dbi, MIPI_DCS_SET_DISPLAY_OFF); in yx240qv29_enable()
H A Dmi0283qt.c71 mipi_dbi_command(dbi, MIPI_DCS_SET_DISPLAY_OFF); in mi0283qt_enable()
/OK3568_Linux_fs/kernel/drivers/staging/fbtft/
H A Dfb_st7789v.c249 write_reg(par, MIPI_DCS_SET_DISPLAY_OFF); in blank()
H A Dfb_ili9341.c36 write_reg(par, MIPI_DCS_SET_DISPLAY_OFF); in init_display()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/panel/
H A Dpanel-lg-lg4573.c93 ret = lg4573_spi_write_dcs(ctx, MIPI_DCS_SET_DISPLAY_OFF); in lg4573_display_off()
H A Dpanel-visionox-rm69299.c69 ret = mipi_dsi_dcs_write(ctx->dsi, MIPI_DCS_SET_DISPLAY_OFF, NULL, 0); in visionox_rm69299_unprepare()
H A Dpanel-samsung-ld9040.c230 ld9040_dcs_write_seq_static(ctx, MIPI_DCS_SET_DISPLAY_OFF); in ld9040_unprepare()
H A Dpanel-sitronix-st7701.c231 ST7701_DSI(st7701, MIPI_DCS_SET_DISPLAY_OFF, 0x00); in st7701_disable()
H A Dpanel-samsung-s6e63m0.c323 s6e63m0_dcs_write_seq_static(ctx, MIPI_DCS_SET_DISPLAY_OFF); in s6e63m0_disable()
H A Dpanel-truly-nt35597.c340 ret = truly_dcs_write(panel, MIPI_DCS_SET_DISPLAY_OFF); in truly_nt35597_unprepare()
H A Dpanel-sitronix-st7789v.c331 ST7789V_TEST(ret, st7789v_write_command(ctx, MIPI_DCS_SET_DISPLAY_OFF)); in st7789v_disable()
H A Dpanel-samsung-s6e8aa0.c891 s6e8aa0_dcs_write_seq_static(ctx, MIPI_DCS_SET_DISPLAY_OFF); in s6e8aa0_unprepare()
H A Dpanel-sony-acx565akm.c425 int cmd = enabled ? MIPI_DCS_SET_DISPLAY_ON : MIPI_DCS_SET_DISPLAY_OFF; in acx565akm_set_display_state()
/OK3568_Linux_fs/u-boot/drivers/video/drm/
H A Ddrm_mipi_dsi.c598 err = mipi_dsi_dcs_write(dsi, MIPI_DCS_SET_DISPLAY_OFF, NULL, 0); in mipi_dsi_dcs_set_display_off()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/
H A Ddrm_mipi_dsi.c938 err = mipi_dsi_dcs_write(dsi, MIPI_DCS_SET_DISPLAY_OFF, NULL, 0); in mipi_dsi_dcs_set_display_off()
/OK3568_Linux_fs/kernel/drivers/misc/rk628/
H A Drk628_dsi.c131 MIPI_DCS_SET_DISPLAY_OFF = 0x28, enumerator
/OK3568_Linux_fs/kernel/drivers/video/fbdev/omap2/omapfb/displays/
H A Dpanel-dsi-cm.c675 r = dsicm_dcs_write_0(ddata, MIPI_DCS_SET_DISPLAY_OFF); in dsicm_power_off()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/omapdrm/displays/
H A Dpanel-dsi-cm.c715 r = dsicm_dcs_write_0(ddata, MIPI_DCS_SET_DISPLAY_OFF); in dsicm_power_off()