Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:EVIOCGMASK
(Results
1 - 15
of
15
) sorted by relevance
/third_party/libinput/include/linux/linux/
H
A
D
input.h
180
*
EVIOCGMASK
- Retrieve current event mask
208
#define
EVIOCGMASK
_IOR('E', 0x92, struct input_mask) /* Get event-masks */
macro
213
* This ioctl is the counterpart to
EVIOCGMASK
. Instead of receiving the
215
* type. See
EVIOCGMASK
for a description of event-masks and the
/third_party/libinput/include/linux/freebsd/
H
A
D
input.h
181
*
EVIOCGMASK
- Retrieve current event mask
209
#define
EVIOCGMASK
_IOW('E', 0x92, struct input_mask) /* Get event-masks */
macro
214
* This ioctl is the counterpart to
EVIOCGMASK
. Instead of receiving the
216
* type. See
EVIOCGMASK
for a description of event-masks and the
/third_party/libevdev/include/linux/linux/
H
A
D
input.h
188
*
EVIOCGMASK
- Retrieve current event mask
216
#define
EVIOCGMASK
_IOR('E', 0x92, struct input_mask) /* Get event-masks */
macro
221
* This ioctl is the counterpart to
EVIOCGMASK
. Instead of receiving the
223
* type. See
EVIOCGMASK
for a description of event-masks and the
/third_party/rust/crates/linux-raw-sys/gen/modules/
H
A
D
ioctl.h
971
#define
EVIOCGMASK
0x80104592ul
macro
2530
#define
EVIOCGMASK
0x80104592ul
macro
4087
#define
EVIOCGMASK
0x80104592ul
macro
5539
#define
EVIOCGMASK
0x80104592ul
macro
6986
#define
EVIOCGMASK
0x40104592ul
macro
8536
#define
EVIOCGMASK
0x40104592ul
macro
10086
#define
EVIOCGMASK
0x40104592ul
macro
11538
#define
EVIOCGMASK
0x80104592ul
macro
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H
A
D
ioctl.rs
971
pub const
EVIOCGMASK
: u32 = 2148550034;
consts
/third_party/rust/crates/linux-raw-sys/gen/ioctl/
H
A
D
list.c
1376
IOCTL_REQUEST(
EVIOCGMASK
);
in list()
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H
A
D
ioctl.rs
862
pub const
EVIOCGMASK
: u32 = 1074808210;
consts
/third_party/rust/crates/linux-raw-sys/src/mips64/
H
A
D
ioctl.rs
965
pub const
EVIOCGMASK
: u32 = 1074808210;
consts
/third_party/rust/crates/linux-raw-sys/src/powerpc/
H
A
D
ioctl.rs
862
pub const
EVIOCGMASK
: u32 = 1074808210;
consts
/third_party/rust/crates/linux-raw-sys/src/mips/
H
A
D
ioctl.rs
965
pub const
EVIOCGMASK
: u32 = 1074808210;
consts
/third_party/rust/crates/linux-raw-sys/src/arm/
H
A
D
ioctl.rs
867
pub const
EVIOCGMASK
: u32 = 2148550034;
consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H
A
D
ioctl.rs
867
pub const
EVIOCGMASK
: u32 = 2148550034;
consts
/third_party/rust/crates/linux-raw-sys/src/x32/
H
A
D
ioctl.rs
974
pub const
EVIOCGMASK
: u32 = 2148550034;
consts
/third_party/rust/crates/linux-raw-sys/src/x86_64/
H
A
D
ioctl.rs
974
pub const
EVIOCGMASK
: u32 = 2148550034;
consts
/third_party/rust/crates/linux-raw-sys/src/x86/
H
A
D
ioctl.rs
971
pub const
EVIOCGMASK
: u32 = 2148550034;
consts
Completed in 103 milliseconds