Searched refs:ascebc (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/s390/char/ |
| H A D | raw3270.c | 56 unsigned char *ascebc; /* ascii -> ebcdic table */ member 728 char *ascebc) in raw3270_setup_device() argument 736 memcpy(ascebc, _ascebc, 256); in raw3270_setup_device() 739 ascebc['['] = 0xad; in raw3270_setup_device() 740 ascebc[']'] = 0xbd; in raw3270_setup_device() 741 ascebc['^'] = 0xb0; in raw3270_setup_device() 743 rp->ascebc = ascebc; in raw3270_setup_device() 809 char *ascebc; in raw3270_setup_console() local 817 ascebc = kzalloc(256, GFP_KERNEL); in raw3270_setup_console() 818 rc = raw3270_setup_device(cdev, rp, ascebc); in raw3270_setup_console() [all …]
|
| H A D | keyboard.c | 155 kbd_ascebc(struct kbd_data *kbd, unsigned char *ascebc) in kbd_ascebc() argument 160 memset(ascebc, 0x40, 256); in kbd_ascebc() 170 ascebc[KVAL(keysym)] = k; in kbd_ascebc() 172 ascebc[ret_diacr[KVAL(keysym)]] = k; in kbd_ascebc()
|
| H A D | raw3270.h | 83 unsigned char *ascebc; /* ascii -> ebcdic table */ member
|
| H A D | con3270.c | 224 *cp++ = tp->view.ascebc['>']; in tty3270_add_prompt() 245 *d++ = tp->view.ascebc[(int)*s++]; in tty3270_ebcdic_convert() 276 codepage_convert(tp->view.ascebc, cp, len); in tty3270_add_status() 441 *cp++ = tp->view.ascebc[c]; in tty3270_add_attributes() 1158 kbd_ascebc(tp->kbd, tp->view.ascebc); in tty3270_create_view()
|