Lines Matching +full:0 +full:x2d

27 #define ST7735R_FRMCTR1		0xb1
28 #define ST7735R_FRMCTR2 0xb2
29 #define ST7735R_FRMCTR3 0xb3
30 #define ST7735R_INVCTR 0xb4
31 #define ST7735R_PWCTR1 0xc0
32 #define ST7735R_PWCTR2 0xc1
33 #define ST7735R_PWCTR3 0xc2
34 #define ST7735R_PWCTR4 0xc3
35 #define ST7735R_PWCTR5 0xc4
36 #define ST7735R_VMCTR1 0xc5
37 #define ST7735R_GAMCTRP1 0xe0
38 #define ST7735R_GAMCTRN1 0xe1
83 mipi_dbi_command(dbi, ST7735R_FRMCTR1, 0x01, 0x2c, 0x2d); in st7735r_pipe_enable()
84 mipi_dbi_command(dbi, ST7735R_FRMCTR2, 0x01, 0x2c, 0x2d); in st7735r_pipe_enable()
85 mipi_dbi_command(dbi, ST7735R_FRMCTR3, 0x01, 0x2c, 0x2d, 0x01, 0x2c, in st7735r_pipe_enable()
86 0x2d); in st7735r_pipe_enable()
87 mipi_dbi_command(dbi, ST7735R_INVCTR, 0x07); in st7735r_pipe_enable()
88 mipi_dbi_command(dbi, ST7735R_PWCTR1, 0xa2, 0x02, 0x84); in st7735r_pipe_enable()
89 mipi_dbi_command(dbi, ST7735R_PWCTR2, 0xc5); in st7735r_pipe_enable()
90 mipi_dbi_command(dbi, ST7735R_PWCTR3, 0x0a, 0x00); in st7735r_pipe_enable()
91 mipi_dbi_command(dbi, ST7735R_PWCTR4, 0x8a, 0x2a); in st7735r_pipe_enable()
92 mipi_dbi_command(dbi, ST7735R_PWCTR5, 0x8a, 0xee); in st7735r_pipe_enable()
93 mipi_dbi_command(dbi, ST7735R_VMCTR1, 0x0e); in st7735r_pipe_enable()
103 addr_mode = 0; in st7735r_pipe_enable()
116 mipi_dbi_command(dbi, ST7735R_GAMCTRP1, 0x02, 0x1c, 0x07, 0x12, 0x37, in st7735r_pipe_enable()
117 0x32, 0x29, 0x2d, 0x29, 0x25, 0x2b, 0x39, 0x00, 0x01, in st7735r_pipe_enable()
118 0x03, 0x10); in st7735r_pipe_enable()
119 mipi_dbi_command(dbi, ST7735R_GAMCTRN1, 0x03, 0x1d, 0x07, 0x06, 0x2e, in st7735r_pipe_enable()
120 0x2c, 0x29, 0x2d, 0x2e, 0x2e, 0x37, 0x3f, 0x00, 0x00, in st7735r_pipe_enable()
121 0x02, 0x10); in st7735r_pipe_enable()
166 .minor = 0,
191 u32 rotation = 0; in st7735r_probe()
244 ret = drm_dev_register(drm, 0); in st7735r_probe()
250 drm_fbdev_generic_setup(drm, 0); in st7735r_probe()
252 return 0; in st7735r_probe()
262 return 0; in st7735r_remove()