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_delay
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/atm/
H
A
D
speedtch.c
131
int
poll_delay
; /* milliseconds */
member
501
instance->
poll_delay
= min(2 * instance->
poll_delay
, MAX_POLL_DELAY);
in speedtch_check_status()
505
instance->
poll_delay
= max(instance->
poll_delay
/ 2, MIN_POLL_DELAY);
in speedtch_check_status()
568
if (instance->
poll_delay
< MAX_POLL_DELAY)
in speedtch_status_poll()
569
mod_timer(&instance->status_check_timer, jiffies + msecs_to_jiffies(instance->
poll_delay
));
in speedtch_status_poll()
867
instance->
poll_delay
= MIN_POLL_DELAY;
in speedtch_bind()
/kernel/linux/linux-6.6/drivers/usb/atm/
H
A
D
speedtch.c
131
int
poll_delay
; /* milliseconds */
member
501
instance->
poll_delay
= min(2 * instance->
poll_delay
, MAX_POLL_DELAY);
in speedtch_check_status()
505
instance->
poll_delay
= max(instance->
poll_delay
/ 2, MIN_POLL_DELAY);
in speedtch_check_status()
568
if (instance->
poll_delay
< MAX_POLL_DELAY)
in speedtch_status_poll()
569
mod_timer(&instance->status_check_timer, jiffies + msecs_to_jiffies(instance->
poll_delay
));
in speedtch_status_poll()
867
instance->
poll_delay
= MIN_POLL_DELAY;
in speedtch_bind()
/kernel/linux/linux-5.10/drivers/input/touchscreen/
H
A
D
wm9713.c
143
static inline void
poll_delay
(int d)
in poll_delay()
function
279
poll_delay
(delay);
in wm9713_poll_sample()
344
poll_delay
(delay);
in wm9713_poll_coord()
H
A
D
wm9712.c
143
static inline void
poll_delay
(int d)
in poll_delay()
function
269
poll_delay
(delay);
in wm9712_poll_sample()
333
poll_delay
(delay);
in wm9712_poll_coord()
H
A
D
wm9705.c
125
static inline void
poll_delay
(int d)
in poll_delay()
function
229
poll_delay
(delay);
in wm9705_poll_sample()
/kernel/linux/linux-6.6/drivers/input/touchscreen/
H
A
D
wm9713.c
143
static inline void
poll_delay
(int d)
in poll_delay()
function
279
poll_delay
(delay);
in wm9713_poll_sample()
344
poll_delay
(delay);
in wm9713_poll_coord()
H
A
D
wm9712.c
143
static inline void
poll_delay
(int d)
in poll_delay()
function
269
poll_delay
(delay);
in wm9712_poll_sample()
333
poll_delay
(delay);
in wm9712_poll_coord()
H
A
D
wm9705.c
125
static inline void
poll_delay
(int d)
in poll_delay()
function
229
poll_delay
(delay);
in wm9705_poll_sample()
Completed in 7 milliseconds