Home
last modified time | relevance | path

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

/linux/drivers/tty/vt/
H A Dvt.c4912 static int con_font_get(struct vc_data *vc, struct console_font_op *op) in con_font_get() function
4932 if (!vc->vc_sw->con_font_get) in con_font_get()
4935 int ret = vc->vc_sw->con_font_get(vc, &font, vpitch); in con_font_get()
5037 return con_font_get(vc, op); in con_font_op()
/linux/drivers/video/console/
H A Dvgacon.c1205 .con_font_get = vgacon_font_get,