Searched refs:font_data (Results 1 – 16 of 16) sorted by relevance
95 font_data[conp->vc_num]); in sticon_putcs()111 font_data[conp->vc_num]); in sticon_cursor()142 font_data[conp->vc_num]); in sticon_scroll()149 font_data[conp->vc_num]); in sticon_scroll()163 kfree(font_data[unit]); in sticon_set_def_font()165 font_data[unit] = STI_DEF_FONT; in sticon_set_def_font()227 if (font_data[i] != STI_DEF_FONT in sticon_set_font()234 cooked_font = font_data[i]; in sticon_set_font()250 font_data[unit] = cooked_font; in sticon_set_font()324 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 = {
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 = {
17 static const struct font_data fontdata_pearl8x8 = {
6 static const struct font_data fontdata_sun12x22 = {
11 static const struct font_data fontdata_10x18 = {
13 static const struct font_data fontdata_8x16 = {
8 static const struct font_data acorndata_8x8 = {
6 static const struct font_data fontdata_sun8x16 = {
7 static const struct font_data fontdata_ter16x32 = {
73 struct font_data { struct
Completed in 33 milliseconds