/linux-4.1.27/lib/fonts/ |
H A D | Makefile | |
/linux-4.1.27/arch/x86/platform/efi/ |
H A D | early_printk.c | 15 static const struct font_desc *font; variable in typeref:struct:font_desc
|
/linux-4.1.27/arch/sparc/kernel/ |
H A D | btext.c | 196 unsigned char *font = &vga_font[((unsigned int)c) * 16]; draw_byte() local 241 static void draw_byte_32(unsigned char *font, unsigned int *base, int rb) draw_byte_32() argument 262 static void draw_byte_16(unsigned char *font, unsigned int *base, int rb) draw_byte_16() argument 280 static void draw_byte_8(unsigned char *font, unsigned int *base, int rb) draw_byte_8() argument
|
/linux-4.1.27/arch/powerpc/kernel/ |
H A D | btext.c | 425 static void draw_byte_32(unsigned char *font, unsigned int *base, int rb) draw_byte_32() argument 446 static inline void draw_byte_16(unsigned char *font, unsigned int *base, int rb) draw_byte_16() argument 464 static inline void draw_byte_8(unsigned char *font, unsigned int *base, int rb) draw_byte_8() argument 483 unsigned char *font = &vga_font[((unsigned int)c) * 16]; draw_byte() local
|
/linux-4.1.27/drivers/video/fbdev/core/ |
H A D | svgalib.c | 195 const u8 *font = map->data; svga_settile() local
|
/linux-4.1.27/drivers/media/platform/vivid/ |
H A D | vivid-core.c | 1292 const struct font_desc *font = find_font("VGA8x16"); vivid_probe() local
|
/linux-4.1.27/drivers/video/console/ |
H A D | newport_con.c | 572 static int newport_font_set(struct vc_data *vc, struct console_font *font, unsigned flags) newport_font_set() argument
|
H A D | sticore.c | 557 struct sti_cooked_font *font; sti_select_font() local 633 struct sti_cooked_font *font; sti_search_font() local
|
H A D | vgacon.c | 1271 static int vgacon_font_set(struct vc_data *c, struct console_font *font, unsigned flags) vgacon_font_set() argument 1292 static int vgacon_font_get(struct vc_data *c, struct console_font *font) vgacon_font_get() argument
|
H A D | fbcon.c | 922 const struct font_desc *font = NULL; fbcon_startup() local 1061 const struct font_desc *font = NULL; fbcon_init() local 2386 static int fbcon_get_font(struct vc_data *vc, struct console_font *font) fbcon_get_font() argument 2563 static int fbcon_set_font(struct vc_data *vc, struct console_font *font, unsigned flags) fbcon_set_font() argument 2626 static int fbcon_set_def_font(struct vc_data *vc, struct console_font *font, char *name) fbcon_set_def_font() argument
|
/linux-4.1.27/drivers/usb/misc/sisusbvga/ |
H A D | sisusb_con.c | 1280 sisusbcon_font_set(struct vc_data *c, struct console_font *font, sisusbcon_font_set() argument 1325 sisusbcon_font_get(struct vc_data *c, struct console_font *font) sisusbcon_font_get() argument
|
/linux-4.1.27/drivers/video/fbdev/ |
H A D | arkfb.c | 134 const u8 *font = map->data; arkfb_settile() local
|
H A D | s3fb.c | 303 const u8 *font = map->data; s3fb_settile_fast() local
|
H A D | sticore.h | 364 struct sti_cooked_font *font; /* ptr to selected font (cooked) */ member in struct:sti_struct
|
H A D | cg6.c | 197 u32 font; member in struct:cg6_fbc
|
H A D | ffb.c | 295 u32 font; member in struct:ffb_fbc
|
/linux-4.1.27/drivers/tty/vt/ |
H A D | vt.c | 4023 struct console_font font; con_font_get() local 4077 struct console_font font; con_font_set() local 4132 struct console_font font = {.width = op->width, .height = op->height}; con_font_default() local
|