Lines Matching +full:0 +full:x80
33 gpiod_set_value_cansleep(ctx->reset_gpio, 0); in s6e88a0_ams452ef01_reset()
47 mipi_dsi_dcs_write_seq(dsi, 0xf0, 0x5a, 0x5a); // enable LEVEL2 commands in s6e88a0_ams452ef01_on()
48 mipi_dsi_dcs_write_seq(dsi, 0xcc, 0x4c); // set Pixel Clock Divider polarity in s6e88a0_ams452ef01_on()
51 if (ret < 0) { in s6e88a0_ams452ef01_on()
58 mipi_dsi_dcs_write_seq(dsi, 0xca, in s6e88a0_ams452ef01_on()
59 0x01, 0x00, 0x01, 0x00, 0x01, 0x00, // V255 RR,GG,BB in s6e88a0_ams452ef01_on()
60 0x80, 0x80, 0x80, // V203 R,G,B in s6e88a0_ams452ef01_on()
61 0x80, 0x80, 0x80, // V151 R,G,B in s6e88a0_ams452ef01_on()
62 0x80, 0x80, 0x80, // V87 R,G,B in s6e88a0_ams452ef01_on()
63 0x80, 0x80, 0x80, // V51 R,G,B in s6e88a0_ams452ef01_on()
64 0x80, 0x80, 0x80, // V35 R,G,B in s6e88a0_ams452ef01_on()
65 0x80, 0x80, 0x80, // V23 R,G,B in s6e88a0_ams452ef01_on()
66 0x80, 0x80, 0x80, // V11 R,G,B in s6e88a0_ams452ef01_on()
67 0x6b, 0x68, 0x71, // V3 R,G,B in s6e88a0_ams452ef01_on()
68 0x00, 0x00, 0x00); // V1 R,G,B in s6e88a0_ams452ef01_on()
70 mipi_dsi_dcs_write_seq(dsi, 0xb2, 0x40, 0x0a, 0x17, 0x00, 0x0a); in s6e88a0_ams452ef01_on()
71 mipi_dsi_dcs_write_seq(dsi, 0xb6, 0x2c, 0x0b); // set default elvss voltage in s6e88a0_ams452ef01_on()
72 mipi_dsi_dcs_write_seq(dsi, MIPI_DCS_WRITE_POWER_SAVE, 0x00); in s6e88a0_ams452ef01_on()
73 mipi_dsi_dcs_write_seq(dsi, 0xf7, 0x03); // gamma/aor update in s6e88a0_ams452ef01_on()
74 mipi_dsi_dcs_write_seq(dsi, 0xf0, 0xa5, 0xa5); // disable LEVEL2 commands in s6e88a0_ams452ef01_on()
77 if (ret < 0) { in s6e88a0_ams452ef01_on()
82 return 0; in s6e88a0_ams452ef01_on()
94 if (ret < 0) { in s6e88a0_ams452ef01_off()
101 if (ret < 0) { in s6e88a0_ams452ef01_off()
107 return 0; in s6e88a0_ams452ef01_off()
117 if (ret < 0) { in s6e88a0_ams452ef01_prepare()
125 if (ret < 0) { in s6e88a0_ams452ef01_prepare()
127 gpiod_set_value_cansleep(ctx->reset_gpio, 0); in s6e88a0_ams452ef01_prepare()
133 return 0; in s6e88a0_ams452ef01_prepare()
143 if (ret < 0) in s6e88a0_ams452ef01_unprepare()
146 gpiod_set_value_cansleep(ctx->reset_gpio, 0); in s6e88a0_ams452ef01_unprepare()
149 return 0; in s6e88a0_ams452ef01_unprepare()
201 ctx->supplies[0].supply = "vdd3"; in s6e88a0_ams452ef01_probe()
205 if (ret < 0) { in s6e88a0_ams452ef01_probe()
230 if (ret < 0) { in s6e88a0_ams452ef01_probe()
236 return 0; in s6e88a0_ams452ef01_probe()
245 if (ret < 0) in s6e88a0_ams452ef01_remove()