Searched defs:input_dev (Results 1 – 2 of 2) sorted by relevance
| /system/bpf/include/vmlinux/android15_6.6/arm64/ |
| D | vmlinux.h | 74186 struct input_dev { struct 74205 int (*setkeycode)(struct input_dev *, const struct input_keymap_entry *, unsigned int *); argument 74206 int (*getkeycode)(struct input_dev *, struct input_keymap_entry *); argument 74208 struct input_dev_poller *poller; argument 74218 int (*open)(struct input_dev *); argument 74219 void (*close)(struct input_dev *); argument 74220 int (*flush)(struct input_dev *, struct file *); argument 74221 int (*event)(struct input_dev *, unsigned int, unsigned int, int); argument 74222 struct input_handle __attribute__((btf_type_tag("rcu"))) *grab; 74223 spinlock_t event_lock; [all …]
|
| /system/bpf/include/vmlinux/android15_6.6/x86_64/ |
| D | vmlinux.h | 82316 struct input_dev { struct 82335 int (*setkeycode)(struct input_dev *, const struct input_keymap_entry *, unsigned int *); argument 82336 int (*getkeycode)(struct input_dev *, struct input_keymap_entry *); argument 82338 struct input_dev_poller *poller; argument 82348 int (*open)(struct input_dev *); argument 82349 void (*close)(struct input_dev *); argument 82350 int (*flush)(struct input_dev *, struct file *); argument 82351 int (*event)(struct input_dev *, unsigned int, unsigned int, int); argument 82352 struct input_handle __attribute__((btf_type_tag("rcu"))) *grab; 82353 spinlock_t event_lock; [all …]
|