Searched refs:console_font (Results 1 – 11 of 11) sorted by relevance
| /Linux-v5.10/include/linux/ |
| D | console.h | 22 struct console_font; 60 int (*con_font_set)(struct vc_data *vc, struct console_font *font, 62 int (*con_font_get)(struct vc_data *vc, struct console_font *font); 64 struct console_font *font, char *name);
|
| D | console_struct.h | 125 struct console_font vc_font; /* Current VC font set */
|
| /Linux-v5.10/drivers/video/console/ |
| D | dummycon.c | 127 static int dummycon_font_set(struct vc_data *vc, struct console_font *font, in dummycon_font_set() 134 struct console_font *font, char *name) in dummycon_font_default()
|
| D | sticon.c | 158 static int sticon_set_def_font(int unit, struct console_font *op) in sticon_set_def_font() 171 static int sticon_set_font(struct vc_data *vc, struct console_font *op) in sticon_set_font() 263 static int sticon_font_default(struct vc_data *vc, struct console_font *op, char *name) in sticon_font_default() 268 static int sticon_font_set(struct vc_data *vc, struct console_font *font, in sticon_font_set()
|
| D | newport_con.c | 50 static int newport_set_def_font(int unit, struct console_font *op); 500 static int newport_set_font(int unit, struct console_font *op) in newport_set_font() 555 static int newport_set_def_font(int unit, struct console_font *op) in newport_set_def_font() 567 static int newport_font_default(struct vc_data *vc, struct console_font *op, char *name) in newport_font_default() 572 static int newport_font_set(struct vc_data *vc, struct console_font *font, unsigned flags) in newport_font_set()
|
| D | vgacon.c | 1070 static int vgacon_font_set(struct vc_data *c, struct console_font *font, in vgacon_font_set() 1092 static int vgacon_font_get(struct vc_data *c, struct console_font *font) in vgacon_font_get()
|
| /Linux-v5.10/include/uapi/linux/ |
| D | kd.h | 167 struct console_font { struct
|
| /Linux-v5.10/arch/m68k/kernel/ |
| D | head.S | 1400 subl %d0,L(console_font) 3360 lea %pc@(L(console_font)),%a1 3366 subl #L(console_font),%a1 3447 movel %pc@(L(console_font)),%a0 3468 movel %pc@(L(console_font)),%a0 3487 movel %pc@(L(console_font)),%a0 3511 tstl %pc@(L(console_font)) 3575 movel %pc@(L(console_font)),%a0 3763 L(console_font):
|
| /Linux-v5.10/drivers/usb/misc/sisusbvga/ |
| D | sisusb_con.c | 1200 sisusbcon_font_set(struct vc_data *c, struct console_font *font, in sisusbcon_font_set() 1246 sisusbcon_font_get(struct vc_data *c, struct console_font *font) in sisusbcon_font_get() 1349 struct console_font *font, in sisusbdummycon_font_set() 1356 struct console_font *font, char *name) in sisusbdummycon_font_default()
|
| /Linux-v5.10/drivers/video/fbdev/core/ |
| D | fbcon.c | 2284 static int fbcon_get_font(struct vc_data *vc, struct console_font *font) in fbcon_get_font() 2457 struct console_font *f = &vc->vc_font; in fbcon_copy_font() 2476 static int fbcon_set_font(struct vc_data *vc, struct console_font *font, in fbcon_set_font() 2540 static int fbcon_set_def_font(struct vc_data *vc, struct console_font *font, char *name) in fbcon_set_def_font()
|
| /Linux-v5.10/drivers/tty/vt/ |
| D | vt.c | 4560 struct console_font font; in con_font_get() 4614 struct console_font font; in con_font_set() 4677 struct console_font font = {.width = op->width, .height = op->height}; in con_font_default()
|