Searched refs:do_update_region (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/tty/vt/ |
| H A D | vt.c | 630 static void do_update_region(struct vc_data *vc, unsigned long start, int count) in do_update_region() function 670 do_update_region(vc, start, count); in update_region() 777 do_update_region(vc, (unsigned long) p, count); in invert_screen() 825 do_update_region(vc, (unsigned long) p, in insert_char() 839 do_update_region(vc, (unsigned long) p, in delete_char() 1008 do_update_region(vc, vc->vc_origin, vc->vc_screenbuf_size / 2); in redraw_screen() 1568 do_update_region(vc, (unsigned long) start, count); in csi_J() 1604 do_update_region(vc, (unsigned long)(start + offset), count); in csi_K() 1968 do_update_region(vc, vc->vc_origin, vc->vc_screenbuf_size / 2); in leave_alt_screen() 2863 do_update_region(vc, vc->vc_origin, vc->vc_screenbuf_size / 2); in do_con_trol()
|