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:f_state
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/input/rmi4/
H
A
D
rmi_f11.c
464
* @
f_state
- start of finger state registers.
476
u8 *
f_state
;
member
566
static inline u8 rmi_f11_parse_finger_state(const u8 *
f_state
, u8 n_finger)
in rmi_f11_parse_finger_state()
argument
568
return (
f_state
[n_finger / 4] >> (2 * (n_finger % 4))) &
in rmi_f11_parse_finger_state()
575
const u8 *
f_state
= f11->data.
f_state
;
in rmi_f11_finger_handler()
local
589
/* Possible of having 4 fingers per
f_state
register */
in rmi_f11_finger_handler()
590
finger_state = rmi_f11_parse_finger_state(
f_state
, i);
in rmi_f11_finger_handler()
613
finger_state = rmi_f11_parse_finger_state(
f_state
, i);
in rmi_f11_finger_handler()
679
data->
f_state
in f11_2d_construct_data()
[all...]
/kernel/linux/linux-6.6/drivers/input/rmi4/
H
A
D
rmi_f11.c
486
* @
f_state
- start of finger state registers.
498
u8 *
f_state
;
member
588
static inline u8 rmi_f11_parse_finger_state(const u8 *
f_state
, u8 n_finger)
in rmi_f11_parse_finger_state()
argument
590
return (
f_state
[n_finger / 4] >> (2 * (n_finger % 4))) &
in rmi_f11_parse_finger_state()
597
const u8 *
f_state
= f11->data.
f_state
;
in rmi_f11_finger_handler()
local
611
/* Possible of having 4 fingers per
f_state
register */
in rmi_f11_finger_handler()
612
finger_state = rmi_f11_parse_finger_state(
f_state
, i);
in rmi_f11_finger_handler()
635
finger_state = rmi_f11_parse_finger_state(
f_state
, i);
in rmi_f11_finger_handler()
701
data->
f_state
in f11_2d_construct_data()
[all...]
/kernel/linux/linux-6.6/fs/smb/server/
H
A
D
vfs_cache.c
337
if (fp->
f_state
!= FP_INITED)
in ksmbd_fp_get()
394
if (fp->
f_state
!= FP_INITED)
in ksmbd_close_fd()
397
fp->
f_state
= FP_CLOSED;
in ksmbd_close_fd()
585
fp->
f_state
= FP_NEW;
in ksmbd_open_fd()
614
fp->
f_state
= state;
in ksmbd_update_fstate()
H
A
D
vfs_cache.h
107
unsigned int
f_state
;
member
Completed in 5 milliseconds