Searched refs:con_font_get (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/linux/
H A Dconsole.h60 * @con_font_get: fetch the current font on @vc of height @vpitch into @font.
108 int (*con_font_get)(struct vc_data *vc, struct console_font *font, member in struct:consw
/linux-master/drivers/video/console/
H A Dvgacon.c1205 .con_font_get = vgacon_font_get,
/linux-master/drivers/tty/vt/
H A Dvt.c4708 static int con_font_get(struct vc_data *vc, struct console_font_op *op) function
4728 else if (vc->vc_sw->con_font_get)
4729 rc = vc->vc_sw->con_font_get(vc, &font, vpitch);
4844 return con_font_get(vc, op);
/linux-master/drivers/video/fbdev/core/
H A Dfbcon.c3131 .con_font_get = fbcon_get_font,

Completed in 199 milliseconds