Searched refs:draw_x (Results 1 – 1 of 1) sorted by relevance
/drivers/tty/vt/ |
D | vt.c | 2541 unsigned long draw_to, int *draw_x) in con_flush() argument 2543 if (*draw_x < 0) in con_flush() 2547 (u16 *)draw_to - (u16 *)draw_from, vc->vc_y, *draw_x); in con_flush() 2548 *draw_x = -1; in con_flush() 2554 int c, next_c, tc, ok, n = 0, draw_x = -1; in do_con_write() local 2745 con_flush(vc, draw_from, draw_to, &draw_x); in do_con_write() 2752 &draw_x); in do_con_write() 2764 if (con_should_update(vc) && draw_x < 0) { in do_con_write() 2765 draw_x = vc->vc_x; in do_con_write() 2785 con_flush(vc, draw_from, draw_to, &draw_x); in do_con_write() [all …]
|