Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dselection.h34 extern u16 screen_glyph(struct vc_data *vc, int offset);
/Linux-v4.19/drivers/staging/speakup/
Dselection.c33 screen_glyph(spk_sel_cons, n), 0); in sel_pos()
/Linux-v4.19/drivers/accessibility/braille/
Dbraille_console.c145 u16 glyph = screen_glyph(vc, in vc_refresh()
/Linux-v4.19/drivers/tty/vt/
Dselection.c65 return inverse_translate(sel_cons, screen_glyph(sel_cons, n), in sel_pos()
Dvt.c4584 u16 screen_glyph(struct vc_data *vc, int offset) in screen_glyph() function
4593 EXPORT_SYMBOL_GPL(screen_glyph);
4601 return inverse_translate(vc, screen_glyph(vc, n * 2), 1); in screen_glyph_unicode()