Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dselection.h24 extern void mouse_report(struct tty_struct * tty, int butt, int mrx, int mry);
/Linux-v4.19/drivers/tty/vt/
Dselection.c194 mouse_report(tty, v.sel_mode & TIOCL_SELBUTTONMASK, v.xs, v.ys); in set_selection()
Dvt.c1799 void mouse_report(struct tty_struct *tty, int butt, int mrx, int mry) in mouse_report() function