Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dconsole.h27 struct console_font;
108 const struct console_font *font,
110 int (*con_font_get)(struct vc_data *vc, struct console_font *font,
113 struct console_font *font, const char *name);
H A Dconsole_struct.h125 struct console_font vc_font; /* Current VC font set */
/linux/drivers/video/console/
H A Dsticon.c156 static int sticon_set_font(struct vc_data *vc, const struct console_font *op, in sticon_set_font()
249 static int sticon_font_default(struct vc_data *vc, struct console_font *op, in sticon_font_default()
257 static int sticon_font_set(struct vc_data *vc, const struct console_font *font, in sticon_font_set()
H A Dnewport_con.c50 static int newport_set_def_font(int unit, struct console_font *op);
499 static int newport_set_font(int unit, const 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, in newport_font_default()
573 static int newport_font_set(struct vc_data *vc, const struct console_font *font, in newport_font_set()
H A Dvgacon.c1042 static int vgacon_font_set(struct vc_data *c, const struct console_font *font, in vgacon_font_set()
1064 static int vgacon_font_get(struct vc_data *c, struct console_font *font, unsigned int vpitch) in vgacon_font_get()
/linux/include/uapi/linux/
H A Dkd.h169 struct console_font { struct
/linux/arch/m68k/kernel/
H A Dhead.S1413 subl %d0,L(console_font)
3381 lea %pc@(L(console_font)),%a1
3387 subl #L(console_font),%a1
3468 movel %pc@(L(console_font)),%a0
3489 movel %pc@(L(console_font)),%a0
3508 movel %pc@(L(console_font)),%a0
3532 tstl %pc@(L(console_font))
3596 movel %pc@(L(console_font)),%a0
3784 L(console_font):
/linux/drivers/video/fbdev/core/
H A Dfbcon.c2285 static int fbcon_get_font(struct vc_data *vc, struct console_font *font, unsigned int vpitch) in fbcon_get_font()
2480 static int fbcon_set_font(struct vc_data *vc, const struct console_font *font, in fbcon_set_font()
2553 static int fbcon_set_def_font(struct vc_data *vc, struct console_font *font, in fbcon_set_def_font()
/linux/drivers/tty/vt/
H A Dvt.c4720 struct console_font font; in con_font_get()
4770 struct console_font font; in con_font_set()
4814 struct console_font font = {.width = op->width, .height = op->height}; in con_font_default()