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:connect_retries
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/serial/
H
A
D
ipaq.c
26
static int
connect_retries
= KP_RETRIES;
variable
520
int retries =
connect_retries
;
in ipaq_open()
602
module_param(
connect_retries
, int, S_IRUGO|S_IWUSR);
603
MODULE_PARM_DESC(
connect_retries
,
/kernel/linux/linux-6.6/drivers/usb/serial/
H
A
D
ipaq.c
26
static int
connect_retries
= KP_RETRIES;
variable
520
int retries =
connect_retries
;
in ipaq_open()
602
module_param(
connect_retries
, int, 0644);
603
MODULE_PARM_DESC(
connect_retries
,
/kernel/linux/linux-5.10/drivers/staging/fwserial/
H
A
D
fwserial.h
73
* @
connect_retries
: # of connections already attempted
101
int
connect_retries
;
member
H
A
D
fwserial.c
1966
if (err == -EAGAIN && ++peer->
connect_retries
< MAX_CONNECT_RETRIES)
in fwserial_auto_connect()
/kernel/linux/linux-5.10/drivers/block/
H
A
D
skd_main.c
268
int
connect_retries
;
member
1100
skdev->
connect_retries
);
in skd_complete_internal()
1101
if (skdev->
connect_retries
<
in skd_complete_internal()
1103
skdev->
connect_retries
++;
in skd_complete_internal()
1171
skdev->
connect_retries
= 0;
in skd_complete_internal()
Completed in 11 milliseconds