Searched refs:esc (Results 1 – 8 of 8) sorted by relevance
/drivers/auxdisplay/ |
D | hd44780_common.c | 291 int hd44780_common_redefine_char(struct charlcd *lcd, char *esc) in hd44780_common_redefine_char() argument 309 if (!strchr(esc, ';')) in hd44780_common_redefine_char() 312 esc++; in hd44780_common_redefine_char() 314 cgaddr = *(esc++) - '0'; in hd44780_common_redefine_char() 321 while (*esc && cgoffset < 8) { in hd44780_common_redefine_char() 325 half = hex_to_bin(*esc++); in hd44780_common_redefine_char()
|
D | lcd2s.c | 217 static int lcd2s_redefine_char(struct charlcd *lcd, char *esc) in lcd2s_redefine_char() argument 232 if (!strchr(esc, ';')) in lcd2s_redefine_char() 235 esc++; in lcd2s_redefine_char() 237 buf[1] = *(esc++) - '0'; in lcd2s_redefine_char() 244 while (*esc && i < LCD2S_CHARACTER_SIZE + 2) { in lcd2s_redefine_char() 248 half = hex_to_bin(*esc++); in lcd2s_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/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 | 517 const u8 delim = SLIP_DELIMITER, esc = SLIP_ESC; in h5_unslip_one_byte() local 531 byte = &esc; in h5_unslip_one_byte()
|