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:touch_st
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/iio/adc/
H
A
D
at91-sama5d2_adc.c
404
struct at91_adc_touch
touch_st
;
member
625
st->
touch_st
.sample_period_val =
in at91_adc_configure_touch()
663
st->
touch_st
.x_pos = at91_adc_touch_pos(st, AT91_SAMA5D2_XPOSR);
in at91_adc_touch_x_pos()
664
return st->
touch_st
.x_pos;
in at91_adc_touch_x_pos()
686
pres = rxp * (st->
touch_st
.x_pos * factor / 1024) *
in at91_adc_touch_pressure()
703
if (!st->
touch_st
.touching)
in at91_adc_read_position()
718
if (!st->
touch_st
.touching)
in at91_adc_read_pressure()
884
&st->
touch_st
.channels_bitmask,
in at91_adc_current_chan_is_touch()
1246
schedule_work(&st->
touch_st
.workq);
in at91_adc_touch_data_handler()
1257
AT91_SAMA5D2_TRGR_TRGPER(st->
touch_st
in at91_adc_pen_detect_interrupt()
1279
struct at91_adc_touch *
touch_st
= container_of(workq,
at91_adc_workq_handler()
local
[all...]
/kernel/linux/linux-6.6/drivers/iio/adc/
H
A
D
at91-sama5d2_adc.c
602
struct at91_adc_touch
touch_st
;
member
1005
st->
touch_st
.sample_period_val =
in at91_adc_configure_touch()
1047
st->
touch_st
.x_pos = at91_adc_touch_pos(st, st->soc_info.platform->layout->XPOSR);
in at91_adc_touch_x_pos()
1048
return st->
touch_st
.x_pos;
in at91_adc_touch_x_pos()
1070
pres = rxp * (st->
touch_st
.x_pos * factor / 1024) *
in at91_adc_touch_pressure()
1087
if (!st->
touch_st
.touching)
in at91_adc_read_position()
1102
if (!st->
touch_st
.touching)
in at91_adc_read_pressure()
1285
&st->
touch_st
.channels_bitmask,
in at91_adc_current_chan_is_touch()
1644
schedule_work(&st->
touch_st
.workq);
in at91_adc_touch_data_handler()
1654
AT91_SAMA5D2_TRGR_TRGPER(st->
touch_st
in at91_adc_pen_detect_interrupt()
1675
struct at91_adc_touch *
touch_st
= container_of(workq,
at91_adc_workq_handler()
local
[all...]
Completed in 6 milliseconds