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:UIST_CREATED
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/input/misc/
H
A
D
uinput.c
37
enum uinput_state { UIST_NEW_DEVICE, UIST_SETUP_COMPLETE,
UIST_CREATED
};
enumerator
154
if (udev->state !=
UIST_CREATED
) {
in uinput_request_send()
296
if (old_state ==
UIST_CREATED
) {
in uinput_destroy_device()
368
udev->state =
UIST_CREATED
;
in uinput_create_device()
466
if (udev->state ==
UIST_CREATED
)
in uinput_dev_setup()
498
if (udev->state ==
UIST_CREATED
)
in uinput_abs_setup()
626
retval = udev->state ==
UIST_CREATED
?
in uinput_write()
685
if (udev->state !=
UIST_CREATED
)
in uinput_read()
701
udev->state !=
UIST_CREATED
);
in uinput_read()
820
if (udev->state ==
UIST_CREATED
) \
[all...]
/kernel/linux/linux-6.6/drivers/input/misc/
H
A
D
uinput.c
38
enum uinput_state { UIST_NEW_DEVICE, UIST_SETUP_COMPLETE,
UIST_CREATED
};
enumerator
155
if (udev->state !=
UIST_CREATED
) {
in uinput_request_send()
297
if (old_state ==
UIST_CREATED
) {
in uinput_destroy_device()
369
udev->state =
UIST_CREATED
;
in uinput_create_device()
453
if (udev->state ==
UIST_CREATED
)
in uinput_dev_setup()
485
if (udev->state ==
UIST_CREATED
)
in uinput_abs_setup()
646
retval = udev->state ==
UIST_CREATED
?
in uinput_write()
705
if (udev->state !=
UIST_CREATED
)
in uinput_read()
721
udev->state !=
UIST_CREATED
);
in uinput_read()
840
if (udev->state ==
UIST_CREATED
) \
[all...]
Completed in 4 milliseconds