Home
last modified time | relevance | path

Searched refs:input_keymap_entry (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/dev/misc/evdev/
HDinput.h69 struct input_keymap_entry { struct
84 #define EVIOCGKEYCODE_V2 _IOWR(EVDEV_IOC_MAGIC, 0x04, struct input_keymap_entry) argument
86 #define EVIOCSKEYCODE_V2 _IOW(EVDEV_IOC_MAGIC, 0x04, struct input_keymap_entry)
HDcdev.c353 struct input_keymap_entry *ke; in evdev_ioctl()
434 ke = (struct input_keymap_entry *)data; in evdev_ioctl()
447 ke = (struct input_keymap_entry *)data; in evdev_ioctl()
HDevdev.h46 struct input_keymap_entry *);