Home
last modified time | relevance | path

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

/linux/drivers/tty/vt/
H A Dselection.c195 return set_selection_kernel(&v, tty); in set_selection_user()
363 int set_selection_kernel(struct tiocl_selection *v, struct tty_struct *tty) in set_selection_kernel() function
375 EXPORT_SYMBOL_GPL(set_selection_kernel);
/linux/include/linux/
H A Dselection.h20 int set_selection_kernel(struct tiocl_selection *v, struct tty_struct *tty);
/linux/drivers/accessibility/speakup/
H A Dselection.c51 set_selection_kernel(&sel, tty); in __speakup_set_selection()