Home
last modified time | relevance | path

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

/Linux-v4.19/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-v4.19/drivers/video/console/
Ddummycon.c120 static int dummycon_font_set(struct vc_data *vc, struct console_font *font, in dummycon_font_set()
127 struct console_font *font, char *name) in dummycon_font_default()
Dnewport_con.c53 static int newport_set_def_font(int unit, struct console_font *op);
501 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()
Dvgacon.c1280 static int vgacon_font_set(struct vc_data *c, struct console_font *font, in vgacon_font_set()
1302 static int vgacon_font_get(struct vc_data *c, struct console_font *font) in vgacon_font_get()
/Linux-v4.19/include/uapi/linux/
Dkd.h167 struct console_font { struct
/Linux-v4.19/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-v4.19/drivers/usb/misc/sisusbvga/
Dsisusb_con.c1219 sisusbcon_font_set(struct vc_data *c, struct console_font *font, in sisusbcon_font_set()
1265 sisusbcon_font_get(struct vc_data *c, struct console_font *font) in sisusbcon_font_get()
1368 struct console_font *font, in sisusbdummycon_font_set()
1375 struct console_font *font, char *name) in sisusbdummycon_font_default()
/Linux-v4.19/drivers/video/fbdev/core/
Dfbcon.c2428 static int fbcon_get_font(struct vc_data *vc, struct console_font *font) in fbcon_get_font()
2594 struct console_font *f = &vc->vc_font; in fbcon_copy_font()
2613 static int fbcon_set_font(struct vc_data *vc, struct console_font *font, in fbcon_set_font()
2677 static int fbcon_set_def_font(struct vc_data *vc, struct console_font *font, char *name) in fbcon_set_def_font()
/Linux-v4.19/drivers/tty/vt/
Dvt.c4396 struct console_font font; in con_font_get()
4450 struct console_font font; in con_font_set()
4513 struct console_font font = {.width = op->width, .height = op->height}; in con_font_default()