Searched refs:input_dev (Results 1 - 2 of 2) sorted by relevance
/third_party/FreeBSD/sys/dev/usb/input/ |
H A D | uhid.c | 85 InputDevice *input_dev; member 165 void report_event(InputDevice *input_dev, uint32_t type, uint32_t code, int32_t value) in report_event() argument 167 DPRINTF("%s type = %u, code = %u, value = %d\n", input_dev->devName, type, code, value); in report_event() 169 PushOnePackage(input_dev, type, code, value); in report_event() 171 PushOnePackage(input_dev, type, code, value); in report_event() 175 void mouse_report_events(InputDevice *input_dev, void *buffer, int len) in mouse_report_events() argument 183 report_event(input_dev, EV_KEY, BTN_LEFT, BTN_LEFT_VALUE((unsigned char)buf[0])); in mouse_report_events() 184 report_event(input_dev, EV_KEY, BTN_RIGHT, BTN_RIGHT_VALUE((unsigned char)buf[0])); in mouse_report_events() 185 report_event(input_dev, EV_KEY, BTN_MIDDLE, BTN_MIDDLE_VALUE((unsigned char)buf[0])); in mouse_report_events() 186 report_event(input_dev, EV_RE in mouse_report_events() [all...] |
/third_party/ltp/testcases/kernel/device-drivers/usb/tusb/ |
H A D | tusb.c | 103 struct input_dev dev;
|
Completed in 2 milliseconds