Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dfont.h16 struct font_desc { struct
36 extern const struct font_desc font_vga_8x8, argument
50 extern const struct font_desc *find_font(const char *name);
54 extern const struct font_desc *get_default_font(int xres, int yres,
/Linux-v4.19/arch/m68k/kernel/
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-v4.19/lib/fonts/
Dfonts.c25 static const struct font_desc *fonts[] = {
90 const struct font_desc *find_font(const char *name) in find_font()
116 const struct font_desc *get_default_font(int xres, int yres, u32 font_w, in get_default_font()
120 const struct font_desc *f, *g; in get_default_font()
Dfont_6x10.c3080 const struct font_desc font_6x10 = {
Dfont_6x11.c3345 const struct font_desc font_vga_6x11 = {
Dfont_7x14.c4112 const struct font_desc font_7x14 = {
Dfont_8x8.c2577 const struct font_desc font_vga_8x8 = {
Dfont_acorn_8x8.c265 const struct font_desc font_acorn_8x8 = {
Dfont_mini_4x6.c2150 const struct font_desc font_mini_4x6 = {
Dfont_pearl_8x8.c2581 const struct font_desc font_pearl_8x8 = {
Dfont_10x18.c5136 const struct font_desc font_10x18 = {
Dfont_sun8x16.c265 const struct font_desc font_sun_8x16 = {
Dfont_sun12x22.c6155 const struct font_desc font_sun_12x22 = {
Dfont_8x16.c4626 const struct font_desc font_vga_8x16 = {
/Linux-v4.19/arch/x86/platform/efi/
Dearly_printk.c15 static const struct font_desc *font;
/Linux-v4.19/drivers/media/pci/solo6x10/
Dsolo6x10-enc.c142 const struct font_desc *vga = find_font("VGA8x16"); in solo_osd_print()
/Linux-v4.19/drivers/video/console/
Dsticore.c495 const struct font_desc *fbfont = NULL; in sti_select_fbfont()
/Linux-v4.19/drivers/video/fbdev/core/
Dfbcon.c942 const struct font_desc *font = NULL; in fbcon_startup()
1089 const struct font_desc *font = NULL; in fbcon_init()
2680 const struct font_desc *f; in fbcon_set_def_font()
/Linux-v4.19/drivers/media/platform/vivid/
Dvivid-core.c1405 const struct font_desc *font = find_font("VGA8x16"); in vivid_probe()
/Linux-v4.19/drivers/usb/misc/sisusbvga/
Dsisusb.c2269 const struct font_desc *myfont; in sisusb_reset_text_mode()