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:read_retries
(Results
1 - 13
of
13
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/i2c/
H
A
D
ad9389b.c
64
unsigned
read_retries
;
member
828
if (state->edid.
read_retries
) {
in ad9389b_edid_handler()
829
state->edid.
read_retries
--;
in ad9389b_edid_handler()
921
state->edid.
read_retries
= EDID_MAX_RETRIES;
in ad9389b_update_monitor_present_status()
1017
__func__, EDID_MAX_RETRIES - state->edid.
read_retries
);
in ad9389b_check_edid_status()
1052
state->edid.
read_retries
= EDID_MAX_RETRIES;
in ad9389b_check_edid_status()
H
A
D
adv7511-v4l2.c
78
unsigned
read_retries
;
member
1505
if (state->edid.
read_retries
) {
in adv7511_edid_handler()
1506
state->edid.
read_retries
--;
in adv7511_edid_handler()
1601
state->edid.
read_retries
= EDID_MAX_RETRIES;
in adv7511_check_monitor_present_status()
1606
state->edid.
read_retries
= EDID_MAX_RETRIES;
in adv7511_check_monitor_present_status()
1663
__func__, EDID_MAX_RETRIES - state->edid.
read_retries
);
in adv7511_check_edid_status()
1700
state->edid.
read_retries
= EDID_MAX_RETRIES;
in adv7511_check_edid_status()
/kernel/linux/linux-6.6/drivers/media/i2c/
H
A
D
adv7511-v4l2.c
77
unsigned
read_retries
;
member
1471
if (state->edid.
read_retries
) {
in adv7511_edid_handler()
1472
state->edid.
read_retries
--;
in adv7511_edid_handler()
1567
state->edid.
read_retries
= EDID_MAX_RETRIES;
in adv7511_check_monitor_present_status()
1572
state->edid.
read_retries
= EDID_MAX_RETRIES;
in adv7511_check_monitor_present_status()
1629
__func__, EDID_MAX_RETRIES - state->edid.
read_retries
);
in adv7511_check_edid_status()
1671
state->edid.
read_retries
= EDID_MAX_RETRIES;
in adv7511_check_edid_status()
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/
H
A
D
nand_macronix.c
132
chip->
read_retries
= MACRONIX_NUM_READ_RETRY_MODES;
in macronix_nand_onfi_init()
H
A
D
nand_micron.c
86
chip->
read_retries
= micron->read_retry_options;
in micron_nand_onfi_init()
H
A
D
nand_hynix.c
341
chip->
read_retries
= nmodes;
in hynix_mlc_1xnm_rr_init()
H
A
D
nand_base.c
3087
if (retry_mode >= chip->
read_retries
)
in nand_setup_read_retry()
3219
if (retry_mode + 1 < chip->
read_retries
) {
in nand_do_read_ops()
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/
H
A
D
nand_macronix.c
142
chip->
read_retries
= MACRONIX_NUM_READ_RETRY_MODES;
in macronix_nand_onfi_init()
H
A
D
nand_micron.c
86
chip->
read_retries
= micron->read_retry_options;
in micron_nand_onfi_init()
H
A
D
nand_hynix.c
341
chip->
read_retries
= nmodes;
in hynix_mlc_1xnm_rr_init()
H
A
D
nand_base.c
3515
if (retry_mode >= chip->
read_retries
)
in nand_setup_read_retry()
3653
if (retry_mode + 1 < chip->
read_retries
) {
in nand_do_read_ops()
5169
if (chip->
read_retries
)
in rawnand_check_cont_read_support()
/kernel/linux/linux-5.10/include/linux/mtd/
H
A
D
rawnand.h
1212
* @
read_retries
: The number of read retry modes supported
1262
int
read_retries
;
member
/kernel/linux/linux-6.6/include/linux/mtd/
H
A
D
rawnand.h
1262
* @
read_retries
: The number of read retry modes supported
1319
int
read_retries
;
member
Completed in 32 milliseconds