Lines Matching +full:0 +full:x5c

53 uint8_t WC_CONFIG_STRING[WC_CONFIG_STRING_LENGTH + 1] = "96,N,8,0";
57 0x5c, 0x39, 0x36, 0x2c, 0x4e, 0x2c, 0x38, 0x2c,
58 0x31, 0x28, 0x01, 0x24, 0x57, 0x41, 0x43, 0x30,
59 0x30, 0x34, 0x35, 0x5c, 0x5c, 0x50, 0x45, 0x4e, 0x5c,
60 0x57, 0x41, 0x43, 0x30, 0x30, 0x30, 0x30, 0x5c,
61 0x54, 0x61, 0x62, 0x6c, 0x65, 0x74, 0x0d, 0x0a,
62 0x43, 0x54, 0x2d, 0x30, 0x30, 0x34, 0x35, 0x52,
63 0x2c, 0x56, 0x31, 0x2e, 0x33, 0x2d, 0x35, 0x0d,
64 0x0a, 0x45, 0x37, 0x29
99 tablet->query[tablet->query_index] = 0; in wctablet_shift_input()
116 tablet->query_index = 0; in wctablet_reset()
117 tablet->outlen = 0; in wctablet_reset()
124 uint8_t codes[8] = { 0xe0, 0, 0, 0, 0, 0, 0 }; in wctablet_queue_event()
133 codes[0] = codes[0] | WC_H2(newX); in wctablet_queue_event()
142 codes[0] = 0xa0; in wctablet_queue_event()
218 for (i = 0; i < len && tablet->query_index < sizeof(tablet->query) - 1; i++) { in wctablet_chr_write()
221 tablet->query[tablet->query_index] = 0; in wctablet_chr_write()
223 while (tablet->query_index > 0 && (tablet->query[0] == '@' || in wctablet_chr_write()
224 tablet->query[0] == '\r' || in wctablet_chr_write()
225 tablet->query[0] == '\n')) { in wctablet_chr_write()
232 if (strncmp((char *)tablet->query, "~#", 2) == 0) { in wctablet_chr_write()
252 if (strncmp((char *)tablet->query, "RE", 2) == 0 && in wctablet_chr_write()
259 } else if (strncmp((char *)tablet->query, "ST", 2) == 0 && in wctablet_chr_write()
266 } else if (strncmp((char *)tablet->query, "SP", 2) == 0 && in wctablet_chr_write()
272 } else if (strncmp((char *)tablet->query, "TS", 2) == 0 && in wctablet_chr_write()
276 0xa3, in wctablet_chr_write()
277 ((input & 0x80) == 0) ? 0x7e : 0x7f, in wctablet_chr_write()
278 (((WC_H4(input) & 0x7) ^ 0x5) << 4) | (WC_L4(input) ^ 0x7), in wctablet_chr_write()
279 0x03, in wctablet_chr_write()
280 0x7f, in wctablet_chr_write()
281 0x7f, in wctablet_chr_write()
282 0x00, in wctablet_chr_write()
289 tablet->query[clen] = 0; /* terminate line for printing */ in wctablet_chr_write()
315 return 0; in wctablet_chr_ioctl()
339 tablet->query_index = 0; in wctablet_chr_open()