Home
last modified time | relevance | path

Searched refs:screen_glyph (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/include/linux/
H A Dselection.h38 extern u16 screen_glyph(const struct vc_data *vc, int offset);
/openbmc/linux/drivers/accessibility/braille/
H A Dbraille_console.c131 u16 glyph = screen_glyph(vc, in vc_refresh()
/openbmc/linux/drivers/tty/vt/
H A Dselection.c71 return inverse_translate(vc_sel.cons, screen_glyph(vc_sel.cons, n), in sel_pos()
H A Dvt.c4693 u16 screen_glyph(const struct vc_data *vc, int offset) in screen_glyph() function
4702 EXPORT_SYMBOL_GPL(screen_glyph);
4711 return inverse_translate(vc, screen_glyph(vc, n * 2), true); in screen_glyph_unicode()