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:eccpos
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/drivers/mtd/
H
A
D
mtdchar.c
464
u32
eccpos
;
in shrink_ecclayout()
local
474
eccpos
= oobregion.offset;
in shrink_ecclayout()
476
eccpos
< oobregion.offset + oobregion.length; i++) {
in shrink_ecclayout()
477
to->
eccpos
[i] =
eccpos
++;
in shrink_ecclayout()
510
for (i = 0; i < ARRAY_SIZE(to->
eccpos
);) {
in get_oobinfo()
511
u32
eccpos
;
in get_oobinfo()
local
521
if (oobregion.length + i > ARRAY_SIZE(to->
eccpos
))
in get_oobinfo()
524
eccpos
= oobregion.offset;
in get_oobinfo()
525
for (;
eccpos
< oobregio
in get_oobinfo()
[all...]
/kernel/linux/linux-6.6/drivers/mtd/
H
A
D
mtdchar.c
456
u32
eccpos
;
in shrink_ecclayout()
local
466
eccpos
= oobregion.offset;
in shrink_ecclayout()
468
eccpos
< oobregion.offset + oobregion.length; i++) {
in shrink_ecclayout()
469
to->
eccpos
[i] =
eccpos
++;
in shrink_ecclayout()
502
for (i = 0; i < ARRAY_SIZE(to->
eccpos
);) {
in get_oobinfo()
503
u32
eccpos
;
in get_oobinfo()
local
513
if (oobregion.length + i > ARRAY_SIZE(to->
eccpos
))
in get_oobinfo()
516
eccpos
= oobregion.offset;
in get_oobinfo()
517
for (;
eccpos
< oobregio
in get_oobinfo()
[all...]
/kernel/linux/linux-5.10/include/uapi/mtd/
H
A
D
mtd-abi.h
217
__u32
eccpos
[32];
member
237
__u32
eccpos
[MTD_MAX_ECCPOS_ENTRIES];
member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/mtd/
H
A
D
mtd-abi.h
128
__u32
eccpos
[32];
member
138
__u32
eccpos
[MTD_MAX_ECCPOS_ENTRIES];
member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/mtd/
H
A
D
mtd-abi.h
114
__u32
eccpos
[32];
member
124
__u32
eccpos
[MTD_MAX_ECCPOS_ENTRIES];
member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/mtd/
H
A
D
mtd-abi.h
128
__u32
eccpos
[32];
member
138
__u32
eccpos
[MTD_MAX_ECCPOS_ENTRIES];
member
/kernel/linux/linux-6.6/include/uapi/mtd/
H
A
D
mtd-abi.h
272
__u32
eccpos
[32];
member
292
__u32
eccpos
[MTD_MAX_ECCPOS_ENTRIES];
member
Completed in 6 milliseconds