Searched refs:org0 (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/tty/vt/ |
H A D | vc_screen.c | 479 unsigned int pos, unsigned int count, bool viewed, u16 **org0) in vcs_write_buf_noattr() argument 484 *org0 = org = screen_pos(vc, pos, viewed); in vcs_write_buf_noattr() 519 unsigned int pos, unsigned int count, bool viewed, u16 **org0) in vcs_write_buf() argument 544 *org0 = org = screen_pos(vc, pos/2, viewed); in vcs_write_buf() 595 u16 *org0, *org; in vcs_write() local 688 viewed, &org0); in vcs_write() 691 viewed, &org0); in vcs_write() 698 update_region(vc, (unsigned long)(org0), org - org0); in vcs_write()
|