Home
last modified time | relevance | path

Searched refs:font_desc (Results 1 – 25 of 26) sorted by relevance

12

/linux-6.15/include/linux/
H A Dfont.h16 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 Dasm-offsets.c82 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 Dfonts.c23 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 Dfont_8x8.c2576 const struct font_desc font_vga_8x8 = {
H A Dfont_6x11.c3344 const struct font_desc font_vga_6x11 = {
H A Dfont_pearl_8x8.c2580 const struct font_desc font_pearl_8x8 = {
H A Dfont_7x14.c4111 const struct font_desc font_7x14 = {
H A Dfont_mini_4x6.c2150 const struct font_desc font_mini_4x6 = {
H A Dfont_6x10.c3081 const struct font_desc font_6x10 = {
H A Dfont_6x8.c2569 const struct font_desc font_6x8 = {
H A Dfont_sun8x16.c266 const struct font_desc font_sun_8x16 = {
H A Dfont_10x18.c5135 const struct font_desc font_10x18 = {
H A Dfont_acorn_8x8.c268 const struct font_desc font_acorn_8x8 = {
H A Dfont_sun12x22.c6154 const struct font_desc font_sun_12x22 = {
H A Dfont_8x16.c4625 const struct font_desc font_vga_8x16 = {
H A Dfont_ter16x32.c2060 const struct font_desc font_ter_16x32 = {
/linux-6.15/drivers/gpu/drm/
H A Ddrm_panic.c263 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 Ddrm_draw_internal.h21 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 Ddrm_log.c42 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 Dearlycon.c18 static const struct font_desc *font;
/linux-6.15/drivers/media/pci/solo6x10/
H A Dsolo6x10-enc.c133 const struct font_desc *vga = find_font("VGA8x16"); in solo_osd_print()
/linux-6.15/drivers/media/test-drivers/vimc/
H A Dvimc-core.c341 const struct font_desc *font = find_font("VGA8x16"); in vimc_probe()
/linux-6.15/drivers/media/test-drivers/visl/
H A Dvisl-video.c83 const struct font_desc *font; in visl_tpg_init()
/linux-6.15/drivers/video/
H A Dsticore.c523 const struct font_desc *fbfont = NULL; in sti_select_fbfont()
/linux-6.15/drivers/video/fbdev/core/
H A Dfbcon.c944 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()

12