Home
last modified time | relevance | path

Searched refs:font_data (Results 1 – 16 of 16) sorted by relevance

/linux-6.3-rc2/drivers/video/console/
A Dsticon.c96 font_data[conp->vc_num]); in sticon_putcs()
112 font_data[conp->vc_num]); in sticon_cursor()
143 font_data[conp->vc_num]); in sticon_scroll()
150 font_data[conp->vc_num]); in sticon_scroll()
164 kfree(font_data[unit]); in sticon_set_def_font()
166 font_data[unit] = STI_DEF_FONT; in sticon_set_def_font()
229 if (font_data[i] != STI_DEF_FONT in sticon_set_font()
236 cooked_font = font_data[i]; in sticon_set_font()
252 font_data[unit] = cooked_font; in sticon_set_font()
326 font_data[c->vc_num]); in sticon_blank()
[all …]
A Dnewport_con.c314 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 …]
/linux-6.3-rc2/lib/fonts/
A Dfont_6x10.c6 static const struct font_data fontdata_6x10 = {
A Dfont_6x11.c12 static const struct font_data fontdata_6x11 = {
A Dfont_7x14.c11 static const struct font_data fontdata_7x14 = {
A Dfont_8x8.c12 static const struct font_data fontdata_8x8 = {
A Dfont_mini_4x6.c46 static const struct font_data fontdata_mini_4x6 = {
A Dfont_pearl_8x8.c17 static const struct font_data fontdata_pearl8x8 = {
A Dfont_6x8.c6 static const struct font_data fontdata_6x8 = {
A Dfont_10x18.c11 static const struct font_data fontdata_10x18 = {
A Dfont_8x16.c13 static const struct font_data fontdata_8x16 = {
A Dfont_acorn_8x8.c8 static const struct font_data acorndata_8x8 = {
A Dfont_sun12x22.c6 static const struct font_data fontdata_sun12x22 = {
A Dfont_sun8x16.c6 static const struct font_data fontdata_sun8x16 = {
A Dfont_ter16x32.c7 static const struct font_data fontdata_ter16x32 = {
/linux-6.3-rc2/include/linux/
A Dfont.h73 struct font_data { struct

Completed in 56 milliseconds