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

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-ppc/
H A Dvc_ioctl.h7 struct vc_mode { struct
37 extern int console_getmode(struct vc_mode *);
38 extern int console_setmode(struct vc_mode *, int);
42 extern struct vc_mode display_info;
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-ppc64/
H A Dvc_ioctl.h11 struct vc_mode { struct
41 extern int console_getmode(struct vc_mode *);
42 extern int console_setmode(struct vc_mode *, int);
46 extern struct vc_mode display_info;
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-ppc/
H A Dvc_ioctl.h7 struct vc_mode { struct
37 extern int console_getmode(struct vc_mode *);
38 extern int console_setmode(struct vc_mode *, int);
42 extern struct vc_mode display_info;
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-ppc64/
H A Dvc_ioctl.h11 struct vc_mode { struct
41 extern int console_getmode(struct vc_mode *);
42 extern int console_setmode(struct vc_mode *, int);
46 extern struct vc_mode display_info;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/
H A Dvt.c544 if (vt_cons[console]->vc_mode == (unsigned char) arg)
546 vt_cons[console]->vc_mode = (unsigned char) arg;
559 ucval = vt_cons[console]->vc_mode;
1053 struct vc_mode mode;
1056 sizeof(struct vc_mode));
1068 struct vc_mode mode;
1155 vt_cons[new_console]->vc_mode = KD_TEXT;
1182 old_vc_mode = vt_cons[fg_console]->vc_mode;
1195 if (old_vc_mode != vt_cons[new_console]->vc_mode)
1197 if (vt_cons[new_console]->vc_mode
[all...]
H A Dconsole_macros.h68 #define vcmode (vt_cons[currcons]->vc_mode)
H A Dconsole.c2766 if (!vt_cons[fg_console] || vt_cons[fg_console]->vc_mode == KD_GRAPHICS)
2862 if (vt_cons[currcons]->vc_mode != KD_TEXT)
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dvt_kern.h27 unsigned char vc_mode; /* KD_TEXT, ... */ member in struct:vt_struct
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dvt_kern.h27 unsigned char vc_mode; /* KD_TEXT, ... */ member in struct:vt_struct
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/video/
H A Dmacmodes.c184 struct vc_mode display_info;
206 int console_getmode(struct vc_mode *mode)
227 int console_setmode(struct vc_mode *mode, int doit)
H A Dsbusfb.c157 vt_cons[fb->vtconsole]->vc_mode = KD_TEXT;
233 vt_cons [lastconsole]->vc_mode = KD_GRAPHICS;
578 if (vt_cons[lastconsole]->vc_mode == KD_TEXT)
693 if (vt_cons[lastconsole]->vc_mode == KD_TEXT)
704 if (vt_cons[lastconsole]->vc_mode == KD_TEXT)
928 else if (vt_cons[i]->vc_mode != KD_GRAPHICS)
H A Dfbcon.c741 vt_cons[conp->vc_num]->vc_mode == KD_TEXT) {
851 if (vt_cons[unit]->vc_mode != KD_TEXT)
876 if (vt_cons[unit]->vc_mode != KD_TEXT)
1307 if (!count || vt_cons[unit]->vc_mode != KD_TEXT)
1552 if (p->dispsw->clear_margins && vt_cons[unit]->vc_mode == KD_TEXT)
1781 } else if (CON_IS_VISIBLE(p->conp) && vt_cons[unit]->vc_mode == KD_TEXT) {
2050 if (vt_cons[unit]->vc_mode != KD_TEXT || !lines)
2094 (console_blanked || vt_cons[unit]->vc_mode != KD_TEXT || !lines))
H A Digafb.c293 vt_cons[lastconsole]->vc_mode = KD_GRAPHICS;
H A Dsun3fb.c514 else if (vt_cons[i]->vc_mode != KD_GRAPHICS)
H A Dvalkyriefb.c413 extern struct vc_mode display_info;
H A Dimsttfb.c1175 extern struct vc_mode display_info;
H A Dtdfxfb.c2127 if (old_con>=0 && vt_cons[old_con]->vc_mode!=KD_GRAPHICS) {
H A Depson1356fb.c2784 if (old_con>=0 && vt_cons[old_con]->vc_mode!=KD_GRAPHICS) {
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/video/sti/
H A Dsticon.c103 if (vt_cons[unit]->vc_mode != KD_TEXT)
121 if (vt_cons[unit]->vc_mode != KD_TEXT)
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/video/aty/
H A Datyfb_base.c915 vt_cons[fb->vtconsole]->vc_mode = KD_TEXT;
1407 vt_cons[lastconsole]->vc_mode = KD_GRAPHICS;

Completed in 140 milliseconds