Home
last modified time | relevance | path

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

/linux/drivers/staging/fbtft/
H A Dfb_s6d02a1.c85 -1, MIPI_DCS_SET_TEAR_ON, 0x00,
H A Dfb_hx8357d.c116 write_reg(par, MIPI_DCS_SET_TEAR_ON, 0x00); in init_display()
H A Dfb_st7789v.c210 write_reg(par, MIPI_DCS_SET_TEAR_ON, 0x00); in init_display()
/linux/include/video/
H A Dmipi_display.h115 MIPI_DCS_SET_TEAR_ON = 0x35, enumerator
/linux/drivers/gpu/drm/tiny/
H A Dhx8357d.c149 mipi_dbi_command(dbi, MIPI_DCS_SET_TEAR_ON, 0x00); in yx240qv29_enable()
/linux/drivers/gpu/drm/
H A Ddrm_mipi_dsi.c1167 err = mipi_dsi_dcs_write(dsi, MIPI_DCS_SET_TEAR_ON, &value, in mipi_dsi_dcs_set_tear_on()
/linux/drivers/video/fbdev/omap2/omapfb/displays/
H A Dpanel-dsi-cm.c925 r = dsicm_dcs_write_1(ddata, MIPI_DCS_SET_TEAR_ON, 0); in _dsicm_enable_te()
/linux/drivers/gpu/drm/omapdrm/dss/
H A Ddsi.c4230 else if (cmd == MIPI_DCS_SET_TEAR_ON) in _omap_dsi_host_transfer()