Searched refs:con_font_get (Results 1 – 6 of 6) sorted by relevance
71 .con_font_get = DUMMY,
1435 .con_font_get = vgacon_font_get,
3338 .con_font_get = fbcon_get_font,
45 int (*con_font_get)(struct vc_data *, struct console_font *); member
1374 .con_font_get = sisusbcon_font_get,1422 .con_font_get = SISUSBCONDUMMY,
4021 static int con_font_get(struct vc_data *vc, struct console_font_op *op) in con_font_get() function4037 else if (vc->vc_sw->con_font_get) in con_font_get()4038 rc = vc->vc_sw->con_font_get(vc, &font); in con_font_get()4189 return con_font_get(vc, op); in con_font_op()