Searched refs:con_invert_region (Results 1 – 5 of 5) sorted by relevance
119 void (*con_invert_region)(struct vc_data *vc, u16 *p, int count); member
362 .con_invert_region = sticon_invert_region,
1212 .con_invert_region = vgacon_invert_region,
741 if (vc->vc_sw->con_invert_region) { in invert_screen()742 vc->vc_sw->con_invert_region(vc, p, count); in invert_screen()
3183 .con_invert_region = fbcon_invert_region,