Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/tty/vt/
Dvc_screen.c341 org = screen_pos(vc, p, viewed); in vcs_read()
347 org = screen_pos(vc, p, viewed); in vcs_read()
395 org = screen_pos(vc, p, viewed); in vcs_read()
408 org = screen_pos(vc, p, viewed); in vcs_read()
536 org0 = org = screen_pos(vc, p, viewed); in vcs_write()
548 org = screen_pos(vc, p, viewed); in vcs_write()
568 org0 = org = screen_pos(vc, p/2, viewed); in vcs_write()
584 org = screen_pos(vc, p/2, viewed); in vcs_write()
599 org = screen_pos(vc, p, viewed); in vcs_write()
Dvt.c4641 unsigned short *screen_pos(struct vc_data *vc, int w_offset, int viewed) in screen_pos() function
4645 EXPORT_SYMBOL_GPL(screen_pos);
/Linux-v5.4/include/linux/
Dselection.h34 extern unsigned short *screen_pos(struct vc_data *vc, int w_offset, int viewed);
/Linux-v5.4/drivers/staging/speakup/
Dmain.c260 pos = screen_pos(vc, pos - (u16 *)vc->vc_origin, 1); in get_attributes()
468 pos = screen_pos(vc, pos - (u16 *)vc->vc_origin, 1); in get_char()