Searched defs:vc_mode (Results 1 – 4 of 4) sorted by relevance
11 struct vc_mode { struct12 int height;13 int width;14 int depth;15 int pitch;16 int mode;17 char name[32];41 extern int console_getmode(struct vc_mode *); argument
4 struct vc_mode { struct5 int height;6 int width;7 int depth;8 int pitch;9 int mode;10 char name[32];34 extern int console_getmode(struct vc_mode *); argument
27 unsigned char vc_mode; /* KD_TEXT, ... */ member
305 int vc_mode; member