Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/vt/
H A Dvc_screen.c282 org = screen_pos(vc, pos, viewed); in vcs_read_buf_noattr()
289 org = screen_pos(vc, pos, viewed); in vcs_read_buf_noattr()
341 org = screen_pos(vc, pos, viewed); in vcs_read_buf()
355 org = screen_pos(vc, pos, viewed); in vcs_read_buf()
484 *org0 = org = screen_pos(vc, pos, viewed); in vcs_write_buf_noattr()
496 org = screen_pos(vc, pos, viewed); in vcs_write_buf_noattr()
544 *org0 = org = screen_pos(vc, pos/2, viewed); in vcs_write_buf()
555 org = screen_pos(vc, pos/2, viewed); in vcs_write_buf()
572 org = screen_pos(vc, pos, viewed); in vcs_write_buf()
H A Dvt.c4716 unsigned short *screen_pos(const struct vc_data *vc, int w_offset, bool viewed) in screen_pos() function
4720 EXPORT_SYMBOL_GPL(screen_pos);
/openbmc/linux/include/linux/
H A Dselection.h36 extern unsigned short *screen_pos(const struct vc_data *vc, int w_offset,
/openbmc/linux/drivers/accessibility/speakup/
H A Dmain.c260 pos = screen_pos(vc, pos - (u16 *)vc->vc_origin, true); in get_attributes()
465 pos = screen_pos(vc, pos - (u16 *)vc->vc_origin, true); in get_char()