Searched refs:vc_size_row (Results 1 – 9 of 9) sorted by relevance
| /Linux-v6.1/drivers/tty/vt/ |
| D | selection.c | 215 if (!((i + 2) % vc->vc_size_row)) { in vc_selection_store_chars() 248 if (!(ps % vc->vc_size_row)) in vc_do_selection() 258 if (!((pe + 2) % vc->vc_size_row)) in vc_do_selection() 263 new_sel_start = rounddown(ps, vc->vc_size_row); in vc_do_selection() 264 new_sel_end = rounddown(pe, vc->vc_size_row) + in vc_do_selection() 265 vc->vc_size_row - 2; in vc_do_selection() 279 !atedge(new_sel_end, vc->vc_size_row) && in vc_do_selection() 283 atedge(pe, vc->vc_size_row)) in vc_do_selection() 341 ps = v->ys * vc->vc_size_row + (v->xs << 1); in vc_selection() 342 pe = v->ye * vc->vc_size_row + (v->xe << 1); in vc_selection()
|
| D | vt.c | 551 int offset = row * vc->vc_size_row + col * 2; in vc_uniscr_copy_line() 563 row = (pos - vc->vc_origin) / vc->vc_size_row; in vc_uniscr_copy_line() 564 col = ((pos - vc->vc_origin) % vc->vc_size_row) / 2; in vc_uniscr_copy_line() 633 s = clear = (u16 *)(vc->vc_origin + vc->vc_size_row * t); in con_scroll() 634 d = (u16 *)(vc->vc_origin + vc->vc_size_row * (t + nr)); in con_scroll() 640 scr_memmovew(d, s, (b - t - nr) * vc->vc_size_row); in con_scroll() 641 scr_memsetw(clear, vc->vc_video_erase_char, vc->vc_size_row * nr); in con_scroll() 935 vc->vc_pos = vc->vc_origin + vc->vc_size_row * vc->state.y + in set_origin() 1078 vc->vc_size_row = vc->vc_cols << 1; in visual_init() 1079 vc->vc_screenbuf_size = vc->vc_rows * vc->vc_size_row; in visual_init() [all …]
|
| /Linux-v6.1/drivers/video/console/ |
| D | newport_con.c | 606 vc->vc_size_row * (t + lines)); in newport_scroll() 608 vc->vc_size_row * t); in newport_scroll() 622 vc->vc_size_row * (b - lines)); in newport_scroll() 641 vc->vc_size_row * (b - lines) - 2); in newport_scroll() 643 vc->vc_size_row * b - 2); in newport_scroll() 657 vc->vc_size_row * t); in newport_scroll()
|
| D | vgacon.c | 1139 delta = lines * c->vc_size_row; in vgacon_scroll()
|
| /Linux-v6.1/drivers/accessibility/speakup/ |
| D | main.c | 798 spk_pos -= vc->vc_size_row; in say_prev_line() 810 spk_pos += vc->vc_size_row; in say_next_line() 826 if (i >= vc->vc_size_row) in say_from_to() 847 u_long start = vc->vc_origin + (spk_y * vc->vc_size_row); in say_line_from_to() 890 start = vc->vc_origin + ((spk_y) * vc->vc_size_row); in get_sentence_buf() 891 end = vc->vc_origin + ((spk_y) * vc->vc_size_row) + vc->vc_cols * 2; in get_sentence_buf() 913 if (i >= vc->vc_size_row) in get_sentence_buf() 936 start += from * vc->vc_size_row; in say_screen_from_to() 939 end = vc->vc_origin + (to * vc->vc_size_row); in say_screen_from_to() 941 to = from + vc->vc_size_row; in say_screen_from_to() [all …]
|
| /Linux-v6.1/drivers/video/fbdev/core/ |
| D | fbcon.c | 166 #define advance_row(p, delta) (unsigned short *)((unsigned long)(p) + (delta) * vc->vc_size_row) 574 vc->vc_size_row * rows); in fbcon_prepare_logo() 595 scr_memcpyw(r + step, r, vc->vc_size_row); in fbcon_prepare_logo() 605 vc->vc_pos += lines * vc->vc_size_row; in fbcon_prepare_logo() 610 vc->vc_size_row * logo_lines); in fbcon_prepare_logo() 619 vc->vc_size_row * in fbcon_prepare_logo() 623 vc->vc_pos += logo_lines * vc->vc_size_row; in fbcon_prepare_logo() 1541 (vc->vc_origin + vc->vc_size_row * line); in fbcon_redraw_move() 1576 (vc->vc_origin + vc->vc_size_row * line); in fbcon_redraw_blit() 1615 s -= vc->vc_size_row; in fbcon_redraw_blit() [all …]
|
| /Linux-v6.1/include/linux/ |
| D | console_struct.h | 102 unsigned int vc_size_row; /* Bytes per row */ member
|
| /Linux-v6.1/drivers/accessibility/braille/ |
| D | braille_console.c | 133 2 * (vc_x + i) + vc_y * vc->vc_size_row); in vc_refresh()
|
| /Linux-v6.1/drivers/usb/misc/sisusbvga/ |
| D | sisusb_con.c | 818 unsigned int delta = lines * c->vc_size_row; in sisusbcon_scroll()
|