Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Duinput.h138 #define UI_SET_KEYBIT _IOW(UINPUT_IOCTL_BASE, 101, int) macro
/openbmc/linux/Documentation/input/
H A Duinput.rst74 ioctl(fd, UI_SET_KEYBIT, KEY_SPACE);
133 ioctl(fd, UI_SET_KEYBIT, BTN_LEFT);
211 ioctl(fd, UI_SET_KEYBIT, KEY_SPACE);
/openbmc/linux/drivers/input/misc/
H A Duinput.c935 case UI_SET_KEYBIT: in uinput_ioctl_handler()
/openbmc/openbmc/poky/meta/recipes-devtools/rust/files/
H A Drv32-missing-syscalls.patch307 +pub const UI_SET_KEYBIT: u32 = 1074025829;