Lines Matching +full:console +full:- +full:size
1 /* SPDX-License-Identifier: GPL-2.0 */
6 * this really is an extension of the vc_cons structure in console.c, but
24 /* console.c */
26 int vc_allocate(unsigned int console);
27 int vc_cons_allocated(unsigned int console);
29 struct vc_data *vc_deallocate(unsigned int console);
71 return -EINVAL; in con_get_trans_old()
79 return -EINVAL; in con_get_trans_new()
94 return -EINVAL; in con_get_unimap()
150 int vt_do_kdskbmode(unsigned int console, unsigned int arg);
151 int vt_do_kdskbmeta(unsigned int console, unsigned int arg);
155 unsigned int console);
157 int vt_do_kdskled(unsigned int console, int cmd, unsigned long arg, int perm);
158 int vt_do_kdgkbmode(unsigned int console);
159 int vt_do_kdgkbmeta(unsigned int console);
160 void vt_reset_unicode(unsigned int console);
162 void vt_reset_keyboard(unsigned int console);
163 int vt_get_leds(unsigned int console, int flag);
164 int vt_get_kbd_mode_bit(unsigned int console, int bit);
165 void vt_set_kbd_mode_bit(unsigned int console, int bit);
166 void vt_clr_kbd_mode_bit(unsigned int console, int bit);
167 void vt_set_led_state(unsigned int console, int leds);
168 void vt_kbd_con_start(unsigned int console);
169 void vt_kbd_con_stop(unsigned int console);
172 unsigned int rolled_over, void *_base, unsigned int size);