Searched refs:mouse_report (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/linux/
H A Dselection.h24 void mouse_report(struct tty_struct *tty, int butt, int mrx, int mry);
/linux-master/drivers/tty/vt/
H A Dselection.c345 mouse_report(tty, v->sel_mode & TIOCL_SELBUTTONMASK, v->xs,
H A Dvt.c1849 void mouse_report(struct tty_struct *tty, int butt, int mrx, int mry) function
/linux-master/drivers/hid/
H A Dhid-logitech-dj.c1700 u8 mouse_report[9]; local
1703 mouse_report[0] = REPORT_TYPE_MOUSE;
1704 memcpy(mouse_report + 1, data, size);
1705 logi_dj_recv_forward_input_report(hdev, mouse_report,

Completed in 196 milliseconds