Searched refs:font_data (Results 1 – 17 of 17) 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 …]
6 static const struct font_data fontdata_6x10 = {
12 static const struct font_data fontdata_8x8 = {
17 static const struct font_data fontdata_pearl8x8 = {
12 static const struct font_data fontdata_6x11 = {
6 static const struct font_data fontdata_6x8 = {
46 static const struct font_data fontdata_mini_4x6 = {
11 static const struct font_data fontdata_7x14 = {
7 static const struct font_data fontdata_ter16x32 = {
8 static const struct font_data acorndata_8x8 = {
6 static const struct font_data fontdata_sun12x22 = {
6 static const struct font_data fontdata_sun8x16 = {
13 static const struct font_data fontdata_8x16 = {
11 static const struct font_data fontdata_10x18 = {
7 static const struct font_data fontdata_ter10x18 = {
76 struct font_data { struct
4827 void *font_data __free(kvfree) = NULL; in con_font_get()4829 font.data = font_data = kvzalloc(max_font_size, GFP_KERNEL); in con_font_get()4882 void *font_data __free(kfree) = font.data = memdup_user(op->data, size); in con_font_set()