Searched refs:con_font_get (Results 1 – 3 of 3) sorted by relevance
4818 static int con_font_get(struct vc_data *vc, struct console_font_op *op) in con_font_get() function4838 if (!vc->vc_sw->con_font_get) in con_font_get()4841 int ret = vc->vc_sw->con_font_get(vc, &font, vpitch); in con_font_get()4943 return con_font_get(vc, op); in con_font_op()
1205 .con_font_get = vgacon_font_get,
3185 .con_font_get = fbcon_get_font,