Home
last modified time | relevance | path

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

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