/kernel/linux/linux-5.10/drivers/video/console/ |
H A D | sticon.c | 64 static struct sti_cooked_font *font_data[MAX_NR_CONSOLES]; variable 82 sti_putc(sticon_sti, c, ypos, xpos, font_data[conp->vc_num]); in sticon_putc() 96 font_data[conp->vc_num]); in sticon_putcs() 112 font_data[conp->vc_num]); in sticon_cursor() 123 conp->state.y, conp->state.x, font_data[conp->vc_num]); in sticon_cursor() local 143 font_data[conp->vc_num]); in sticon_scroll() 145 conp->vc_video_erase_char, font_data[conp->vc_num]); in sticon_scroll() 150 font_data[conp->vc_num]); in sticon_scroll() 152 conp->vc_video_erase_char, font_data[conp->vc_num]); in sticon_scroll() 161 if (font_data[uni in sticon_set_def_font() [all...] |
H A D | newport_con.c | 38 static unsigned char *font_data[MAX_NR_CONSOLES]; variable 314 font_data[i] = FONT_DATA; in newport_startup() 375 p = &font_data[vc->vc_num][(charattr & 0xff) << 4]; in newport_putc() 426 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[uni in newport_set_font() [all...] |
/kernel/linux/linux-6.6/drivers/video/console/ |
H A D | sticon.c | 64 static struct sti_cooked_font *font_data[MAX_NR_CONSOLES]; variable 82 sti_putc(sticon_sti, c, ypos, xpos, font_data[conp->vc_num]); in sticon_putc() 96 font_data[conp->vc_num]); in sticon_putcs() 112 font_data[conp->vc_num]); in sticon_cursor() 123 conp->state.y, conp->state.x, font_data[conp->vc_num]); in sticon_cursor() local 143 font_data[conp->vc_num]); in sticon_scroll() 145 conp->vc_video_erase_char, font_data[conp->vc_num]); in sticon_scroll() 150 font_data[conp->vc_num]); in sticon_scroll() 152 conp->vc_video_erase_char, font_data[conp->vc_num]); in sticon_scroll() 161 if (font_data[uni in sticon_set_def_font() [all...] |
H A D | newport_con.c | 38 static unsigned char *font_data[MAX_NR_CONSOLES]; variable 314 font_data[i] = FONT_DATA; in newport_startup() 375 p = &font_data[vc->vc_num][(charattr & 0xff) << 4]; in newport_putc() 426 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[uni in newport_set_font() [all...] |
/kernel/linux/linux-5.10/include/linux/ |
H A D | font.h | 72 struct font_data { struct
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | font.h | 73 struct font_data { struct
|
/kernel/linux/linux-5.10/lib/fonts/ |
H A D | font_mini_4x6.c | 46 static const struct font_data fontdata_mini_4x6 = {
|
H A D | font_6x10.c | 6 static const struct font_data fontdata_6x10 = {
|
H A D | font_6x8.c | 6 static const struct font_data fontdata_6x8 = {
|
H A D | font_pearl_8x8.c | 17 static const struct font_data fontdata_pearl8x8 = {
|
H A D | font_8x8.c | 12 static const struct font_data fontdata_8x8 = {
|
H A D | font_acorn_8x8.c | 8 static const struct font_data acorndata_8x8 = {
|
H A D | font_7x14.c | 11 static const struct font_data fontdata_7x14 = {
|
H A D | font_6x11.c | 12 static const struct font_data fontdata_6x11 = {
|
H A D | font_8x16.c | 13 static const struct font_data fontdata_8x16 = {
|
H A D | font_sun8x16.c | 6 static const struct font_data fontdata_sun8x16 = {
|
/kernel/linux/linux-6.6/lib/fonts/ |
H A D | font_mini_4x6.c | 46 static const struct font_data fontdata_mini_4x6 = {
|
H A D | font_pearl_8x8.c | 17 static const struct font_data fontdata_pearl8x8 = {
|
H A D | font_6x10.c | 6 static const struct font_data fontdata_6x10 = {
|
H A D | font_8x8.c | 12 static const struct font_data fontdata_8x8 = {
|
H A D | font_6x8.c | 6 static const struct font_data fontdata_6x8 = {
|
H A D | font_acorn_8x8.c | 8 static const struct font_data acorndata_8x8 = {
|
H A D | font_7x14.c | 11 static const struct font_data fontdata_7x14 = {
|
H A D | font_6x11.c | 12 static const struct font_data fontdata_6x11 = {
|
H A D | font_sun8x16.c | 6 static const struct font_data fontdata_sun8x16 = {
|