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:is_mp
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/input/mouse/
H
A
D
alps.c
638
f->
is_mp
= !!(p[0] & 0x40);
in alps_decode_pinnacle()
640
if (f->
is_mp
) {
in alps_decode_pinnacle()
664
f->
is_mp
= !!(p[5] & 0x40);
in alps_decode_rushmore()
666
if (f->
is_mp
) {
in alps_decode_rushmore()
695
f->
is_mp
= !!(p[0] & 0x20);
in alps_decode_dolphin()
697
if (!f->
is_mp
) {
in alps_decode_dolphin()
750
if (f->
is_mp
) {
in alps_process_touchpad_packet_v3_v5()
772
if (f->
is_mp
)
in alps_process_touchpad_packet_v3_v5()
1200
f->
is_mp
= 0;
in alps_decode_ss4_v2()
1233
f->
is_mp
in alps_decode_ss4_v2()
[all...]
H
A
D
alps.h
224
* @
is_mp
: Packet is part of a multi-packet report.
242
unsigned int
is_mp
:1;
member
/kernel/linux/linux-6.6/drivers/input/mouse/
H
A
D
alps.c
638
f->
is_mp
= !!(p[0] & 0x40);
in alps_decode_pinnacle()
640
if (f->
is_mp
) {
in alps_decode_pinnacle()
664
f->
is_mp
= !!(p[5] & 0x40);
in alps_decode_rushmore()
666
if (f->
is_mp
) {
in alps_decode_rushmore()
695
f->
is_mp
= !!(p[0] & 0x20);
in alps_decode_dolphin()
697
if (!f->
is_mp
) {
in alps_decode_dolphin()
750
if (f->
is_mp
) {
in alps_process_touchpad_packet_v3_v5()
772
if (f->
is_mp
)
in alps_process_touchpad_packet_v3_v5()
1200
f->
is_mp
= 0;
in alps_decode_ss4_v2()
1233
f->
is_mp
in alps_decode_ss4_v2()
[all...]
H
A
D
alps.h
224
* @
is_mp
: Packet is part of a multi-packet report.
242
unsigned int
is_mp
:1;
member
/kernel/linux/linux-5.10/drivers/hid/
H
A
D
hid-wiimote-core.c
1310
bool
is_mp
;
in handler_ext()
local
1339
is_mp
= payload[5] & 0x02;
in handler_ext()
1341
is_mp
= false;
in handler_ext()
1345
if (!(wdata->state.flags & WIIPROTO_FLAG_EXT_ACTIVE) && !
is_mp
)
in handler_ext()
1350
if (
is_mp
&& ops->in_mp) {
in handler_ext()
1353
} else if (!
is_mp
&& valid_ext_handler(ops, len)) {
in handler_ext()
1360
if (
is_mp
&& ops->in_mp) {
in handler_ext()
1363
} else if (!
is_mp
&& valid_ext_handler(ops, len)) {
in handler_ext()
1372
if (
is_mp
&& ops->in_mp) {
in handler_ext()
1375
} else if (!
is_mp
in handler_ext()
[all...]
/kernel/linux/linux-6.6/drivers/hid/
H
A
D
hid-wiimote-core.c
1315
bool
is_mp
;
in handler_ext()
local
1344
is_mp
= payload[5] & 0x02;
in handler_ext()
1346
is_mp
= false;
in handler_ext()
1350
if (!(wdata->state.flags & WIIPROTO_FLAG_EXT_ACTIVE) && !
is_mp
)
in handler_ext()
1355
if (
is_mp
&& ops->in_mp) {
in handler_ext()
1358
} else if (!
is_mp
&& valid_ext_handler(ops, len)) {
in handler_ext()
1365
if (
is_mp
&& ops->in_mp) {
in handler_ext()
1368
} else if (!
is_mp
&& valid_ext_handler(ops, len)) {
in handler_ext()
1377
if (
is_mp
&& ops->in_mp) {
in handler_ext()
1380
} else if (!
is_mp
in handler_ext()
[all...]
Completed in 10 milliseconds