Searched refs:vc_pos (Results 1 – 10 of 10) sorted by relevance
1454 vc->vc_pos += vc->vc_size_row; in lf()1469 vc->vc_pos -= vc->vc_size_row; in ri()1476 vc->vc_pos -= vc->state.x << 1; in cr()1484 vc->vc_pos -= 2; in bs()2810 draw->from = vc->vc_pos; in vc_con_write_normal()2814 draw->to = vc->vc_pos + 2; in vc_con_write_normal()2817 draw->to = (vc->vc_pos += 2); in vc_con_write_normal()3053 start = (ushort *)vc->vc_pos; in vt_console_print()3071 start = (ushort *)vc->vc_pos; in vt_console_print()3083 vc->vc_pos += 2; in vt_console_print()[all …]
122 unsigned long vc_pos; /* Cursor address */ member
488 write_vga(14, (c->vc_pos - vga_vram_base) / 2); in vgacon_cursor()497 write_vga(14, (c->vc_pos - vga_vram_base) / 2); in vgacon_cursor()1169 c->vc_pos = (c->vc_pos - oldo) + c->vc_origin; in vgacon_scroll()
457 xcurs = (vc->vc_pos - vc->vc_visible_origin) / 2; in newport_cursor()
250 c = scr_readw((u16 *) vc->vc_pos); in bit_cursor()
222 c = scr_readw((u16 *) vc->vc_pos); in cw_cursor()
239 c = scr_readw((u16 *) vc->vc_pos); in ccw_cursor()
270 c = scr_readw((u16 *) vc->vc_pos); in ud_cursor()
377 c = scr_readw((u16 *) vc->vc_pos); in fb_flashcursor()605 vc->vc_pos += lines * vc->vc_size_row; in fbcon_prepare_logo()623 vc->vc_pos += logo_lines * vc->vc_size_row; in fbcon_prepare_logo()1308 int c = scr_readw((u16 *) vc->vc_pos); in fbcon_cursor()
268 spk_pos = spk_cp = vc->vc_pos; in speakup_date()1560 old_cursor_pos = vc->vc_pos; in do_handle_cursor()1583 speakup_console[vc_num]->ht.rpos[bi] = vc->vc_pos; in update_color_buffer()
Completed in 33 milliseconds