Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/tty/vt/
Dvc_screen.c323 org = screen_pos(vc, p, viewed); in vcs_read()
329 org = screen_pos(vc, p, viewed); in vcs_read()
376 org = screen_pos(vc, p, viewed); in vcs_read()
389 org = screen_pos(vc, p, viewed); in vcs_read()
517 org0 = org = screen_pos(vc, p, viewed); in vcs_write()
529 org = screen_pos(vc, p, viewed); in vcs_write()
549 org0 = org = screen_pos(vc, p/2, viewed); in vcs_write()
565 org = screen_pos(vc, p/2, viewed); in vcs_write()
580 org = screen_pos(vc, p, viewed); in vcs_write()
Dvt.c4606 unsigned short *screen_pos(struct vc_data *vc, int w_offset, int viewed) in screen_pos() function
4610 EXPORT_SYMBOL_GPL(screen_pos);
/Linux-v4.19/include/linux/
Dselection.h33 extern unsigned short *screen_pos(struct vc_data *vc, int w_offset, int viewed);
/Linux-v4.19/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()