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:count_skip
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/drivers/iio/adc/
H
A
D
ti-tsc2046.c
278
int ret, i,
count_skip
= 0, max_count;
in tsc2046_adc_read_one()
local
284
count_skip
= tsc2046_adc_time_to_count(priv, ch->settling_time_us);
in tsc2046_adc_read_one()
285
max_count =
count_skip
+ ch->oversampling_ratio;
in tsc2046_adc_read_one()
335
for (i = 0; i < max_count -
count_skip
; i++) {
in tsc2046_adc_read_one()
336
val = tsc2046_adc_get_value(&rx_buf[
count_skip
+ i]);
in tsc2046_adc_read_one()
340
ret = DIV_ROUND_UP(val_normalized, max_count -
count_skip
);
in tsc2046_adc_read_one()
356
unsigned int max_count,
count_skip
;
in tsc2046_adc_group_set_layout()
local
362
count_skip
= tsc2046_adc_time_to_count(priv, ch->settling_time_us);
in tsc2046_adc_group_set_layout()
363
max_count =
count_skip
+ ch->oversampling_ratio;
in tsc2046_adc_group_set_layout()
368
cur->skip =
count_skip
;
in tsc2046_adc_group_set_layout()
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/mm/
H
A
D
run_vmtests.sh
10
count_skip
=0
198
count_skip
=$((
count_skip
+ 1 ))
360
echo "SUMMARY: PASS=${count_pass} SKIP=${
count_skip
} FAIL=${count_fail}"
/kernel/linux/linux-5.10/drivers/input/touchscreen/
H
A
D
ads7846.c
84
unsigned int
count_skip
;
member
1054
packet->
count_skip
= DIV_ROUND_UP(count, 24);
in ads7846_setup_spi_msg()
1076
max_count = packet->count + packet->
count_skip
;
in ads7846_setup_spi_msg()
1083
l->skip = packet->
count_skip
;
in ads7846_setup_spi_msg()
/kernel/linux/linux-6.6/drivers/input/touchscreen/
H
A
D
ads7846.c
81
unsigned int
count_skip
;
member
1031
packet->
count_skip
= DIV_ROUND_UP(count, 24);
in ads7846_setup_spi_msg()
1053
max_count = packet->count + packet->
count_skip
;
in ads7846_setup_spi_msg()
1060
l->skip = packet->
count_skip
;
in ads7846_setup_spi_msg()
Completed in 6 milliseconds