| /linux-6.15/include/linux/ |
| H A D | font.h | 16 struct font_desc { struct 39 extern const struct font_desc font_vga_8x8, argument 55 extern const struct font_desc *find_font(const char *name); 59 extern const struct font_desc *get_default_font(int xres, int yres,
|
| /linux-6.15/arch/m68k/kernel/ |
| H A D | asm-offsets.c | 82 DEFINE(FONT_DESC_IDX, offsetof(struct font_desc, idx)); in main() 83 DEFINE(FONT_DESC_NAME, offsetof(struct font_desc, name)); in main() 84 DEFINE(FONT_DESC_WIDTH, offsetof(struct font_desc, width)); in main() 85 DEFINE(FONT_DESC_HEIGHT, offsetof(struct font_desc, height)); in main() 86 DEFINE(FONT_DESC_DATA, offsetof(struct font_desc, data)); in main() 87 DEFINE(FONT_DESC_PREF, offsetof(struct font_desc, pref)); in main()
|
| /linux-6.15/lib/fonts/ |
| H A D | fonts.c | 23 static const struct font_desc *fonts[] = { 82 const struct font_desc *find_font(const char *name) in find_font() 111 const struct font_desc *get_default_font(int xres, int yres, in get_default_font() 116 const struct font_desc *f, *g; in get_default_font()
|
| H A D | font_8x8.c | 2576 const struct font_desc font_vga_8x8 = {
|
| H A D | font_6x11.c | 3344 const struct font_desc font_vga_6x11 = {
|
| H A D | font_pearl_8x8.c | 2580 const struct font_desc font_pearl_8x8 = {
|
| H A D | font_7x14.c | 4111 const struct font_desc font_7x14 = {
|
| H A D | font_mini_4x6.c | 2150 const struct font_desc font_mini_4x6 = {
|
| H A D | font_6x10.c | 3081 const struct font_desc font_6x10 = {
|
| H A D | font_6x8.c | 2569 const struct font_desc font_6x8 = {
|
| H A D | font_sun8x16.c | 266 const struct font_desc font_sun_8x16 = {
|
| H A D | font_10x18.c | 5135 const struct font_desc font_10x18 = {
|
| H A D | font_acorn_8x8.c | 268 const struct font_desc font_acorn_8x8 = {
|
| H A D | font_sun12x22.c | 6154 const struct font_desc font_sun_12x22 = {
|
| H A D | font_8x16.c | 4625 const struct font_desc font_vga_8x16 = {
|
| H A D | font_ter16x32.c | 2060 const struct font_desc font_ter_16x32 = {
|
| /linux-6.15/drivers/gpu/drm/ |
| H A D | drm_panic.c | 263 const struct font_desc *font, in draw_txt_rectangle() 295 static void drm_panic_logo_rect(struct drm_rect *rect, const struct font_desc *font) in drm_panic_logo_rect() 307 const struct font_desc *font, u32 fg_color) in drm_panic_logo_draw() 323 const struct font_desc *font = get_default_font(sb->width, sb->height, NULL, NULL); in draw_panic_static_user() 353 static int draw_line_with_wrap(struct drm_scanout_buffer *sb, const struct font_desc *font, in draw_line_with_wrap() 392 const struct font_desc *font = get_default_font(sb->width, sb->height, NULL, NULL); in draw_panic_static_kmsg() 580 const struct font_desc *font = get_default_font(sb->width, sb->height, NULL, NULL); in _draw_panic_static_qr_code()
|
| H A D | drm_draw_internal.h | 21 static inline const u8 *drm_draw_get_char_bitmap(const struct font_desc *font, in drm_draw_get_char_bitmap()
|
| /linux-6.15/drivers/gpu/drm/clients/ |
| H A D | drm_log.c | 42 const struct font_desc *font; 111 const struct font_desc *font = scanout->font; in drm_log_draw_line()
|
| /linux-6.15/drivers/firmware/efi/ |
| H A D | earlycon.c | 18 static const struct font_desc *font;
|
| /linux-6.15/drivers/media/pci/solo6x10/ |
| H A D | solo6x10-enc.c | 133 const struct font_desc *vga = find_font("VGA8x16"); in solo_osd_print()
|
| /linux-6.15/drivers/media/test-drivers/vimc/ |
| H A D | vimc-core.c | 341 const struct font_desc *font = find_font("VGA8x16"); in vimc_probe()
|
| /linux-6.15/drivers/media/test-drivers/visl/ |
| H A D | visl-video.c | 83 const struct font_desc *font; in visl_tpg_init()
|
| /linux-6.15/drivers/video/ |
| H A D | sticore.c | 523 const struct font_desc *fbfont = NULL; in sti_select_fbfont()
|
| /linux-6.15/drivers/video/fbdev/core/ |
| H A D | fbcon.c | 944 const struct font_desc *font = NULL; in fbcon_startup() 1056 const struct font_desc *font = NULL; in fbcon_init() 2558 const struct font_desc *f; in fbcon_set_def_font()
|