Searched refs:font_data (Results 1 – 16 of 16) sorted by relevance
85 font_data[conp->vc_num]); in sticon_putcs()100 font_data[conp->vc_num]); in sticon_cursor()129 font_data[conp->vc_num]); in sticon_scroll()136 font_data[conp->vc_num]); in sticon_scroll()150 kfree(font_data[unit]); in sticon_set_def_font()152 font_data[unit] = STI_DEF_FONT; in sticon_set_def_font()213 if (font_data[i] != STI_DEF_FONT in sticon_set_font()220 cooked_font = font_data[i]; in sticon_set_font()236 font_data[unit] = cooked_font; in sticon_set_font()311 font_data[c->vc_num]); in sticon_blank()[all …]
314 font_data[i] = FONT_DATA; in newport_startup()532 if (font_data[i] != FONT_DATA in newport_set_font()533 && FNTSIZE(font_data[i]) == 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()546 kfree(font_data[unit] - in newport_set_font()550 font_data[unit] = new_data; in newport_set_font()557 if (font_data[unit] != FONT_DATA) { in newport_set_def_font()559 kfree(font_data[unit] - in newport_set_def_font()[all …]
6 static const struct font_data fontdata_6x10 = {
12 static const struct font_data fontdata_6x11 = {
6 static const struct font_data fontdata_6x8 = {
17 static const struct font_data fontdata_pearl8x8 = {
11 static const struct font_data fontdata_7x14 = {
12 static const struct font_data fontdata_8x8 = {
46 static const struct font_data fontdata_mini_4x6 = {
11 static const struct font_data fontdata_10x18 = {
6 static const struct font_data fontdata_sun12x22 = {
6 static const struct font_data fontdata_sun8x16 = {
13 static const struct font_data fontdata_8x16 = {
8 static const struct font_data acorndata_8x8 = {
7 static const struct font_data fontdata_ter16x32 = {
74 struct font_data { struct
Completed in 227 milliseconds