Searched refs:UI_SET_EVBIT (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/Documentation/input/ |
H A D | uinput.rst | 73 ioctl(fd, UI_SET_EVBIT, EV_KEY); 132 ioctl(fd, UI_SET_EVBIT, EV_KEY); 135 ioctl(fd, UI_SET_EVBIT, EV_REL); 210 ioctl(fd, UI_SET_EVBIT, EV_KEY);
|
/openbmc/linux/include/uapi/linux/ |
H A D | uinput.h | 137 #define UI_SET_EVBIT _IOW(UINPUT_IOCTL_BASE, 100, int) macro
|
/openbmc/linux/drivers/input/misc/ |
H A D | uinput.c | 931 case UI_SET_EVBIT: in uinput_ioctl_handler()
|
/openbmc/openbmc/poky/meta/recipes-devtools/rust/files/ |
H A D | rv32-missing-syscalls.patch | 1156 +pub const UI_SET_EVBIT: u32 = 1074025828;
|