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:PS2_FLAG_CMD
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/drivers/input/serio/
H
A
D
libps2.c
132
ps2dev->flags =
PS2_FLAG_CMD
;
in ps2_drain()
137
!(ps2dev->flags &
PS2_FLAG_CMD
),
in ps2_drain()
292
!(ps2dev->flags &
PS2_FLAG_CMD
), timeout);
in __ps2_command()
441
ps2dev->flags |=
PS2_FLAG_CMD
| PS2_FLAG_CMD1;
in ps2_handle_ack()
472
ps2dev->flags &= ~
PS2_FLAG_CMD
;
in ps2_handle_response()
485
if (ps2dev->flags & (PS2_FLAG_ACK |
PS2_FLAG_CMD
))
in ps2_cmd_aborted()
/kernel/linux/linux-6.6/drivers/input/serio/
H
A
D
libps2.c
37
#define
PS2_FLAG_CMD
BIT(1) /* Waiting for a command to finish */
macro
166
ps2dev->flags =
PS2_FLAG_CMD
;
in ps2_drain()
171
!(ps2dev->flags &
PS2_FLAG_CMD
),
in ps2_drain()
312
ps2dev->flags |=
PS2_FLAG_CMD
| PS2_FLAG_CMD1;
in __ps2_command()
350
!(ps2dev->flags &
PS2_FLAG_CMD
), timeout);
in __ps2_command()
491
ps2dev->flags &= ~
PS2_FLAG_CMD
;
in ps2_handle_response()
579
if (old_flags & (PS2_FLAG_ACK |
PS2_FLAG_CMD
))
in ps2_cleanup()
610
else if (ps2dev->flags &
PS2_FLAG_CMD
)
in ps2_interrupt()
/kernel/linux/linux-5.10/include/linux/
H
A
D
libps2.h
27
#define
PS2_FLAG_CMD
BIT(1) /* Waiting for a command to finish */
macro
/kernel/linux/linux-5.10/drivers/input/keyboard/
H
A
D
atkbd.c
437
if (unlikely(atkbd->ps2dev.flags &
PS2_FLAG_CMD
))
in atkbd_interrupt()
/kernel/linux/linux-5.10/drivers/input/mouse/
H
A
D
psmouse-base.c
368
if (unlikely(psmouse->ps2dev.flags &
PS2_FLAG_CMD
))
in psmouse_interrupt()
Completed in 7 milliseconds