Lines Matching refs:mipi_dbi_command
144 mipi_dbi_command(mipi, MIPI_DCS_SET_COLUMN_ADDRESS, in st7586_fb_dirty()
147 mipi_dbi_command(mipi, MIPI_DCS_SET_PAGE_ADDRESS, in st7586_fb_dirty()
179 mipi_dbi_command(mipi, ST7586_AUTO_READ_CTRL, 0x9f); in st7586_pipe_enable()
180 mipi_dbi_command(mipi, ST7586_OTP_RW_CTRL, 0x00); in st7586_pipe_enable()
184 mipi_dbi_command(mipi, ST7586_OTP_READ); in st7586_pipe_enable()
188 mipi_dbi_command(mipi, ST7586_OTP_CTRL_OUT); in st7586_pipe_enable()
189 mipi_dbi_command(mipi, MIPI_DCS_EXIT_SLEEP_MODE); in st7586_pipe_enable()
190 mipi_dbi_command(mipi, MIPI_DCS_SET_DISPLAY_OFF); in st7586_pipe_enable()
194 mipi_dbi_command(mipi, ST7586_SET_VOP_OFFSET, 0x00); in st7586_pipe_enable()
195 mipi_dbi_command(mipi, ST7586_SET_VOP, 0xe3, 0x00); in st7586_pipe_enable()
196 mipi_dbi_command(mipi, ST7586_SET_BIAS_SYSTEM, 0x02); in st7586_pipe_enable()
197 mipi_dbi_command(mipi, ST7586_SET_BOOST_LEVEL, 0x04); in st7586_pipe_enable()
198 mipi_dbi_command(mipi, ST7586_ENABLE_ANALOG, 0x1d); in st7586_pipe_enable()
199 mipi_dbi_command(mipi, ST7586_SET_NLINE_INV, 0x00); in st7586_pipe_enable()
200 mipi_dbi_command(mipi, ST7586_DISP_MODE_GRAY); in st7586_pipe_enable()
201 mipi_dbi_command(mipi, ST7586_ENABLE_DDRAM, 0x02); in st7586_pipe_enable()
217 mipi_dbi_command(mipi, MIPI_DCS_SET_ADDRESS_MODE, addr_mode); in st7586_pipe_enable()
219 mipi_dbi_command(mipi, ST7586_SET_DISP_DUTY, 0x7f); in st7586_pipe_enable()
220 mipi_dbi_command(mipi, ST7586_SET_PART_DISP, 0xa0); in st7586_pipe_enable()
221 mipi_dbi_command(mipi, MIPI_DCS_SET_PARTIAL_AREA, 0x00, 0x00, 0x00, 0x77); in st7586_pipe_enable()
222 mipi_dbi_command(mipi, MIPI_DCS_EXIT_INVERT_MODE); in st7586_pipe_enable()
226 mipi_dbi_command(mipi, MIPI_DCS_SET_DISPLAY_ON); in st7586_pipe_enable()
241 mipi_dbi_command(mipi, MIPI_DCS_SET_DISPLAY_OFF); in st7586_pipe_disable()