Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dselection.h24 void mouse_report(struct tty_struct *tty, int butt, int mrx, int mry);
/linux/drivers/tty/vt/
H A Dselection.c358 mouse_report(tty, v->sel_mode & TIOCL_SELBUTTONMASK, v->xs, in vc_selection()
H A Dvt.c1888 void mouse_report(struct tty_struct *tty, int butt, int mrx, int mry) in mouse_report() function