Searched refs:font_desc (Results 1 – 21 of 21) sorted by relevance
/Linux-v5.4/include/linux/ |
D | font.h | 16 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/ |
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-v5.4/lib/fonts/ |
D | fonts.c | 23 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()
|
D | font_6x10.c | 3080 const struct font_desc font_6x10 = {
|
D | font_8x8.c | 2577 const struct font_desc font_vga_8x8 = {
|
D | font_acorn_8x8.c | 265 const struct font_desc font_acorn_8x8 = {
|
D | font_6x11.c | 3345 const struct font_desc font_vga_6x11 = {
|
D | font_7x14.c | 4112 const struct font_desc font_7x14 = {
|
D | font_mini_4x6.c | 2150 const struct font_desc font_mini_4x6 = {
|
D | font_pearl_8x8.c | 2581 const struct font_desc font_pearl_8x8 = {
|
D | font_10x18.c | 5136 const struct font_desc font_10x18 = {
|
D | font_8x16.c | 4626 const struct font_desc font_vga_8x16 = {
|
D | font_sun12x22.c | 6155 const struct font_desc font_sun_12x22 = {
|
D | font_sun8x16.c | 265 const struct font_desc font_sun_8x16 = {
|
D | font_ter16x32.c | 2061 const struct font_desc font_ter_16x32 = {
|
/Linux-v5.4/drivers/firmware/efi/ |
D | earlycon.c | 16 static const struct font_desc *font;
|
/Linux-v5.4/drivers/media/pci/solo6x10/ |
D | solo6x10-enc.c | 133 const struct font_desc *vga = find_font("VGA8x16"); in solo_osd_print()
|
/Linux-v5.4/drivers/video/console/ |
D | sticore.c | 496 const struct font_desc *fbfont = NULL; in sti_select_fbfont()
|
/Linux-v5.4/drivers/video/fbdev/core/ |
D | fbcon.c | 970 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/ |
D | vivid-core.c | 1538 const struct font_desc *font = find_font("VGA8x16"); in vivid_probe()
|
/Linux-v5.4/drivers/usb/misc/sisusbvga/ |
D | sisusb.c | 2267 const struct font_desc *myfont; in sisusb_reset_text_mode()
|