Searched refs:input_keymap_entry (Results 1 – 4 of 4) sorted by relevance
71 struct input_keymap_entry { struct86 #define EVIOCGKEYCODE_V2 _IOWR(EVDEV_IOC_MAGIC, 0x04, struct input_keymap_entry) argument88 #define EVIOCSKEYCODE_V2 _IOW(EVDEV_IOC_MAGIC, 0x04, struct input_keymap_entry)
399 struct input_keymap_entry *ke; in evdev_ioctl()498 ke = (struct input_keymap_entry *)data; in evdev_ioctl()511 ke = (struct input_keymap_entry *)data; in evdev_ioctl()
46 struct input_keymap_entry *);
463 unsigned struct_input_keymap_entry_sz = sizeof(struct input_keymap_entry);