Lines Matching +full:0 +full:x0f

44 	{ 3, 0x01 }, { 0, 0x00 }, { 1, 0x01 }, { 4, 0x00 }, { 5, 0x14 },
45 { 6, 0x24 }, { 16, 0xD7 }, { 17, 0x00 }, { 18, 0x00 }, { 19, 0x55 },
46 { 20, 0x01 }, { 21, 0x70 }, { 22, 0x1E }, { 23, 0x25 }, { 24, 0x25 },
47 { 25, 0x02 }, { 26, 0x02 }, { 27, 0xA0 }, { 32, 0x2F }, { 33, 0x0F },
48 { 34, 0x0F }, { 35, 0x0F }, { 36, 0x0F }, { 37, 0x0F }, { 38, 0x0F },
49 { 39, 0x00 }, { 40, 0x02 }, { 41, 0x02 }, { 42, 0x02 }, { 43, 0x0F },
50 { 44, 0x0F }, { 45, 0x0F }, { 46, 0x0F }, { 47, 0x0F }, { 48, 0x0F },
51 { 49, 0x0F }, { 50, 0x00 }, { 51, 0x02 }, { 52, 0x02 }, { 53, 0x02 },
52 { 80, 0x0C }, { 83, 0x42 }, { 84, 0x42 }, { 85, 0x41 }, { 86, 0x14 },
53 { 89, 0x88 }, { 90, 0x01 }, { 91, 0x00 }, { 92, 0x02 }, { 93, 0x0C },
54 { 94, 0x1C }, { 95, 0x27 }, { 98, 0x49 }, { 99, 0x27 }, { 102, 0x76 },
55 { 103, 0x27 }, { 112, 0x01 }, { 113, 0x0E }, { 114, 0x02 },
56 { 115, 0x0C }, { 118, 0x0C }, { 121, 0x30 }, { 130, 0x00 },
57 { 131, 0x00 }, { 132, 0xFC }, { 134, 0x00 }, { 136, 0x00 },
58 { 138, 0x00 }, { 139, 0x00 }, { 140, 0x00 }, { 141, 0xFC },
59 { 143, 0x00 }, { 145, 0x00 }, { 147, 0x00 }, { 148, 0x00 },
60 { 149, 0x00 }, { 150, 0xFC }, { 152, 0x00 }, { 154, 0x00 },
61 { 156, 0x00 }, { 157, 0x00 }, { 2, 0x00 },
87 int ret = 0; in nec_8048_spi_send()
88 unsigned int cmd = 0, data = 0; in nec_8048_spi_send()
90 cmd = 0x0000 | reg_addr; /* register address write */ in nec_8048_spi_send()
91 data = 0x0100 | reg_data; /* register data write */ in nec_8048_spi_send()
106 for (i = 0; i < (ARRAY_SIZE(nec_8048_init_seq) - 1); i++) in init_nec_8048_wvga_lcd()
112 return 0; in init_nec_8048_wvga_lcd()
121 return 0; in nec_8048_connect()
147 return 0; in nec_8048_enable()
162 return 0; in nec_8048_enable()
174 gpiod_set_value_cansleep(ddata->res_gpio, 0); in nec_8048_disable()
239 if (r < 0) { in nec_8048_probe()
285 return 0; in nec_8048_probe()
314 nec_8048_spi_send(spi, 2, 0x01); in nec_8048_suspend()
317 return 0; in nec_8048_suspend()
326 nec_8048_spi_send(spi, 2, 0x00); in nec_8048_resume()
329 return 0; in nec_8048_resume()