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:poll_period
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-6.6/drivers/input/touchscreen/
H
A
D
tsc2007_core.c
160
wait_event_timeout(ts->wait, ts->stopped, ts->
poll_period
);
in tsc2007_soft_irq()
239
ts->
poll_period
= msecs_to_jiffies(val64);
in tsc2007_probe_properties()
241
ts->
poll_period
= msecs_to_jiffies(1);
in tsc2007_probe_properties()
269
ts->
poll_period
= msecs_to_jiffies(pdata->
poll_period
? : 1);
in tsc2007_probe_pdev()
H
A
D
tsc2007.h
69
unsigned long
poll_period
; /* in jiffies */
member
H
A
D
tps6507x-ts.c
271
init_data ? init_data->
poll_period
:
in tps6507x_ts_probe()
/kernel/linux/linux-5.10/drivers/input/touchscreen/
H
A
D
tsc2007_core.c
159
wait_event_timeout(ts->wait, ts->stopped, ts->
poll_period
);
in tsc2007_soft_irq()
258
ts->
poll_period
= msecs_to_jiffies(val64);
in tsc2007_probe_dt()
260
ts->
poll_period
= msecs_to_jiffies(1);
in tsc2007_probe_dt()
294
ts->
poll_period
= msecs_to_jiffies(pdata->
poll_period
? : 1);
in tsc2007_probe_pdev()
H
A
D
tsc2007.h
67
unsigned long
poll_period
; /* in jiffies */
member
H
A
D
tps6507x-ts.c
273
init_data ? init_data->
poll_period
:
in tps6507x_ts_probe()
/kernel/linux/linux-5.10/include/linux/input/
H
A
D
tps6507x-ts.h
16
int
poll_period
; /* ms */
member
/kernel/linux/linux-6.6/include/linux/input/
H
A
D
tps6507x-ts.h
16
int
poll_period
; /* ms */
member
/kernel/linux/linux-5.10/include/linux/platform_data/
H
A
D
tsc2007.h
11
unsigned long
poll_period
; /* time (in ms) between samples */
member
/kernel/linux/linux-6.6/include/linux/platform_data/
H
A
D
tsc2007.h
11
unsigned long
poll_period
; /* time (in ms) between samples */
member
/kernel/linux/linux-5.10/arch/arm/mach-davinci/
H
A
D
board-da850-evm.c
1040
.
poll_period
= 30, /* ms between touch samples */
Completed in 5 milliseconds