Searched refs:screen_pos (Results 1 – 2 of 2) sorted by relevance
/drivers/char/ |
D | vc_screen.c | 168 org = screen_pos(vc, p, viewed); in vcs_read() 174 org = screen_pos(vc, p, viewed); in vcs_read() 221 org = screen_pos(vc, p, viewed); in vcs_read() 234 org = screen_pos(vc, p, viewed); in vcs_read() 363 org0 = org = screen_pos(vc, p, viewed); in vcs_write() 375 org = screen_pos(vc, p, viewed); in vcs_write() 395 org0 = org = screen_pos(vc, p/2, viewed); in vcs_write() 411 org = screen_pos(vc, p/2, viewed); in vcs_write() 426 org = screen_pos(vc, p, viewed); in vcs_write()
|
D | vt.c | 4042 unsigned short *screen_pos(struct vc_data *vc, int w_offset, int viewed) in screen_pos() function
|