Home
last modified time | relevance | path

Searched refs:screen_pos (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/tty/vt/
Dvc_screen.c269 org = screen_pos(vc, p, viewed); in vcs_read()
275 org = screen_pos(vc, p, viewed); in vcs_read()
322 org = screen_pos(vc, p, viewed); in vcs_read()
335 org = screen_pos(vc, p, viewed); in vcs_read()
464 org0 = org = screen_pos(vc, p, viewed); in vcs_write()
476 org = screen_pos(vc, p, viewed); in vcs_write()
496 org0 = org = screen_pos(vc, p/2, viewed); in vcs_write()
512 org = screen_pos(vc, p/2, viewed); in vcs_write()
527 org = screen_pos(vc, p, viewed); in vcs_write()
Dvt.c4215 unsigned short *screen_pos(struct vc_data *vc, int w_offset, int viewed) in screen_pos() function
/linux-4.1.27/include/linux/
Dselection.h32 extern unsigned short *screen_pos(struct vc_data *vc, int w_offset, int viewed);