Home
last modified time | relevance | path

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

/freebsd/sys/dev/evdev/
H A Dinput.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)
H A Dcdev.c397 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()
H A Devdev.h44 struct input_keymap_entry *);
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_posix.cpp512 unsigned struct_input_keymap_entry_sz = sizeof(struct input_keymap_entry);