Home
last modified time | relevance | path

Searched defs:vc_selection (Results 1 – 1 of 1) sorted by relevance

/linux-5.19.10/drivers/tty/vt/
Dselection.c39 static struct vc_selection { struct
40 struct mutex lock;
41 struct vc_data *cons; /* must not be deallocated */
42 char *buffer;
43 unsigned int buf_len;
44 volatile int start; /* cleared by clear_selection */
45 int end;
316 static int vc_selection(struct vc_data *vc, struct tiocl_selection *v, in vc_selection() function