Home
last modified time | relevance | path

Searched refs:mrx (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/linux/
H A Dselection.h25 extern void mouse_report(struct tty_struct * tty, int butt, int mrx, int mry);
/openbmc/linux/drivers/tty/vt/
H A Dvt.c1819 void mouse_report(struct tty_struct *tty, int butt, int mrx, int mry) in mouse_report() argument
1825 (char)('!' + mrx), (char)('!' + mry)); in mouse_report()