Searched refs:font_data (Results 1 – 16 of 16) sorted by relevance
/kernel/linux/linux-5.10/drivers/video/console/ |
D | sticon.c | 63 static struct sti_cooked_font *font_data[MAX_NR_CONSOLES]; variable 81 sti_putc(sticon_sti, c, ypos, xpos, font_data[conp->vc_num]); in sticon_putc() 95 font_data[conp->vc_num]); in sticon_putcs() 111 font_data[conp->vc_num]); in sticon_cursor() 122 conp->state.y, conp->state.x, font_data[conp->vc_num]); in sticon_cursor() 142 font_data[conp->vc_num]); in sticon_scroll() 144 conp->vc_video_erase_char, font_data[conp->vc_num]); in sticon_scroll() 149 font_data[conp->vc_num]); in sticon_scroll() 151 conp->vc_video_erase_char, font_data[conp->vc_num]); in sticon_scroll() 160 if (font_data[unit] != STI_DEF_FONT) { in sticon_set_def_font() [all …]
|
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[unit]) == 0) in newport_set_font() [all …]
|
/kernel/linux/linux-5.10/lib/fonts/ |
D | font_7x14.c | 11 static const struct font_data fontdata_7x14 = {
|
D | font_6x10.c | 6 static const struct font_data fontdata_6x10 = {
|
D | font_6x8.c | 6 static const struct font_data fontdata_6x8 = {
|
D | font_pearl_8x8.c | 17 static const struct font_data fontdata_pearl8x8 = {
|
D | font_6x11.c | 12 static const struct font_data fontdata_6x11 = {
|
D | font_mini_4x6.c | 46 static const struct font_data fontdata_mini_4x6 = {
|
D | font_8x8.c | 12 static const struct font_data fontdata_8x8 = {
|
D | font_ter16x32.c | 7 static const struct font_data fontdata_ter16x32 = {
|
D | font_8x16.c | 13 static const struct font_data fontdata_8x16 = {
|
D | font_acorn_8x8.c | 8 static const struct font_data acorndata_8x8 = {
|
D | font_10x18.c | 11 static const struct font_data fontdata_10x18 = {
|
D | font_sun12x22.c | 6 static const struct font_data fontdata_sun12x22 = {
|
D | font_sun8x16.c | 6 static const struct font_data fontdata_sun8x16 = {
|
/kernel/linux/linux-5.10/include/linux/ |
D | font.h | 72 struct font_data { struct
|