Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Dconsole.h110 int (*con_font_get)(struct vc_data *vc, struct console_font *font, member
/linux-6.12.1/drivers/tty/vt/
Dvt.c4718 static int con_font_get(struct vc_data *vc, struct console_font_op *op) in con_font_get() function
4738 else if (vc->vc_sw->con_font_get) in con_font_get()
4739 rc = vc->vc_sw->con_font_get(vc, &font, vpitch); in con_font_get()
4854 return con_font_get(vc, op); in con_font_op()
/linux-6.12.1/drivers/video/console/
Dvgacon.c1205 .con_font_get = vgacon_font_get,
/linux-6.12.1/drivers/video/fbdev/core/
Dfbcon.c3151 .con_font_get = fbcon_get_font,