Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dselection.h23 extern void mouse_report(struct tty_struct * tty, int butt, int mrx, int mry);
/linux-4.1.27/drivers/tty/vt/
Dselection.c194 mouse_report(tty, sel_mode & TIOCL_SELBUTTONMASK, xs, ys); in set_selection()
Dvt.c1451 void mouse_report(struct tty_struct *tty, int butt, int mrx, int mry) in mouse_report() function