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:ubi_ec_hdr
(Results
1 - 18
of
18
) sorted by relevance
/kernel/linux/linux-5.10/drivers/mtd/ubi/
H
A
D
ubi-media.h
106
#define UBI_EC_HDR_SIZE sizeof(struct
ubi_ec_hdr
)
114
* struct
ubi_ec_hdr
- UBI erase counter header.
147
struct
ubi_ec_hdr
{
struct
H
A
D
io.c
84
const struct
ubi_ec_hdr
*ec_hdr);
455
struct
ubi_ec_hdr
ec_hdr;
in nor_erase_prepare()
624
const struct
ubi_ec_hdr
*ec_hdr)
in validate_ec_hdr()
669
* @ec_hdr: a &struct
ubi_ec_hdr
object where to store the read erase counter
688
struct
ubi_ec_hdr
*ec_hdr, int verbose)
in ubi_io_read_ec_hdr()
797
struct
ubi_ec_hdr
*ec_hdr)
in ubi_io_write_ec_hdr()
1114
const struct
ubi_ec_hdr
*ec_hdr)
in self_check_ec_hdr()
1155
struct
ubi_ec_hdr
*ec_hdr;
in self_check_peb_ec_hdr()
H
A
D
debug.h
12
void ubi_dump_ec_hdr(const struct
ubi_ec_hdr
*ec_hdr);
H
A
D
ubi.h
784
struct
ubi_ec_hdr
*ech;
932
struct
ubi_ec_hdr
*ec_hdr, int verbose);
934
struct
ubi_ec_hdr
*ec_hdr);
H
A
D
debug.c
51
void ubi_dump_ec_hdr(const struct
ubi_ec_hdr
*ec_hdr)
in ubi_dump_ec_hdr()
H
A
D
attach.c
775
struct
ubi_ec_hdr
*ec_hdr;
in early_erase_peb()
944
struct
ubi_ec_hdr
*ech = ai->ech;
in scan_peb()
H
A
D
fastmap.c
406
struct
ubi_ec_hdr
*ech;
in scan_pool()
848
struct
ubi_ec_hdr
*ech;
in ubi_scan_fastmap()
1393
struct
ubi_ec_hdr
*ec_hdr;
in erase_block()
H
A
D
wl.c
442
struct
ubi_ec_hdr
*ec_hdr;
in sync_erase()
1983
struct
ubi_ec_hdr
*ec_hdr;
H
A
D
build.c
1216
BUILD_BUG_ON(sizeof(struct
ubi_ec_hdr
) != 64);
in ubi_init()
/kernel/linux/linux-6.6/drivers/mtd/ubi/
H
A
D
ubi-media.h
106
#define UBI_EC_HDR_SIZE sizeof(struct
ubi_ec_hdr
)
114
* struct
ubi_ec_hdr
- UBI erase counter header.
147
struct
ubi_ec_hdr
{
struct
H
A
D
io.c
84
const struct
ubi_ec_hdr
*ec_hdr);
455
struct
ubi_ec_hdr
ec_hdr;
in nor_erase_prepare()
631
const struct
ubi_ec_hdr
*ec_hdr)
in validate_ec_hdr()
676
* @ec_hdr: a &struct
ubi_ec_hdr
object where to store the read erase counter
695
struct
ubi_ec_hdr
*ec_hdr, int verbose)
in ubi_io_read_ec_hdr()
804
struct
ubi_ec_hdr
*ec_hdr)
in ubi_io_write_ec_hdr()
1116
const struct
ubi_ec_hdr
*ec_hdr)
in self_check_ec_hdr()
1157
struct
ubi_ec_hdr
*ec_hdr;
in self_check_peb_ec_hdr()
H
A
D
debug.h
12
void ubi_dump_ec_hdr(const struct
ubi_ec_hdr
*ec_hdr);
H
A
D
ubi.h
782
struct
ubi_ec_hdr
*ech;
930
struct
ubi_ec_hdr
*ec_hdr, int verbose);
932
struct
ubi_ec_hdr
*ec_hdr);
H
A
D
debug.c
51
void ubi_dump_ec_hdr(const struct
ubi_ec_hdr
*ec_hdr)
in ubi_dump_ec_hdr()
H
A
D
attach.c
775
struct
ubi_ec_hdr
*ec_hdr;
in early_erase_peb()
944
struct
ubi_ec_hdr
*ech = ai->ech;
in scan_peb()
H
A
D
fastmap.c
406
struct
ubi_ec_hdr
*ech;
in scan_pool()
866
struct
ubi_ec_hdr
*ech;
in ubi_scan_fastmap()
1403
struct
ubi_ec_hdr
*ec_hdr;
in erase_block()
H
A
D
wl.c
442
struct
ubi_ec_hdr
*ec_hdr;
in sync_erase()
1993
struct
ubi_ec_hdr
*ec_hdr;
H
A
D
build.c
1222
BUILD_BUG_ON(sizeof(struct
ubi_ec_hdr
) != 64);
in ubi_init()
Completed in 25 milliseconds