Home
last modified time | relevance | path

Searched refs:tiocl_selection (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/include/uapi/linux/
Dtiocl.h14 struct tiocl_selection { struct
/Linux-v4.19/include/linux/
Dselection.h20 extern int set_selection(const struct tiocl_selection __user *sel, struct tty_struct *tty);
/Linux-v4.19/drivers/tty/vt/
Dselection.c166 int set_selection(const struct tiocl_selection __user *sel, struct tty_struct *tty) in set_selection()
170 struct tiocl_selection v; in set_selection()
Dvt.c3024 ret = set_selection((struct tiocl_selection __user *)(p+1), tty); in tioclinux()