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

/linux-master/include/linux/
H A Dconsole.h25 struct console_font;
106 const struct console_font *font,
108 int (*con_font_get)(struct vc_data *vc, struct console_font *font,
111 struct console_font *font, const char *name);
H A Dconsole_struct.h125 struct console_font vc_font; /* Current VC font set */
/linux-master/drivers/video/console/
H A Dsticon.c156 static int sticon_set_font(struct vc_data *vc, const struct console_font *op,
249 static int sticon_font_default(struct vc_data *vc, struct console_font *op,
257 static int sticon_font_set(struct vc_data *vc, const struct console_font *font,
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,
555 static int newport_set_def_font(int unit, struct console_font *op)
567 static int newport_font_default(struct vc_data *vc, struct console_font *op,
573 static int newport_font_set(struct vc_data *vc, const struct console_font *font,
H A Dvgacon.c1042 static int vgacon_font_set(struct vc_data *c, const struct console_font *font,
1064 static int vgacon_font_get(struct vc_data *c, struct console_font *font, unsigned int vpitch)
/linux-master/include/uapi/linux/
H A Dkd.h169 struct console_font { struct
/linux-master/arch/m68k/kernel/
H A Dhead.S1413 subl %d0,L(console_font)
3379 * a1 = address of console_font pointer
3381 lea %pc@(L(console_font)),%a1
3382 movel %a0,%a1@ /* store pointer to struct fbcon_font_desc in console_font */
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)),
[all...]
/linux-master/drivers/video/fbdev/core/
H A Dfbcon.c2265 static int fbcon_get_font(struct vc_data *vc, struct console_font *font, unsigned int vpitch)
2460 static int fbcon_set_font(struct vc_data *vc, const struct console_font *font,
2533 static int fbcon_set_def_font(struct vc_data *vc, struct console_font *font,
/linux-master/drivers/tty/vt/
H A Dvt.c4710 struct console_font font;
4760 struct console_font font;
4804 struct console_font font = {.width = op->width, .height = op->height};

Completed in 134 milliseconds