Searched defs:vc (Results 1 – 6 of 6) sorted by relevance
46 static inline int vc_resize(struct vc_data *vc, unsigned int cols, in vc_resize()88 static inline int con_clear_unimap(struct vc_data *vc) in con_clear_unimap()93 int con_set_unimap(struct vc_data *vc, ushort ct, struct unipair __user *list) in con_set_unimap()98 int con_get_unimap(struct vc_data *vc, ushort ct, ushort __user *uct, in con_get_unimap()103 static inline int con_set_default_unimap(struct vc_data *vc) in con_set_default_unimap()107 static inline void con_free_unimap(struct vc_data *vc) in con_free_unimap()110 static inline void con_protect_unimap(struct vc_data *vc, int rdonly) in con_protect_unimap()146 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
39 struct vc_data *vc) in set_translate()
164 struct vc { struct165 struct vc_data *d; argument172 extern struct vc vc_cons [MAX_NR_CONSOLES]; argument
150 static inline void con_debug_enter(struct vc_data *vc) { } in con_debug_enter()
326 u8 vc; member