glyph 132 drivers/accessibility/braille/braille_console.c u16 glyph = screen_glyph(vc, glyph 134 drivers/accessibility/braille/braille_console.c buf[i] = inverse_translate(vc, glyph, 1); glyph 201 drivers/tty/vt/consolemap.c int j, glyph; glyph 215 drivers/tty/vt/consolemap.c glyph = conv_uni_to_pc(conp, t[j]); glyph 216 drivers/tty/vt/consolemap.c if (glyph >= 0 && glyph < MAX_GLYPH && q[glyph] < 32) { glyph 218 drivers/tty/vt/consolemap.c q[glyph] = j; glyph 226 drivers/tty/vt/consolemap.c int i, j, k, glyph; glyph 249 drivers/tty/vt/consolemap.c glyph = p2[k]; glyph 250 drivers/tty/vt/consolemap.c if (glyph >= 0 && glyph < MAX_GLYPH glyph 251 drivers/tty/vt/consolemap.c && q[glyph] < 32) glyph 252 drivers/tty/vt/consolemap.c q[glyph] = (i << 11) + (j << 6) + k; glyph 271 drivers/tty/vt/consolemap.c u16 inverse_translate(struct vc_data *conp, int glyph, int use_unicode) glyph 275 drivers/tty/vt/consolemap.c if (glyph < 0 || glyph >= MAX_GLYPH) glyph 280 drivers/tty/vt/consolemap.c return glyph; glyph 283 drivers/tty/vt/consolemap.c return glyph; glyph 285 drivers/tty/vt/consolemap.c return p->inverse_trans_unicode[glyph]; glyph 289 drivers/tty/vt/consolemap.c return glyph; glyph 291 drivers/tty/vt/consolemap.c return p->inverse_translations[m][glyph]; glyph 540 drivers/tty/vt/vt.c u16 glyph = scr_readw(p++) & mask; glyph 541 drivers/tty/vt/vt.c line[x] = inverse_translate(vc, glyph, true); glyph 584 drivers/tty/vt/vt.c u16 glyph = scr_readw(p++) & mask; glyph 585 drivers/tty/vt/vt.c *uni_buf++ = inverse_translate(vc, glyph, true); glyph 611 drivers/tty/vt/vt.c u16 glyph = scr_readw(p++) & mask; glyph 618 drivers/tty/vt/vt.c if (tc != glyph) glyph 621 drivers/tty/vt/vt.c __func__, x, y, glyph, tc); glyph 20 include/linux/consolemap.h extern u16 inverse_translate(struct vc_data *conp, int glyph, int use_unicode); glyph 27 include/linux/consolemap.h #define inverse_translate(conp, glyph, uni) ((uint16_t)glyph)