Home
last modified time | relevance | path

Searched refs:console_font (Results 1 – 10 of 10) sorted by relevance

/Linux-v5.4/include/linux/
Dconsole.h22 struct console_font;
64 int (*con_font_set)(struct vc_data *vc, struct console_font *font,
66 int (*con_font_get)(struct vc_data *vc, struct console_font *font);
68 struct console_font *font, char *name);
Dconsole_struct.h90 struct console_font vc_font; /* Current VC font set */
/Linux-v5.4/drivers/video/console/
Ddummycon.c127 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()
Dnewport_con.c54 static int newport_set_def_font(int unit, struct console_font *op);
502 static int newport_set_font(int unit, struct console_font *op) in newport_set_font()
556 static int newport_set_def_font(int unit, struct console_font *op) in newport_set_def_font()
568 static int newport_font_default(struct vc_data *vc, struct console_font *op, char *name) in newport_font_default()
573 static int newport_font_set(struct vc_data *vc, struct console_font *font, unsigned flags) in newport_font_set()
Dvgacon.c1281 static int vgacon_font_set(struct vc_data *c, struct console_font *font, in vgacon_font_set()
1303 static int vgacon_font_get(struct vc_data *c, struct console_font *font) in vgacon_font_get()
/Linux-v5.4/include/uapi/linux/
Dkd.h167 struct console_font { struct
/Linux-v5.4/arch/m68k/kernel/
Dhead.S1400 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.4/drivers/usb/misc/sisusbvga/
Dsisusb_con.c1199 sisusbcon_font_set(struct vc_data *c, struct console_font *font, in sisusbcon_font_set()
1245 sisusbcon_font_get(struct vc_data *c, struct console_font *font) in sisusbcon_font_get()
1348 struct console_font *font, in sisusbdummycon_font_set()
1355 struct console_font *font, char *name) in sisusbdummycon_font_default()
/Linux-v5.4/drivers/video/fbdev/core/
Dfbcon.c2450 static int fbcon_get_font(struct vc_data *vc, struct console_font *font) in fbcon_get_font()
2616 struct console_font *f = &vc->vc_font; in fbcon_copy_font()
2635 static int fbcon_set_font(struct vc_data *vc, struct console_font *font, in fbcon_set_font()
2699 static int fbcon_set_def_font(struct vc_data *vc, struct console_font *font, char *name) in fbcon_set_def_font()
/Linux-v5.4/drivers/tty/vt/
Dvt.c4431 struct console_font font; in con_font_get()
4485 struct console_font font; in con_font_set()
4548 struct console_font font = {.width = op->width, .height = op->height}; in con_font_default()