Searched refs:screen_pos (Results 1 – 2 of 2) sorted by relevance
/drivers/tty/vt/ |
D | vc_screen.c | 284 org = screen_pos(vc, p, viewed); in vcs_read() 290 org = screen_pos(vc, p, viewed); in vcs_read() 337 org = screen_pos(vc, p, viewed); in vcs_read() 350 org = screen_pos(vc, p, viewed); in vcs_read() 479 org0 = org = screen_pos(vc, p, viewed); in vcs_write() 491 org = screen_pos(vc, p, viewed); in vcs_write() 511 org0 = org = screen_pos(vc, p/2, viewed); in vcs_write() 527 org = screen_pos(vc, p/2, viewed); in vcs_write() 542 org = screen_pos(vc, p, viewed); in vcs_write()
|
D | vt.c | 4245 unsigned short *screen_pos(struct vc_data *vc, int w_offset, int viewed) in screen_pos() function
|