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

/linux-master/drivers/tty/vt/
H A Dvc_screen.c4 * /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) argument
191 if (viewed)
192 *viewed = true;
195 if (viewed)
196 *viewed = false;
249 unsigned int pos, unsigned int count, bool viewed)
265 vc_uniscr_copy_line(vc, con_buf, viewed, ro
248 vcs_read_buf_uni(struct vc_data *vc, char *con_buf, unsigned int pos, unsigned int count, bool viewed) argument
276 vcs_read_buf_noattr(const struct vc_data *vc, char *con_buf, unsigned int pos, unsigned int count, bool viewed) argument
296 vcs_read_buf(const struct vc_data *vc, char *con_buf, unsigned int pos, unsigned int count, bool viewed, unsigned int *skip) argument
374 bool viewed, attr, uni_mode; local
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
600 bool viewed, attr; local
[all...]
H A Dvt.c290 bool viewed)
292 unsigned long origin = viewed ? vc->vc_visible_origin : vc->vc_origin;
528 void vc_uniscr_copy_line(const struct vc_data *vc, void *dest, bool viewed, argument
538 pos = (unsigned long)screenpos(vc, offset, viewed);
696 void invert_screen(struct vc_data *vc, int offset, int count, bool viewed) argument
703 p = screenpos(vc, offset, viewed);
4882 unsigned short *screen_pos(const struct vc_data *vc, int w_offset, bool viewed) argument
4884 return screenpos(vc, 2 * w_offset, viewed);
289 screenpos(const struct vc_data *vc, unsigned int offset, bool viewed) argument
/linux-master/include/linux/
H A Dselection.h35 unsigned short *screen_pos(const struct vc_data *vc, int w_offset, bool viewed);
39 void invert_screen(struct vc_data *vc, int offset, int count, bool viewed);
49 void vc_uniscr_copy_line(const struct vc_data *vc, void *dest, bool viewed,
/linux-master/arch/m68k/fpsp040/
H A Dbindec.S33 | value is viewed as 2^^e * 1.f in extended precision.
218 | imated by adding e + 0.f when the original value is viewed
/linux-master/arch/arm/crypto/
H A Dpoly1305-armv4.pl605 @ of the products with these values can still be viewed as sum

Completed in 118 milliseconds