Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Dconsole.h24 struct console_font;
62 int (*con_font_set)(struct vc_data *vc, struct console_font *font,
64 int (*con_font_get)(struct vc_data *vc, struct console_font *font,
67 struct console_font *font, char *name);
A Dconsole_struct.h125 struct console_font vc_font; /* Current VC font set */
/linux-6.3-rc2/drivers/video/console/
A Dsticon.c159 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()
265 static int sticon_font_default(struct vc_data *vc, struct console_font *op, char *name) in sticon_font_default()
270 static int sticon_font_set(struct vc_data *vc, struct console_font *font, in sticon_font_set()
A Dnewport_con.c50 static int newport_set_def_font(int unit, struct console_font *op);
500 static int newport_set_font(int unit, struct console_font *op, unsigned int vpitch) 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, in newport_font_set()
A Dvgacon.c1031 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, unsigned int vpitch) in vgacon_font_get()
/linux-6.3-rc2/include/uapi/linux/
A Dkd.h169 struct console_font { struct
/linux-6.3-rc2/arch/m68k/kernel/
A Dhead.S1417 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-6.3-rc2/drivers/video/fbdev/core/
A Dfbcon.c2269 static int fbcon_get_font(struct vc_data *vc, struct console_font *font, unsigned int vpitch) in fbcon_get_font()
2466 static int fbcon_set_font(struct vc_data *vc, struct console_font *font, in fbcon_set_font()
2539 static int fbcon_set_def_font(struct vc_data *vc, struct console_font *font, char *name) in fbcon_set_def_font()
/linux-6.3-rc2/drivers/tty/vt/
A Dvt.c4543 struct console_font font; in con_font_get()
4590 struct console_font font; in con_font_set()
4634 struct console_font font = {.width = op->width, .height = op->height}; in con_font_default()

Completed in 40 milliseconds