Searched defs:input_dev (Results 1 – 2 of 2) sorted by relevance
| /third_party/FreeBSD/sys/dev/usb/input/ |
| D | uhid.c | 87 InputDevice *input_dev; member 167 void report_event(InputDevice *input_dev, uint32_t type, uint32_t code, int32_t value) in report_event() 177 void mouse_report_events(InputDevice *input_dev, void *buffer, int len) in mouse_report_events()
|
| /third_party/libbpf/.github/actions/build-selftests/ |
| D | vmlinux.h | 65446 struct input_dev { struct 65465 int (*setkeycode)(struct input_dev *, const struct input_keymap_entry *, unsigned int *); argument 65466 int (*getkeycode)(struct input_dev *, struct input_keymap_entry *); argument 65468 struct input_dev_poller *poller; argument 65478 int (*open)(struct input_dev *); argument 65479 void (*close)(struct input_dev *); argument 65480 int (*flush)(struct input_dev *, struct file *); argument 65481 int (*event)(struct input_dev *, unsigned int, unsigned int, int); argument 65499 int (*upload)(struct input_dev *, struct ff_effect *, struct ff_effect *); argument 73365 struct input_dev *input_dev; member [all …]
|