/linux-6.8/arch/sparc/kernel/ |
D | btext.c | 197 unsigned char *font = &vga_font[((unsigned int)c) * 16]; in draw_byte() local 242 static void draw_byte_32(unsigned char *font, unsigned int *base, int rb) in draw_byte_32() 263 static void draw_byte_16(unsigned char *font, unsigned int *base, int rb) in draw_byte_16() 281 static void draw_byte_8(unsigned char *font, unsigned int *base, int rb) in draw_byte_8()
|
/linux-6.8/arch/powerpc/kernel/ |
D | btext.c | 407 static void draw_byte_32(const unsigned char *font, unsigned int *base, int rb) in draw_byte_32() 428 static inline void draw_byte_16(const unsigned char *font, unsigned int *base, int rb) in draw_byte_16() 446 static inline void draw_byte_8(const unsigned char *font, unsigned int *base, int rb) in draw_byte_8() 466 const unsigned char *font = font_sun_8x16.data + font_index; in draw_byte() local
|
/linux-6.8/drivers/video/ |
D | sticore.c | 159 struct sti_cooked_font *font) in sti_putc() 231 int height, int width, int c, struct sti_cooked_font *font) in sti_clear() 269 struct sti_cooked_font *font) in sti_bmove() 583 static void sti_dump_font(struct sti_cooked_font *font) in sti_dump_font() 605 struct sti_cooked_font *font; in sti_search_font() local 618 struct sti_cooked_font *font; in sti_select_font() local
|
/linux-6.8/drivers/firmware/efi/ |
D | earlycon.c | 18 static const struct font_desc *font; variable
|
/linux-6.8/drivers/video/console/ |
D | vgacon.c | 1016 static int vgacon_font_set(struct vc_data *c, struct console_font *font, in vgacon_font_set() 1038 static int vgacon_font_get(struct vc_data *c, struct console_font *font, unsigned int vpitch) in vgacon_font_get()
|
D | sticon.c | 270 static int sticon_font_set(struct vc_data *vc, struct console_font *font, in sticon_font_set()
|
D | newport_con.c | 572 static int newport_font_set(struct vc_data *vc, struct console_font *font, in newport_font_set()
|
/linux-6.8/drivers/media/test-drivers/vimc/ |
D | vimc-core.c | 341 const struct font_desc *font = find_font("VGA8x16"); in vimc_probe() local
|
/linux-6.8/drivers/video/fbdev/core/ |
D | fbcon.c | 926 const struct font_desc *font = NULL; in fbcon_startup() local 1038 const struct font_desc *font = NULL; in fbcon_init() local 2269 static int fbcon_get_font(struct vc_data *vc, struct console_font *font, unsigned int vpitch) in fbcon_get_font() 2464 static int fbcon_set_font(struct vc_data *vc, struct console_font *font, in fbcon_set_font() 2537 static int fbcon_set_def_font(struct vc_data *vc, struct console_font *font, char *name) in fbcon_set_def_font()
|
D | svgalib.c | 196 const u8 *font = map->data; in svga_settile() local
|
/linux-6.8/drivers/media/test-drivers/visl/ |
D | visl-video.c | 83 const struct font_desc *font; in visl_tpg_init() local
|
/linux-6.8/drivers/tty/vt/ |
D | vt.c | 4539 struct console_font font; in con_font_get() local 4589 struct console_font font; in con_font_set() local 4633 struct console_font font = {.width = op->width, .height = op->height}; in con_font_default() local
|
/linux-6.8/drivers/video/fbdev/ |
D | arkfb.c | 122 const u8 *font = map->data; in arkfb_settile() local
|
D | s3fb.c | 292 const u8 *font = map->data; in s3fb_settile_fast() local
|
D | cg6.c | 198 u32 font; member
|
D | ffb.c | 296 u32 font; member
|
/linux-6.8/drivers/media/test-drivers/vivid/ |
D | vivid-core.c | 2005 const struct font_desc *font = find_font("VGA8x16"); in vivid_probe() local
|
/linux-6.8/include/video/ |
D | sticore.h | 363 struct sti_cooked_font *font; /* ptr to selected font (cooked) */ member
|