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:eccinfo
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/include/linux/mtd/
H
A
D
spinand.h
296
* @
eccinfo
: on-die ECC info
313
struct spinand_ecc_info
eccinfo
;
member
338
.
eccinfo
= { \
378
* @
eccinfo
: on-die ECC information
408
struct spinand_ecc_info
eccinfo
;
member
/kernel/linux/linux-6.6/include/linux/mtd/
H
A
D
spinand.h
331
* @
eccinfo
: on-die ECC info
348
struct spinand_ecc_info
eccinfo
;
member
373
.
eccinfo
= { \
415
* @
eccinfo
: on-die ECC information
445
struct spinand_ecc_info
eccinfo
;
member
/kernel/linux/linux-5.10/drivers/mtd/nand/spi/
H
A
D
core.c
409
if (spinand->
eccinfo
.get_status)
in spinand_check_ecc_status()
410
return spinand->
eccinfo
.get_status(spinand, status);
in spinand_check_ecc_status()
495
if (ops->mode != MTD_OPS_RAW && spinand->
eccinfo
.ooblayout)
in spinand_mtd_read()
906
spinand->
eccinfo
= table[i].
eccinfo
;
in spinand_match_and_init()
1081
if (spinand->
eccinfo
.ooblayout)
in spinand_init()
1082
mtd_set_ooblayout(mtd, spinand->
eccinfo
.ooblayout);
in spinand_init()
/kernel/linux/linux-6.6/drivers/mtd/nand/spi/
H
A
D
core.c
207
if (spinand->
eccinfo
.get_status)
in spinand_check_ecc_status()
208
return spinand->
eccinfo
.get_status(spinand, status);
in spinand_check_ecc_status()
272
if (spinand->
eccinfo
.ooblayout)
in spinand_ondie_ecc_init_ctx()
273
mtd_set_ooblayout(mtd, spinand->
eccinfo
.ooblayout);
in spinand_ondie_ecc_init_ctx()
645
if (ops->mode == MTD_OPS_RAW || !spinand->
eccinfo
.ooblayout)
in spinand_mtd_read()
1093
spinand->
eccinfo
= table[i].
eccinfo
;
in spinand_match_and_init()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/swsmu/smu13/
H
A
D
aldebaran_ppt.c
1839
struct umc_ecc_info *
eccinfo
= (struct umc_ecc_info *)table;
in aldebaran_get_ecc_info()
local
1859
ecc_info_per_channel = &(
eccinfo
->ecc[i]);
in aldebaran_get_ecc_info()
1871
ecc_info_per_channel = &(
eccinfo
->ecc[i]);
in aldebaran_get_ecc_info()
1883
eccinfo
->record_ce_addr_supported = 1;
in aldebaran_get_ecc_info()
H
A
D
smu_v13_0_0_ppt.c
2551
struct umc_ecc_info *
eccinfo
= (struct umc_ecc_info *)table;
in smu_v13_0_0_get_ecc_info()
local
2570
ecc_info_per_channel = &(
eccinfo
->ecc[i]);
in smu_v13_0_0_get_ecc_info()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/swsmu/smu11/
H
A
D
sienna_cichlid_ppt.c
4076
struct umc_ecc_info *
eccinfo
= (struct umc_ecc_info *)table;
in sienna_cichlid_get_ecc_info()
local
4095
ecc_info_per_channel = &(
eccinfo
->ecc[i]);
in sienna_cichlid_get_ecc_info()
Completed in 16 milliseconds