Searched refs:con_font_get (Results 1 – 5 of 5) sorted by relevance
62 int (*con_font_get)(struct vc_data *vc, struct console_font *font); member
4589 static int con_font_get(struct vc_data *vc, struct console_font_op *op) in con_font_get() function4605 else if (vc->vc_sw->con_font_get) in con_font_get()4606 rc = vc->vc_sw->con_font_get(vc, &font); in con_font_get()4715 return con_font_get(vc, op); in con_font_op()
1196 .con_font_get = vgacon_font_get,
1295 .con_font_get = sisusbcon_font_get,
3171 .con_font_get = fbcon_get_font,