Searched defs:vc (Results 1 – 5 of 5) sorted by relevance
76 #define vc_translate(vc, c) ((vc)->vc_translate[(c) | \ argument95 static inline int con_clear_unimap(struct vc_data *vc) in con_clear_unimap()100 int con_set_unimap(struct vc_data *vc, ushort ct, struct unipair __user *list) in con_set_unimap()105 int con_get_unimap(struct vc_data *vc, ushort ct, ushort __user *uct, in con_get_unimap()110 static inline int con_set_default_unimap(struct vc_data *vc) in con_set_default_unimap()114 static inline void con_free_unimap(struct vc_data *vc) in con_free_unimap()117 static inline void con_protect_unimap(struct vc_data *vc, int rdonly) in con_protect_unimap()126 #define vc_translate(vc, c) (c) argument154 struct vc_data *vc; /* VC on which the update happened */ member
12 struct vc_data *vc; /* VC on which the keyboard press was done */ member
28 #define set_translate(m, vc) ((unsigned short *)NULL) argument
148 struct vc { struct149 struct vc_data *d; argument157 extern struct vc vc_cons [MAX_NR_CONSOLES]; argument
114 static inline int con_debug_enter(struct vc_data *vc) in con_debug_enter()