Home
last modified time | relevance | path

Searched refs:vc_size_row (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/tty/vt/
A Dselection.c214 if (!((i + 2) % vc->vc_size_row)) { in vc_selection_store_chars()
247 if (!(ps % vc->vc_size_row)) in vc_do_selection()
257 if (!((pe + 2) % vc->vc_size_row)) in vc_do_selection()
262 new_sel_start = rounddown(ps, vc->vc_size_row); in vc_do_selection()
263 new_sel_end = rounddown(pe, vc->vc_size_row) + in vc_do_selection()
264 vc->vc_size_row - 2; in vc_do_selection()
278 !atedge(new_sel_end, vc->vc_size_row) && in vc_do_selection()
282 atedge(pe, vc->vc_size_row)) in vc_do_selection()
340 ps = v->ys * vc->vc_size_row + (v->xs << 1); in vc_selection()
341 pe = v->ye * vc->vc_size_row + (v->xe << 1); in vc_selection()
A Dvt.c551 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()
640 scr_memmovew(d, s, (b - t - nr) * vc->vc_size_row); in con_scroll()
1078 vc->vc_size_row = vc->vc_cols << 1; in visual_init()
1260 old_row_size = vc->vc_size_row; in vc_do_resize()
1271 vc->vc_size_row = new_row_size; in vc_do_resize()
1510 vc->vc_pos += vc->vc_size_row; in lf()
1525 vc->vc_pos -= vc->vc_size_row; in ri()
3457 vc->vc_size_row = cols << 1; in vc_init()
4797 int margin = c->vc_size_row * 4; in vc_scrolldelta_helper()
[all …]
/linux/drivers/accessibility/speakup/
A Dmain.c798 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()
890 start = vc->vc_origin + ((spk_y) * vc->vc_size_row); 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()
959 start = vc->vc_origin + (win_top * vc->vc_size_row); in speakup_win_say()
965 start += vc->vc_size_row; in speakup_win_say()
[all …]
/linux/drivers/video/console/
A Dnewport_con.c606 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()
A Dvgacon.c1160 delta = lines * c->vc_size_row; in vgacon_scroll()
/linux/drivers/video/fbdev/core/
A Dfbcon.c586 vc->vc_size_row * rows); in fbcon_prepare_logo()
617 vc->vc_pos += lines * vc->vc_size_row; in fbcon_prepare_logo()
622 vc->vc_size_row * logo_lines); in fbcon_prepare_logo()
631 vc->vc_size_row * in fbcon_prepare_logo()
1442 s -= vc->vc_size_row; in fbcon_redraw()
1443 d -= vc->vc_size_row; in fbcon_redraw()
1473 vc->vc_size_row * in fbcon_scroll()
1476 vc->vc_size_row * count); in fbcon_scroll()
1486 vc->vc_size_row * in fbcon_scroll()
1489 vc->vc_size_row * count); in fbcon_scroll()
[all …]
/linux/include/linux/
A Dconsole_struct.h102 unsigned int vc_size_row; /* Bytes per row */ member
/linux/drivers/accessibility/braille/
A Dbraille_console.c133 2 * (vc_x + i) + vc_y * vc->vc_size_row); in vc_refresh()
/linux/drivers/usb/misc/sisusbvga/
A Dsisusb_con.c818 unsigned int delta = lines * c->vc_size_row; in sisusbcon_scroll()

Completed in 27 milliseconds