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:RETRIES
(Results
1 - 17
of
17
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/pci/bt8xx/
H
A
D
dst_ca.h
12
#define
RETRIES
5
macro
H
A
D
dst_ca.c
110
while (dst_ca_comm_err <
RETRIES
) {
in dst_put_ci()
120
if(dst_ca_comm_err ==
RETRIES
)
in dst_put_ci()
/kernel/linux/linux-6.6/drivers/media/pci/bt8xx/
H
A
D
dst_ca.h
12
#define
RETRIES
5
macro
H
A
D
dst_ca.c
110
while (dst_ca_comm_err <
RETRIES
) {
in dst_put_ci()
120
if(dst_ca_comm_err ==
RETRIES
)
in dst_put_ci()
/kernel/linux/linux-5.10/drivers/net/dsa/sja1105/
H
A
D
sja1105_spi.c
338
#define
RETRIES
10
macro
347
int rc, retries =
RETRIES
;
in sja1105_static_config_upload()
427
} else if (retries !=
RETRIES
) {
in sja1105_static_config_upload()
428
dev_info(dev, "Succeeded after %d tried\n",
RETRIES
- retries);
in sja1105_static_config_upload()
/kernel/linux/linux-5.10/drivers/mtd/tests/
H
A
D
torturetest.c
26
#define
RETRIES
3
macro
123
if (retries++ <
RETRIES
) {
in check_eraseblock()
131
"give-up\n",
RETRIES
);
in check_eraseblock()
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/
H
A
D
vmwgfx_msg.c
46
#define
RETRIES
3
macro
266
while (retries <
RETRIES
) {
in vmw_send_msg()
324
while (retries <
RETRIES
) {
in vmw_recv_msg()
/kernel/linux/linux-6.6/drivers/mtd/tests/
H
A
D
torturetest.c
26
#define
RETRIES
3
macro
123
if (retries++ <
RETRIES
) {
in check_eraseblock()
131
"give-up\n",
RETRIES
);
in check_eraseblock()
/kernel/linux/linux-6.6/drivers/net/dsa/sja1105/
H
A
D
sja1105_spi.c
313
#define
RETRIES
10
macro
322
int rc, retries =
RETRIES
;
in sja1105_static_config_upload()
402
} else if (retries !=
RETRIES
) {
in sja1105_static_config_upload()
403
dev_info(dev, "Succeeded after %d tried\n",
RETRIES
- retries);
in sja1105_static_config_upload()
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H
A
D
bcdc.c
84
#define
RETRIES
2 /* # of retries to retrieve matching dcmd response */
macro
184
if ((id < bcdc->reqid) && (++retries <
RETRIES
))
in brcmf_proto_bcdc_query_dcmd()
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H
A
D
bcdc.c
84
#define
RETRIES
2 /* # of retries to retrieve matching dcmd response */
macro
186
if ((id < bcdc->reqid) && (++retries <
RETRIES
))
in brcmf_proto_bcdc_query_dcmd()
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/
H
A
D
vmwgfx_msg.c
49
#define
RETRIES
3
macro
283
while (retries <
RETRIES
) {
in vmw_send_msg()
341
while (retries <
RETRIES
) {
in vmw_recv_msg()
/kernel/linux/linux-5.10/drivers/staging/comedi/drivers/
H
A
D
usbdux.c
150
#define
RETRIES
10
macro
616
for (i = 0; i <
RETRIES
; i++) {
in receive_dux_commands()
H
A
D
usbduxsigma.c
114
#define
RETRIES
10
macro
575
for (i = 0; i <
RETRIES
; i++) {
in usbduxsigma_receive_cmd()
/kernel/linux/linux-6.6/drivers/comedi/drivers/
H
A
D
usbdux.c
149
#define
RETRIES
10
macro
615
for (i = 0; i <
RETRIES
; i++) {
in receive_dux_commands()
H
A
D
usbduxsigma.c
113
#define
RETRIES
10
macro
574
for (i = 0; i <
RETRIES
; i++) {
in usbduxsigma_receive_cmd()
/kernel/linux/linux-6.6/include/linux/
H
A
D
scmi_protocol.h
436
RETRIES
= 0x48,
enumerator
Completed in 20 milliseconds