/linux/arch/sparc/kernel/ |
H A D | btext.c | 195 const unsigned char *font = font_sun_8x16.data + font_index; in draw_byte() local 240 static void draw_byte_32(const unsigned char *font, unsigned int *base, int rb) in draw_byte_32() 261 static void draw_byte_16(const unsigned char *font, unsigned int *base, int rb) in draw_byte_16() 279 static void draw_byte_8(const unsigned char *font, unsigned int *base, int rb) in draw_byte_8()
|
/linux/drivers/gpu/drm/ |
H A D | drm_panic.c | 451 static const u8 *get_char_bitmap(const struct font_desc *font, char c, size_t font_pitch) in get_char_bitmap() 470 const struct font_desc *font, in draw_txt_rectangle() 502 static void drm_panic_logo_rect(struct drm_rect *rect, const struct font_desc *font) in drm_panic_logo_rect() 514 const struct font_desc *font, u32 fg_color) in drm_panic_logo_draw() 528 const struct font_desc *font = get_default_font(sb->width, sb->height, NULL, NULL); in draw_panic_static_user() local 558 static int draw_line_with_wrap(struct drm_scanout_buffer *sb, const struct font_desc *font, in draw_line_with_wrap() 595 const struct font_desc *font = get_default_font(sb->width, sb->height, NULL, NULL); in draw_panic_static_kmsg() local 786 const struct font_desc *font = get_default_font(sb->width, sb->height, NULL, NULL); in _draw_panic_static_qr_code() local
|
/linux/arch/powerpc/kernel/ |
H A 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/drivers/video/ |
H A 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/drivers/firmware/efi/ |
H A D | earlycon.c | 18 static const struct font_desc *font; variable
|
/linux/drivers/video/console/ |
H A D | vgacon.c | 1042 static int vgacon_font_set(struct vc_data *c, const struct console_font *font, in vgacon_font_set() 1064 static int vgacon_font_get(struct vc_data *c, struct console_font *font, unsigned int vpitch) in vgacon_font_get()
|
H A D | sticon.c | 257 static int sticon_font_set(struct vc_data *vc, const struct console_font *font, in sticon_font_set()
|
H A D | newport_con.c | 573 static int newport_font_set(struct vc_data *vc, const struct console_font *font, in newport_font_set()
|
/linux/drivers/video/fbdev/core/ |
H A D | fbcon.c | 945 const struct font_desc *font = NULL; in fbcon_startup() local 1057 const struct font_desc *font = NULL; in fbcon_init() local 2285 static int fbcon_get_font(struct vc_data *vc, struct console_font *font, unsigned int vpitch) in fbcon_get_font() 2480 static int fbcon_set_font(struct vc_data *vc, const struct console_font *font, in fbcon_set_font() 2553 static int fbcon_set_def_font(struct vc_data *vc, struct console_font *font, in fbcon_set_def_font()
|
H A D | svgalib.c | 196 const u8 *font = map->data; in svga_settile() local
|
/linux/drivers/media/test-drivers/vimc/ |
H A D | vimc-core.c | 341 const struct font_desc *font = find_font("VGA8x16"); in vimc_probe() local
|
/linux/drivers/media/test-drivers/visl/ |
H A D | visl-video.c | 83 const struct font_desc *font; in visl_tpg_init() local
|
/linux/drivers/video/fbdev/ |
H A D | arkfb.c | 122 const u8 *font = map->data; in arkfb_settile() local
|
H A D | s3fb.c | 292 const u8 *font = map->data; in s3fb_settile_fast() local
|
H A D | cg6.c | 198 u32 font; member
|
H A D | ffb.c | 296 u32 font; member
|
/linux/drivers/tty/vt/ |
H A D | vt.c | 4720 struct console_font font; in con_font_get() local 4770 struct console_font font; in con_font_set() local 4814 struct console_font font = {.width = op->width, .height = op->height}; in con_font_default() local
|
/linux/include/video/ |
H A D | sticore.h | 363 struct sti_cooked_font *font; /* ptr to selected font (cooked) */ member
|