OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:UINPUT_IOCTL_BASE
(Results
1 - 3
of
3
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
uinput.h
54
#define
UINPUT_IOCTL_BASE
'U'
55
#define UI_DEV_CREATE _IO(
UINPUT_IOCTL_BASE
, 1)
56
#define UI_DEV_DESTROY _IO(
UINPUT_IOCTL_BASE
, 2)
58
#define UI_SET_EVBIT _IOW(
UINPUT_IOCTL_BASE
, 100, int)
59
#define UI_SET_KEYBIT _IOW(
UINPUT_IOCTL_BASE
, 101, int)
60
#define UI_SET_RELBIT _IOW(
UINPUT_IOCTL_BASE
, 102, int)
61
#define UI_SET_ABSBIT _IOW(
UINPUT_IOCTL_BASE
, 103, int)
62
#define UI_SET_MSCBIT _IOW(
UINPUT_IOCTL_BASE
, 104, int)
63
#define UI_SET_LEDBIT _IOW(
UINPUT_IOCTL_BASE
, 105, int)
64
#define UI_SET_SNDBIT _IOW(
UINPUT_IOCTL_BASE
, 106, int
[
all
...]
/bionic/libc/kernel/uapi/linux/
uinput.h
36
#define
UINPUT_IOCTL_BASE
'U'
37
#define UI_DEV_CREATE _IO(
UINPUT_IOCTL_BASE
, 1)
38
#define UI_DEV_DESTROY _IO(
UINPUT_IOCTL_BASE
, 2)
44
#define UI_DEV_SETUP _IOW(
UINPUT_IOCTL_BASE
, 3, struct uinput_setup)
49
#define UI_ABS_SETUP _IOW(
UINPUT_IOCTL_BASE
, 4, struct uinput_abs_setup)
50
#define UI_SET_EVBIT _IOW(
UINPUT_IOCTL_BASE
, 100, int)
51
#define UI_SET_KEYBIT _IOW(
UINPUT_IOCTL_BASE
, 101, int)
52
#define UI_SET_RELBIT _IOW(
UINPUT_IOCTL_BASE
, 102, int)
53
#define UI_SET_ABSBIT _IOW(
UINPUT_IOCTL_BASE
, 103, int)
54
#define UI_SET_MSCBIT _IOW(
UINPUT_IOCTL_BASE
, 104, int
[
all
...]
/external/kernel-headers/original/uapi/linux/
uinput.h
63
#define
UINPUT_IOCTL_BASE
'U'
64
#define UI_DEV_CREATE _IO(
UINPUT_IOCTL_BASE
, 1)
65
#define UI_DEV_DESTROY _IO(
UINPUT_IOCTL_BASE
, 2)
100
#define UI_DEV_SETUP _IOW(
UINPUT_IOCTL_BASE
, 3, struct uinput_setup)
135
#define UI_ABS_SETUP _IOW(
UINPUT_IOCTL_BASE
, 4, struct uinput_abs_setup)
137
#define UI_SET_EVBIT _IOW(
UINPUT_IOCTL_BASE
, 100, int)
138
#define UI_SET_KEYBIT _IOW(
UINPUT_IOCTL_BASE
, 101, int)
139
#define UI_SET_RELBIT _IOW(
UINPUT_IOCTL_BASE
, 102, int)
140
#define UI_SET_ABSBIT _IOW(
UINPUT_IOCTL_BASE
, 103, int)
141
#define UI_SET_MSCBIT _IOW(
UINPUT_IOCTL_BASE
, 104, int
[
all
...]
Completed in 252 milliseconds