Home
last modified time | relevance | path

Searched defs:charmask (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/video/fbdev/core/
H A Dfbcon_ud.c90 u16 charmask = vc->vc_hi_font_mask ? 0x1ff : 0xff; in ud_putcs_aligned() local
123 u16 charmask = vc->vc_hi_font_mask ? 0x1ff : 0xff; in ud_putcs_unaligned() local
255 unsigned short charmask = vc->vc_hi_font_mask ? 0x1ff : 0xff; in ud_cursor() local
H A Dfbcon_cw.c88 u16 charmask = vc->vc_hi_font_mask ? 0x1ff : 0xff; in cw_putcs_aligned() local
208 unsigned short charmask = vc->vc_hi_font_mask ? 0x1ff : 0xff; in cw_cursor() local
H A Dfbcon_ccw.c103 u16 charmask = vc->vc_hi_font_mask ? 0x1ff : 0xff; in ccw_putcs_aligned() local
225 unsigned short charmask = vc->vc_hi_font_mask ? 0x1ff : 0xff; in ccw_cursor() local
H A Dtileblit.c57 unsigned short charmask = vc->vc_hi_font_mask ? 0x1ff : 0xff; in tile_putcs() local
H A Dfbcon.c307 unsigned short charmask = vc->vc_hi_font_mask ? 0x1ff : 0xff; in get_color() local
2229 unsigned short charmask = vc->vc_hi_font_mask ? in fbcon_generic_blank() local
/linux/drivers/tty/vt/
H A Dvt.c3004 u16 charmask = vc->vc_hi_font_mask ? 0x1ff : 0xff; in vc_get_glyph() local