Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dfont.h16 struct font_desc { struct
37 extern const struct font_desc font_vga_8x8, argument
52 extern const struct font_desc *find_font(const char *name);
56 extern const struct font_desc *get_default_font(int xres, int yres,
/Linux-v5.4/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-v5.4/lib/fonts/
Dfonts.c23 static const struct font_desc *fonts[] = {
79 const struct font_desc *find_font(const char *name) in find_font()
106 const struct font_desc *get_default_font(int xres, int yres, u32 font_w, in get_default_font()
110 const struct font_desc *f, *g; in get_default_font()
Dfont_6x10.c3080 const struct font_desc font_6x10 = {
Dfont_8x8.c2577 const struct font_desc font_vga_8x8 = {
Dfont_acorn_8x8.c265 const struct font_desc font_acorn_8x8 = {
Dfont_6x11.c3345 const struct font_desc font_vga_6x11 = {
Dfont_7x14.c4112 const struct font_desc font_7x14 = {
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_8x16.c4626 const struct font_desc font_vga_8x16 = {
Dfont_sun12x22.c6155 const struct font_desc font_sun_12x22 = {
Dfont_sun8x16.c265 const struct font_desc font_sun_8x16 = {
Dfont_ter16x32.c2061 const struct font_desc font_ter_16x32 = {
/Linux-v5.4/drivers/firmware/efi/
Dearlycon.c16 static const struct font_desc *font;
/Linux-v5.4/drivers/media/pci/solo6x10/
Dsolo6x10-enc.c133 const struct font_desc *vga = find_font("VGA8x16"); in solo_osd_print()
/Linux-v5.4/drivers/video/console/
Dsticore.c496 const struct font_desc *fbfont = NULL; in sti_select_fbfont()
/Linux-v5.4/drivers/video/fbdev/core/
Dfbcon.c970 const struct font_desc *font = NULL; in fbcon_startup()
1123 const struct font_desc *font = NULL; in fbcon_init()
2702 const struct font_desc *f; in fbcon_set_def_font()
/Linux-v5.4/drivers/media/platform/vivid/
Dvivid-core.c1538 const struct font_desc *font = find_font("VGA8x16"); in vivid_probe()
/Linux-v5.4/drivers/usb/misc/sisusbvga/
Dsisusb.c2267 const struct font_desc *myfont; in sisusb_reset_text_mode()