Searched refs:org0 (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/tty/vt/
H A Dvc_screen.c479 unsigned int pos, unsigned int count, bool viewed, u16 **org0)
484 *org0 = org = screen_pos(vc, pos, viewed);
519 unsigned int pos, unsigned int count, bool viewed, u16 **org0)
544 *org0 = org = screen_pos(vc, pos/2, viewed);
595 u16 *org0, *org; local
688 viewed, &org0);
691 viewed, &org0);
698 update_region(vc, (unsigned long)(org0), org - org0);
478 vcs_write_buf_noattr(struct vc_data *vc, const char *con_buf, unsigned int pos, unsigned int count, bool viewed, u16 **org0) argument
518 vcs_write_buf(struct vc_data *vc, const char *con_buf, unsigned int pos, unsigned int count, bool viewed, u16 **org0) argument

Completed in 104 milliseconds