Searched refs:font_desc (Results 1 – 23 of 23) sorted by relevance
/linux-6.1.9/include/linux/ |
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.1.9/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-6.1.9/lib/fonts/ |
D | fonts.c | 23 static const struct font_desc *fonts[] = { 82 const struct font_desc *find_font(const char *name) in find_font() 109 const struct font_desc *get_default_font(int xres, int yres, u32 font_w, in get_default_font() 113 const struct font_desc *f, *g; in get_default_font()
|
D | font_6x8.c | 2569 const struct font_desc font_6x8 = {
|
D | font_8x8.c | 2576 const struct font_desc font_vga_8x8 = {
|
D | font_mini_4x6.c | 2150 const struct font_desc font_mini_4x6 = {
|
D | font_6x10.c | 3081 const struct font_desc font_6x10 = {
|
D | font_6x11.c | 3344 const struct font_desc font_vga_6x11 = {
|
D | font_7x14.c | 4111 const struct font_desc font_7x14 = {
|
D | font_pearl_8x8.c | 2580 const struct font_desc font_pearl_8x8 = {
|
D | font_8x16.c | 4625 const struct font_desc font_vga_8x16 = {
|
D | font_10x18.c | 5135 const struct font_desc font_10x18 = {
|
D | font_acorn_8x8.c | 268 const struct font_desc font_acorn_8x8 = {
|
D | font_sun12x22.c | 6154 const struct font_desc font_sun_12x22 = {
|
D | font_sun8x16.c | 266 const struct font_desc font_sun_8x16 = {
|
D | font_ter16x32.c | 2060 const struct font_desc font_ter_16x32 = {
|
/linux-6.1.9/drivers/firmware/efi/ |
D | earlycon.c | 17 static const struct font_desc *font;
|
/linux-6.1.9/drivers/media/pci/solo6x10/ |
D | solo6x10-enc.c | 133 const struct font_desc *vga = find_font("VGA8x16"); in solo_osd_print()
|
/linux-6.1.9/drivers/media/test-drivers/vimc/ |
D | vimc-core.c | 341 const struct font_desc *font = find_font("VGA8x16"); in vimc_probe()
|
/linux-6.1.9/drivers/video/console/ |
D | sticore.c | 493 const struct font_desc *fbfont = NULL; in sti_select_fbfont()
|
/linux-6.1.9/drivers/video/fbdev/core/ |
D | fbcon.c | 925 const struct font_desc *font = NULL; in fbcon_startup() 1039 const struct font_desc *font = NULL; in fbcon_init() 2549 const struct font_desc *f; in fbcon_set_def_font()
|
/linux-6.1.9/drivers/media/test-drivers/vivid/ |
D | vivid-core.c | 2028 const struct font_desc *font = find_font("VGA8x16"); in vivid_probe()
|
/linux-6.1.9/drivers/usb/misc/sisusbvga/ |
D | sisusb.c | 2267 const struct font_desc *myfont; in sisusb_reset_text_mode()
|