Searched refs:console_font (Results 1 – 10 of 10) sorted by relevance
| /Linux-v6.1/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 | 126 struct console_font vc_font; /* Current VC font set */
|
| /Linux-v6.1/drivers/video/console/ |
| D | sticon.c | 159 static int sticon_set_def_font(int unit, struct console_font *op) in sticon_set_def_font() 172 static int sticon_set_font(struct vc_data *vc, struct console_font *op) in sticon_set_font() 264 static int sticon_font_default(struct vc_data *vc, struct console_font *op, char *name) in sticon_font_default() 269 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 | 1031 static int vgacon_font_set(struct vc_data *c, struct console_font *font, in vgacon_font_set() 1053 static int vgacon_font_get(struct vc_data *c, struct console_font *font) in vgacon_font_get()
|
| /Linux-v6.1/include/uapi/linux/ |
| D | kd.h | 167 struct console_font { struct
|
| /Linux-v6.1/arch/m68k/kernel/ |
| D | head.S | 1417 subl %d0,L(console_font) 3385 lea %pc@(L(console_font)),%a1 3391 subl #L(console_font),%a1 3472 movel %pc@(L(console_font)),%a0 3493 movel %pc@(L(console_font)),%a0 3512 movel %pc@(L(console_font)),%a0 3536 tstl %pc@(L(console_font)) 3600 movel %pc@(L(console_font)),%a0 3788 L(console_font):
|
| /Linux-v6.1/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()
|
| /Linux-v6.1/drivers/video/fbdev/core/ |
| D | fbcon.c | 2274 static int fbcon_get_font(struct vc_data *vc, struct console_font *font) in fbcon_get_font() 2475 static int fbcon_set_font(struct vc_data *vc, struct console_font *font, in fbcon_set_font() 2545 static int fbcon_set_def_font(struct vc_data *vc, struct console_font *font, char *name) in fbcon_set_def_font()
|
| /Linux-v6.1/drivers/tty/vt/ |
| D | vt.c | 4591 struct console_font font; in con_font_get() 4637 struct console_font font; in con_font_set() 4677 struct console_font font = {.width = op->width, .height = op->height}; in con_font_default()
|