Searched refs:mouse_report (Results 1 – 4 of 4) sorted by relevance
/linux/include/linux/ |
H A D | selection.h | 24 void mouse_report(struct tty_struct *tty, int butt, int mrx, int mry);
|
/linux/drivers/hid/ |
H A D | hid-logitech-dj.c | 1702 u8 mouse_report[9]; in logi_dj_raw_event() local 1705 mouse_report[0] = REPORT_TYPE_MOUSE; in logi_dj_raw_event() 1706 memcpy(mouse_report + 1, data, size); in logi_dj_raw_event() 1707 logi_dj_recv_forward_input_report(hdev, mouse_report, in logi_dj_raw_event()
|
/linux/drivers/tty/vt/ |
H A D | selection.c | 345 mouse_report(tty, v->sel_mode & TIOCL_SELBUTTONMASK, v->xs, in vc_selection()
|
H A D | vt.c | 1849 void mouse_report(struct tty_struct *tty, int butt, int mrx, int mry) in mouse_report() function
|