Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/dev/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.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()
HDevdev.h44 struct input_keymap_entry *);
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
HDsanitizer_platform_limits_posix.cpp512 unsigned struct_input_keymap_entry_sz = sizeof(struct input_keymap_entry);