Lines Matching full:viewed

4  * /dev/vcs: the screen as it is being viewed right now (possibly scrolled)
179 * @viewed: returns whether this console is currently foreground (viewed)
183 static struct vc_data *vcs_vc(struct inode *inode, bool *viewed) in vcs_vc() argument
191 if (viewed) in vcs_vc()
192 *viewed = true; in vcs_vc()
195 if (viewed) in vcs_vc()
196 *viewed = false; in vcs_vc()
249 unsigned int pos, unsigned int count, bool viewed) in vcs_read_buf_uni() argument
265 vc_uniscr_copy_line(vc, con_buf, viewed, row, col, nr); in vcs_read_buf_uni()
277 unsigned int pos, unsigned int count, bool viewed) in vcs_read_buf_noattr() argument
282 org = screen_pos(vc, pos, viewed); in vcs_read_buf_noattr()
289 org = screen_pos(vc, pos, viewed); in vcs_read_buf_noattr()
297 unsigned int pos, unsigned int count, bool viewed, in vcs_read_buf() argument
341 org = screen_pos(vc, pos, viewed); in vcs_read_buf()
355 org = screen_pos(vc, pos, viewed); in vcs_read_buf()
374 bool viewed, attr, uni_mode; in vcs_read() local
390 vc = vcs_vc(inode, &viewed); in vcs_read()
437 viewed); in vcs_read()
442 viewed); in vcs_read()
445 viewed, &skip); in vcs_read()
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()
496 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
534 if (!viewed) in vcs_write_buf()
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()
600 bool viewed, attr; in vcs_write() local
618 vc = vcs_vc(inode, &viewed); in vcs_write()
681 viewed, &org0); in vcs_write()
684 viewed, &org0); in vcs_write()