Home
last modified time | relevance | path

Searched refs:set_selection_kernel (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/drivers/tty/vt/
Dselection.c185 return set_selection_kernel(&v, tty); in set_selection_user()
353 int set_selection_kernel(struct tiocl_selection *v, struct tty_struct *tty) in set_selection_kernel() function
365 EXPORT_SYMBOL_GPL(set_selection_kernel);
/linux-5.19.10/include/linux/
Dselection.h20 extern int set_selection_kernel(struct tiocl_selection *v,
/linux-5.19.10/drivers/accessibility/speakup/
Dselection.c51 set_selection_kernel(&sel, tty); in __speakup_set_selection()