Searched refs:esc (Results 1 – 9 of 9) sorted by relevance
/drivers/auxdisplay/ |
D | lcd2s.c | 226 static int lcd2s_redefine_char(struct charlcd *lcd, char *esc) in lcd2s_redefine_char() argument 233 if (!strchr(esc, ';')) in lcd2s_redefine_char() 236 esc++; in lcd2s_redefine_char() 238 buf[1] = *(esc++) - '0'; in lcd2s_redefine_char() 245 while (*esc && i < LCD2S_CHARACTER_SIZE + 2) { in lcd2s_redefine_char() 249 half = hex_to_bin(*esc++); in lcd2s_redefine_char()
|
D | hd44780_common.c | 299 int hd44780_common_redefine_char(struct charlcd *lcd, char *esc) in hd44780_common_redefine_char() argument 317 if (!strchr(esc, ';')) in hd44780_common_redefine_char() 320 esc++; in hd44780_common_redefine_char() 322 cgaddr = *(esc++) - '0'; in hd44780_common_redefine_char() 329 while (*esc && cgoffset < 8) { in hd44780_common_redefine_char() 333 half = hex_to_bin(*esc++); in hd44780_common_redefine_char()
|
D | charlcd.c | 203 char *esc = priv->esc_seq.buf + 2; in handle_lcd_special_code() local 207 switch (*esc) { in handle_lcd_special_code() 343 processed = lcd->ops->redefine_char(lcd, esc); in handle_lcd_special_code() 354 if (parse_xy(esc, &lcd->addr.x, &lcd->addr.y)) in handle_lcd_special_code()
|
D | hd44780_common.h | 32 int hd44780_common_redefine_char(struct charlcd *lcd, char *esc);
|
D | charlcd.h | 92 int (*redefine_char)(struct charlcd *lcd, char *esc);
|
/drivers/platform/x86/ |
D | asus-tf103c-dock.c | 281 u8 *esc, *buf = dock->kbd_buf; in tf103c_dock_report_toprow_kbd_hook() local 299 esc = memchr(buf, 0x29, size); in tf103c_dock_report_toprow_kbd_hook() 300 if (!dock->esc_pressed && esc) { in tf103c_dock_report_toprow_kbd_hook() 306 if (esc && dock->filter_esc) in tf103c_dock_report_toprow_kbd_hook() 307 *esc = 0; in tf103c_dock_report_toprow_kbd_hook() 311 dock->esc_pressed = esc != NULL; in tf103c_dock_report_toprow_kbd_hook()
|
/drivers/s390/cio/ |
D | chsc.h | 31 u8 esc; member
|
D | chp.c | 397 rc = sprintf(buf, "%x\n", chp->desc_fmt1.esc); in chp_esc_show() 402 static DEVICE_ATTR(esc, 0444, chp_esc_show, NULL);
|
/drivers/bluetooth/ |
D | hci_h5.c | 520 const u8 delim = SLIP_DELIMITER, esc = SLIP_ESC; in h5_unslip_one_byte() local 534 byte = &esc; in h5_unslip_one_byte()
|