Searched refs:con_font_copy (Results 1 – 5 of 5) sorted by relevance
157 .con_font_copy = dummycon_font_copy,
69 int (*con_font_copy)(struct vc_data *vc, int con); member
4543 static int con_font_copy(struct vc_data *vc, struct console_font_op *op) in con_font_copy() function4552 else if (!vc->vc_sw->con_font_copy) in con_font_copy()4559 rc = vc->vc_sw->con_font_copy(vc, con); in con_font_copy()4574 return con_font_copy(vc, op); in con_font_op()
1399 .con_font_copy = sisusbdummycon_font_copy,
3411 .con_font_copy = fbcon_copy_font,