Searched refs:con_clear (Results 1 – 6 of 6) sorted by relevance
151 .con_clear = dummycon_clear,
353 .con_clear = sticon_clear,
1198 .con_clear = vgacon_clear,
88 void (*con_clear)(struct vc_data *vc, unsigned int y, member
3173 .con_clear = fbcon_clear,
1615 vc->vc_sw->con_clear(vc, vc->state.y, vc->state.x, count); in csi_X()