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:SW_TIMEOUT
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/input/joystick/
H
A
D
sidewinder.c
37
#define
SW_TIMEOUT
6 /* Wait for everything to settle [6 ms] */
macro
126
timeout = id ? gameport_time(gameport,
SW_TIMEOUT
* 1000) : 0; /* Set up global timeout for ID packet */
in sw_read_packet()
235
t = gameport_time(gameport,
SW_TIMEOUT
* 1000);
in sw_init_digital()
470
mdelay(3 *
SW_TIMEOUT
);
in sw_read()
474
mdelay(
SW_TIMEOUT
);
in sw_read()
476
mdelay(
SW_TIMEOUT
);
in sw_read()
603
msleep(
SW_TIMEOUT
);
in sw_connect()
608
msleep(
SW_TIMEOUT
);
in sw_connect()
610
msleep(
SW_TIMEOUT
);
in sw_connect()
623
msleep(
SW_TIMEOUT
);
in sw_connect()
[all...]
/kernel/linux/linux-6.6/drivers/input/joystick/
H
A
D
sidewinder.c
34
#define
SW_TIMEOUT
6 /* Wait for everything to settle [6 ms] */
macro
123
timeout = id ? gameport_time(gameport,
SW_TIMEOUT
* 1000) : 0; /* Set up global timeout for ID packet */
in sw_read_packet()
232
t = gameport_time(gameport,
SW_TIMEOUT
* 1000);
in sw_init_digital()
467
mdelay(3 *
SW_TIMEOUT
);
in sw_read()
471
mdelay(
SW_TIMEOUT
);
in sw_read()
473
mdelay(
SW_TIMEOUT
);
in sw_read()
600
msleep(
SW_TIMEOUT
);
in sw_connect()
605
msleep(
SW_TIMEOUT
);
in sw_connect()
607
msleep(
SW_TIMEOUT
);
in sw_connect()
620
msleep(
SW_TIMEOUT
);
in sw_connect()
[all...]
Completed in 2 milliseconds