]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blame - include/linux/vt_kern.h
UBUNTU: Ubuntu-5.15.0-39.42
[mirror_ubuntu-jammy-kernel.git] / include / linux / vt_kern.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
1da177e4
LT
2#ifndef _VT_KERN_H
3#define _VT_KERN_H
4
5/*
6 * this really is an extension of the vc_cons structure in console.c, but
7 * with information needed by the vt package
8 */
9
1da177e4
LT
10#include <linux/vt.h>
11#include <linux/kd.h>
12#include <linux/tty.h>
c831c338 13#include <linux/mutex.h>
1da177e4
LT
14#include <linux/console_struct.h>
15#include <linux/mm.h>
a29ccf6f 16#include <linux/consolemap.h>
a5eb5624 17#include <linux/notifier.h>
1da177e4 18
a10df491
JS
19void kd_mksound(unsigned int hz, unsigned int ticks);
20int kbd_rate(struct kbd_repeat *rep);
21
a8f340e3 22extern int fg_console, last_console, want_console;
1da177e4
LT
23
24/* console.c */
25
26int vc_allocate(unsigned int console);
27int vc_cons_allocated(unsigned int console);
28int vc_resize(struct vc_data *vc, unsigned int cols, unsigned int lines);
421b40a6 29struct vc_data *vc_deallocate(unsigned int console);
1da177e4
LT
30void reset_palette(struct vc_data *vc);
31void do_blank_screen(int entering_gfx);
32void do_unblank_screen(int leaving_gfx);
33void unblank_screen(void);
34void poke_blanked_console(void);
35int con_font_op(struct vc_data *vc, struct console_font_op *op);
36int con_set_cmap(unsigned char __user *cmap);
37int con_get_cmap(unsigned char __user *cmap);
1b0ec88a 38void scrollback(struct vc_data *vc);
1da177e4 39void scrollfront(struct vc_data *vc, int lines);
2a248307 40void clear_buffer_attributes(struct vc_data *vc);
1da177e4
LT
41void update_region(struct vc_data *vc, unsigned long start, int count);
42void redraw_screen(struct vc_data *vc, int is_switch);
43#define update_screen(x) redraw_screen(x, 0)
44#define switch_screen(x) redraw_screen(x, 1)
45
46struct tty_struct;
47int tioclinux(struct tty_struct *tty, unsigned long arg);
48
a29ccf6f 49#ifdef CONFIG_CONSOLE_TRANSLATIONS
1da177e4
LT
50/* consolemap.c */
51
1da177e4
LT
52struct unipair;
53
54int con_set_trans_old(unsigned char __user * table);
55int con_get_trans_old(unsigned char __user * table);
56int con_set_trans_new(unsigned short __user * table);
57int con_get_trans_new(unsigned short __user * table);
f8b0c2e6 58int con_clear_unimap(struct vc_data *vc);
1da177e4
LT
59int con_set_unimap(struct vc_data *vc, ushort ct, struct unipair __user *list);
60int con_get_unimap(struct vc_data *vc, ushort ct, ushort __user *uct, struct unipair __user *list);
61int con_set_default_unimap(struct vc_data *vc);
62void con_free_unimap(struct vc_data *vc);
1da177e4
LT
63int con_copy_unimap(struct vc_data *dst_vc, struct vc_data *src_vc);
64
a29ccf6f 65#else
75e0b946
KW
66static inline int con_set_trans_old(unsigned char __user *table)
67{
68 return 0;
69}
70static inline int con_get_trans_old(unsigned char __user *table)
71{
72 return -EINVAL;
73}
74static inline int con_set_trans_new(unsigned short __user *table)
75{
76 return 0;
77}
78static inline int con_get_trans_new(unsigned short __user *table)
79{
80 return -EINVAL;
81}
f8b0c2e6 82static inline int con_clear_unimap(struct vc_data *vc)
75e0b946
KW
83{
84 return 0;
85}
86static inline
87int con_set_unimap(struct vc_data *vc, ushort ct, struct unipair __user *list)
88{
89 return 0;
90}
91static inline
92int con_get_unimap(struct vc_data *vc, ushort ct, ushort __user *uct,
93 struct unipair __user *list)
94{
95 return -EINVAL;
96}
97static inline int con_set_default_unimap(struct vc_data *vc)
98{
99 return 0;
100}
101static inline void con_free_unimap(struct vc_data *vc)
102{
103}
104static inline void con_protect_unimap(struct vc_data *vc, int rdonly)
105{
106}
107static inline
108int con_copy_unimap(struct vc_data *dst_vc, struct vc_data *src_vc)
109{
110 return 0;
111}
a29ccf6f 112
a29ccf6f
DW
113#endif
114
1da177e4 115/* vt.c */
8b92e87d
AC
116void vt_event_post(unsigned int event, unsigned int old, unsigned int new);
117int vt_waitactive(int n);
1da177e4 118void change_console(struct vc_data *new_vc);
f3f42afb 119void reset_vc(struct vc_data *vc);
a10df491
JS
120int do_unbind_con_driver(const struct consw *csw, int first, int last,
121 int deflt);
d81ed103 122int vty_init(const struct file_operations *console_fops);
1da177e4 123
f400991b 124extern bool vt_dont_switch;
2e8ecb9d 125extern int default_utf8;
f6c06b68 126extern int global_cursor_default;
1da177e4 127
81af8d67
EB
128struct vt_spawn_console {
129 spinlock_t lock;
130 struct pid *pid;
131 int sig;
132};
133extern struct vt_spawn_console vt_spawn_con;
134
a10df491 135int vt_move_to_console(unsigned int vt, int alloc);
a5eb5624
AC
136
137/* Interfaces for VC notification of character events (for accessibility etc) */
138
139struct vt_notifier_param {
140 struct vc_data *vc; /* VC on which the update happened */
141 unsigned int c; /* Printed char */
142};
143
a10df491
JS
144int register_vt_notifier(struct notifier_block *nb);
145int unregister_vt_notifier(struct notifier_block *nb);
a5eb5624 146
a10df491 147void hide_boot_cursor(bool hide);
f6c06b68 148
247ff8e6 149/* keyboard provided interfaces */
a10df491 150int vt_do_diacrit(unsigned int cmd, void __user *up, int eperm);
3df15d6f
GKH
151int vt_do_kdskbmode(unsigned int console, unsigned int arg);
152int vt_do_kdskbmeta(unsigned int console, unsigned int arg);
a10df491
JS
153int vt_do_kbkeycode_ioctl(int cmd, struct kbkeycode __user *user_kbkc,
154 int perm);
155int vt_do_kdsk_ioctl(int cmd, struct kbentry __user *user_kbe, int perm,
3df15d6f 156 unsigned int console);
a10df491 157int vt_do_kdgkb_ioctl(int cmd, struct kbsentry __user *user_kdgkb, int perm);
3df15d6f
GKH
158int vt_do_kdskled(unsigned int console, int cmd, unsigned long arg, int perm);
159int vt_do_kdgkbmode(unsigned int console);
160int vt_do_kdgkbmeta(unsigned int console);
161void vt_reset_unicode(unsigned int console);
a10df491 162int vt_get_shift_state(void);
3df15d6f
GKH
163void vt_reset_keyboard(unsigned int console);
164int vt_get_leds(unsigned int console, int flag);
165int vt_get_kbd_mode_bit(unsigned int console, int bit);
166void vt_set_kbd_mode_bit(unsigned int console, int bit);
167void vt_clr_kbd_mode_bit(unsigned int console, int bit);
168void vt_set_led_state(unsigned int console, int leds);
169void vt_kbd_con_start(unsigned int console);
170void vt_kbd_con_stop(unsigned int console);
079c9534 171
35cc56f9
JS
172void vc_scrolldelta_helper(struct vc_data *c, int lines,
173 unsigned int rolled_over, void *_base, unsigned int size);
247ff8e6 174
1da177e4 175#endif /* _VT_KERN_H */