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:flash_bbt
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/include/linux/platform_data/
H
A
D
mtd-mxc_nand.h
15
unsigned int
flash_bbt
:1; /* set to 1 to use a flash based bbt */
member
H
A
D
mtd-nand-pxa3xx.h
17
bool
flash_bbt
;
member
H
A
D
mtd-nand-s3c2410.h
16
* @
flash_bbt
: Openmoko u-boot can create a Bad Block Table
32
unsigned int
flash_bbt
:1;
member
/kernel/linux/linux-6.6/include/linux/platform_data/
H
A
D
mtd-nand-pxa3xx.h
17
bool
flash_bbt
;
member
H
A
D
mtd-nand-s3c2410.h
16
* @
flash_bbt
: Openmoko u-boot can create a Bad Block Table
32
unsigned int
flash_bbt
:1;
member
/kernel/linux/linux-5.10/arch/arm/mach-s3c/
H
A
D
mach-gta02.c
403
.
flash_bbt
= 1,
H
A
D
mach-mini2440.c
298
.
flash_bbt
= 1, /* we use u-boot to create a BBT */
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/
H
A
D
s3c2410.c
913
if (set->
flash_bbt
)
in s3c2410_nand_init_chip()
H
A
D
omap2.c
169
bool
flash_bbt
;
member
2250
if (info->
flash_bbt
)
in omap_nand_probe()
H
A
D
mxc_nand.c
1851
if (host->pdata.
flash_bbt
)
in mxcnd_probe()
H
A
D
marvell_nand.c
2484
if (pdata && pdata->
flash_bbt
)
in marvell_nand_attach_chip()
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/
H
A
D
s3c2410.c
857
if (set->
flash_bbt
)
in s3c2410_nand_init_chip()
H
A
D
omap2.c
169
bool
flash_bbt
;
member
2244
if (info->
flash_bbt
)
in omap_nand_probe()
H
A
D
marvell_nand.c
2501
if (pdata && pdata->
flash_bbt
)
in marvell_nand_attach_chip()
Completed in 27 milliseconds