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:conversion_data
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/input/touchscreen/
H
A
D
ad7879.c
119
u16
conversion_data
[AD7879_NR_SENSE];
member
171
x = ts->
conversion_data
[AD7879_SEQ_XPOS] & MAX_12BIT;
in ad7879_report()
172
y = ts->
conversion_data
[AD7879_SEQ_YPOS] & MAX_12BIT;
in ad7879_report()
173
z1 = ts->
conversion_data
[AD7879_SEQ_Z1] & MAX_12BIT;
in ad7879_report()
174
z2 = ts->
conversion_data
[AD7879_SEQ_Z2] & MAX_12BIT;
in ad7879_report()
251
ts->
conversion_data
, AD7879_NR_SENSE);
in ad7879_irq()
H
A
D
ad7877.c
192
u16
conversion_data
[AD7877_NR_SENSE] ____cacheline_aligned;
323
x = ts->
conversion_data
[AD7877_SEQ_XPOS] & MAX_12BIT;
in ad7877_process_data()
324
y = ts->
conversion_data
[AD7877_SEQ_YPOS] & MAX_12BIT;
in ad7877_process_data()
325
z1 = ts->
conversion_data
[AD7877_SEQ_Z1] & MAX_12BIT;
in ad7877_process_data()
326
z2 = ts->
conversion_data
[AD7877_SEQ_Z2] & MAX_12BIT;
in ad7877_process_data()
659
ts->xfer[i + 2].rx_buf = &ts->
conversion_data
[AD7877_SEQ_YPOS + i];
in ad7877_setup_ts_def_msg()
/kernel/linux/linux-6.6/drivers/input/touchscreen/
H
A
D
ad7879.c
119
u16
conversion_data
[AD7879_NR_SENSE];
member
171
x = ts->
conversion_data
[AD7879_SEQ_XPOS] & MAX_12BIT;
in ad7879_report()
172
y = ts->
conversion_data
[AD7879_SEQ_YPOS] & MAX_12BIT;
in ad7879_report()
173
z1 = ts->
conversion_data
[AD7879_SEQ_Z1] & MAX_12BIT;
in ad7879_report()
174
z2 = ts->
conversion_data
[AD7879_SEQ_Z2] & MAX_12BIT;
in ad7879_report()
251
ts->
conversion_data
, AD7879_NR_SENSE);
in ad7879_irq()
H
A
D
ad7877.c
192
u16
conversion_data
[AD7877_NR_SENSE] ____cacheline_aligned;
325
x = ts->
conversion_data
[AD7877_SEQ_XPOS] & MAX_12BIT;
in ad7877_process_data()
326
y = ts->
conversion_data
[AD7877_SEQ_YPOS] & MAX_12BIT;
in ad7877_process_data()
327
z1 = ts->
conversion_data
[AD7877_SEQ_Z1] & MAX_12BIT;
in ad7877_process_data()
328
z2 = ts->
conversion_data
[AD7877_SEQ_Z2] & MAX_12BIT;
in ad7877_process_data()
661
ts->xfer[i + 2].rx_buf = &ts->
conversion_data
[AD7877_SEQ_YPOS + i];
in ad7877_setup_ts_def_msg()
Completed in 8 milliseconds