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:sense_state
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/drivers/hid/
H
A
D
wacom_wac.h
299
bool
sense_state
;
member
H
A
D
wacom_wac.c
74
if (!wacom_wac->hid_data.
sense_state
) {
in wacom_idleprox_timeout()
2376
wacom_wac->hid_data.
sense_state
= value;
in wacom_wac_pen_event()
2409
wacom_wac->hid_data.
sense_state
= value;
in wacom_wac_pen_event()
2479
else if (wacom_wac->shared->stylus_in_proximity && !wacom_wac->hid_data.
sense_state
)
in wacom_wac_pen_event()
2500
bool sense = wacom_wac->hid_data.
sense_state
;
in wacom_wac_pen_report()
/kernel/linux/linux-6.6/drivers/hid/
H
A
D
wacom_wac.h
300
bool
sense_state
;
member
H
A
D
wacom_wac.c
69
if (!wacom_wac->hid_data.
sense_state
) {
in wacom_idleprox_timeout()
2398
wacom_wac->hid_data.
sense_state
= value;
in wacom_wac_pen_event()
2431
wacom_wac->hid_data.
sense_state
= value;
in wacom_wac_pen_event()
2509
else if (wacom_wac->shared->stylus_in_proximity && !wacom_wac->hid_data.
sense_state
)
in wacom_wac_pen_event()
2530
bool sense = wacom_wac->hid_data.
sense_state
;
in wacom_wac_pen_report()
/kernel/linux/linux-6.6/drivers/scsi/mpi3mr/
H
A
D
mpi3mr_os.c
3134
u8 scsi_state = 0, scsi_status = 0,
sense_state
= 0;
in mpi3mr_process_op_reply_desc()
local
3172
sense_state
= (scsi_state & MPI3_SCSI_STATE_SENSE_MASK);
in mpi3mr_process_op_reply_desc()
3182
if (
sense_state
== MPI3_SCSI_STATE_SENSE_BUFF_Q_EMPTY)
in mpi3mr_process_op_reply_desc()
3256
if ((
sense_state
== MPI3_SCSI_STATE_SENSE_VALID) && sense_count &&
in mpi3mr_process_op_reply_desc()
3286
if (
sense_state
== MPI3_SCSI_STATE_SENSE_VALID)
in mpi3mr_process_op_reply_desc()
3294
(
sense_state
!= MPI3_SCSI_STATE_SENSE_NOT_AVAILABLE))
in mpi3mr_process_op_reply_desc()
3306
(
sense_state
== MPI3_SCSI_STATE_SENSE_FAILED) ||
in mpi3mr_process_op_reply_desc()
3307
(
sense_state
== MPI3_SCSI_STATE_SENSE_BUFF_Q_EMPTY))
in mpi3mr_process_op_reply_desc()
Completed in 20 milliseconds