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:ts_pendbc
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/iio/adc/
H
A
D
at91_adc.c
238
u16
ts_pendbc
;
member
379
reg |= AT91_ADC_PENDBC_(st->
ts_pendbc
) & AT91_ADC_PENDBC;
in at91_adc_rl_interrupt()
1026
st->
ts_pendbc
= round_up(TOUCH_PEN_DETECT_DEBOUNCE_US * adc_clk_khz /
in at91_ts_hw_init()
1029
while (st->
ts_pendbc
>> ++i)
in at91_ts_hw_init()
1031
if (abs(st->
ts_pendbc
- (1 << i)) < abs(st->
ts_pendbc
- (1 << (i - 1))))
in at91_ts_hw_init()
1032
st->
ts_pendbc
= i;
in at91_ts_hw_init()
1034
st->
ts_pendbc
= i - 1;
in at91_ts_hw_init()
1040
reg |= AT91_ADC_PENDBC_(st->
ts_pendbc
) & AT91_ADC_PENDBC;
in at91_ts_hw_init()
1068
reg |= AT91_ADC_TSMR_PENDBC_(st->
ts_pendbc
)
in at91_ts_hw_init()
[all...]
/kernel/linux/linux-6.6/drivers/iio/adc/
H
A
D
at91_adc.c
256
u16
ts_pendbc
;
member
397
reg |= AT91_ADC_PENDBC_(st->
ts_pendbc
) & AT91_ADC_PENDBC;
in at91_adc_rl_interrupt()
871
st->
ts_pendbc
= round_up(TOUCH_PEN_DETECT_DEBOUNCE_US * adc_clk_khz /
in at91_ts_hw_init()
874
while (st->
ts_pendbc
>> ++i)
in at91_ts_hw_init()
876
if (abs(st->
ts_pendbc
- (1 << i)) < abs(st->
ts_pendbc
- (1 << (i - 1))))
in at91_ts_hw_init()
877
st->
ts_pendbc
= i;
in at91_ts_hw_init()
879
st->
ts_pendbc
= i - 1;
in at91_ts_hw_init()
885
reg |= AT91_ADC_PENDBC_(st->
ts_pendbc
) & AT91_ADC_PENDBC;
in at91_ts_hw_init()
913
reg |= AT91_ADC_TSMR_PENDBC_(st->
ts_pendbc
)
in at91_ts_hw_init()
[all...]
Completed in 4 milliseconds