Searched refs:font_data (Results 1 – 2 of 2) sorted by relevance
/drivers/video/console/ |
D | sticon.c | 64 static struct sti_cooked_font *font_data[MAX_NR_CONSOLES]; variable 82 sti_putc(sticon_sti, c, ypos, xpos, font_data[conp->vc_num]); in sticon_putc() 96 font_data[conp->vc_num]); in sticon_putcs() 112 font_data[conp->vc_num]); in sticon_cursor() 123 conp->state.y, conp->state.x, font_data[conp->vc_num]); in sticon_cursor() 143 font_data[conp->vc_num]); in sticon_scroll() 145 conp->vc_video_erase_char, font_data[conp->vc_num]); in sticon_scroll() 150 font_data[conp->vc_num]); in sticon_scroll() 152 conp->vc_video_erase_char, font_data[conp->vc_num]); in sticon_scroll() 161 if (font_data[unit] != STI_DEF_FONT) { in sticon_set_def_font() [all …]
|
D | newport_con.c | 38 static unsigned char *font_data[MAX_NR_CONSOLES]; variable 314 font_data[i] = FONT_DATA; in newport_startup() 375 p = &font_data[vc->vc_num][(charattr & 0xff) << 4]; in newport_putc() 426 p = &font_data[vc->vc_num][(scr_readw(s++) & 0xff) << 4]; in newport_putcs() 532 if (font_data[i] != FONT_DATA in newport_set_font() 533 && FNTSIZE(font_data[i]) == size in newport_set_font() 534 && !memcmp(font_data[i], new_data, size)) { in newport_set_font() 539 new_data = font_data[i]; in newport_set_font() 544 if (font_data[unit] != FONT_DATA) { in newport_set_font() 545 if (--REFCOUNT(font_data[unit]) == 0) in newport_set_font() [all …]
|