Searched refs:con_font_copy (Results 1 – 5 of 5) sorted by relevance
164 .con_font_copy = dummycon_font_copy,
69 int (*con_font_copy)(struct vc_data *vc, int con); member
4578 static int con_font_copy(struct vc_data *vc, struct console_font_op *op) in con_font_copy() function4587 else if (!vc->vc_sw->con_font_copy) in con_font_copy()4594 rc = vc->vc_sw->con_font_copy(vc, con); in con_font_copy()4609 return con_font_copy(vc, op); in con_font_op()
1379 .con_font_copy = sisusbdummycon_font_copy,
3402 .con_font_copy = fbcon_copy_font,