Searched refs:font_data (Results 1 – 18 of 18) sorted by relevance
64 static struct sti_cooked_font *font_data[MAX_NR_CONSOLES]; variable85 font_data[conp->vc_num]); in sticon_putcs()100 font_data[conp->vc_num]); in sticon_cursor()111 conp->state.y, conp->state.x, font_data[conp->vc_num]); in sticon_cursor()129 font_data[conp->vc_num]); in sticon_scroll()131 conp->vc_video_erase_char, font_data[conp->vc_num]); in sticon_scroll()136 font_data[conp->vc_num]); in sticon_scroll()138 conp->vc_video_erase_char, font_data[conp->vc_num]); in sticon_scroll()147 if (font_data[unit] != STI_DEF_FONT) { in sticon_set_def_font()148 if (--FNTREFCOUNT(font_data[unit]) == 0) { in sticon_set_def_font()[all …]
38 static unsigned char *font_data[MAX_NR_CONSOLES]; variable314 font_data[i] = FONT_DATA; in newport_startup()375 p = &font_data[vc->vc_num][(charattr & 0xff) << 4]; in newport_putc()427 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 …]
46 static const struct font_data fontdata_mini_4x6 = {
11 static const struct font_data fontdata_7x14 = {
17 static const struct font_data fontdata_pearl8x8 = {
6 static const struct font_data fontdata_6x8 = {
12 static const struct font_data fontdata_8x8 = {
12 static const struct font_data fontdata_6x11 = {
6 static const struct font_data fontdata_6x10 = {
6 static const struct font_data fontdata_sun12x22 = {
7 static const struct font_data fontdata_ter10x18 = {
8 static const struct font_data acorndata_8x8 = {
13 static const struct font_data fontdata_8x16 = {
11 static const struct font_data fontdata_10x18 = {
6 static const struct font_data fontdata_sun8x16 = {
7 static const struct font_data fontdata_ter16x32 = {
76 struct font_data { struct
4845 void *font_data __free(kvfree) = NULL; in con_font_get()4847 font.data = font_data = kvzalloc(max_font_size, GFP_KERNEL); in con_font_get()4900 void *font_data __free(kfree) = font.data = memdup_user(op->data, size); in con_font_set()