Searched refs:screen_pos (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/tty/vt/ |
D | vc_screen.c | 269 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()
|
D | vt.c | 4215 unsigned short *screen_pos(struct vc_data *vc, int w_offset, int viewed) in screen_pos() function
|
/linux-4.1.27/include/linux/ |
D | selection.h | 32 extern unsigned short *screen_pos(struct vc_data *vc, int w_offset, int viewed);
|