Searched refs:con_font_copy (Results 1 – 4 of 4) sorted by relevance
114 .con_font_copy = dummycon_font_copy,
3355 .con_font_copy = fbcon_copy_font,
4209 static int con_font_copy(struct vc_data *vc, struct console_font_op *op) in con_font_copy() function4218 else if (!vc->vc_sw->con_font_copy) in con_font_copy()4225 rc = vc->vc_sw->con_font_copy(vc, con); in con_font_copy()4240 return con_font_copy(vc, op); in con_font_op()
1393 .con_font_copy = SISUSBCONDUMMY,