Searched refs:input_keymap_entry (Results 1 – 4 of 4) sorted by relevance
69 struct input_keymap_entry { struct84 #define EVIOCGKEYCODE_V2 _IOWR(EVDEV_IOC_MAGIC, 0x04, struct input_keymap_entry) argument86 #define EVIOCSKEYCODE_V2 _IOW(EVDEV_IOC_MAGIC, 0x04, struct input_keymap_entry)
397 struct input_keymap_entry *ke; in evdev_ioctl()496 ke = (struct input_keymap_entry *)data; in evdev_ioctl()509 ke = (struct input_keymap_entry *)data; in evdev_ioctl()
44 struct input_keymap_entry *);
512 unsigned struct_input_keymap_entry_sz = sizeof(struct input_keymap_entry);