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_IO_FF
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/drivers/mtd/ubi/
H
A
D
io.c
477
err !=
UBI_IO_FF
){
in nor_erase_prepare()
488
err !=
UBI_IO_FF
){
in nor_erase_prepare()
684
* o %
UBI_IO_FF
if only 0xFF bytes were read (the PEB is supposedly empty)
730
return
UBI_IO_FF
;
in ubi_io_read_ec_hdr()
992
return
UBI_IO_FF
;
in ubi_io_read_vid_hdr()
H
A
D
attach.c
970
case
UBI_IO_FF
:
in scan_peb()
1117
case
UBI_IO_FF
:
in scan_peb()
H
A
D
ubi.h
88
*
UBI_IO_FF
: the read region of flash contains only 0xFFs
89
* UBI_IO_FF_BITFLIPS: the same as %
UBI_IO_FF
, but also also there was a data
103
UBI_IO_FF
= 1,
enumerator
H
A
D
eba.c
520
case
UBI_IO_FF
:
in check_mapping()
H
A
D
fastmap.c
463
if (err ==
UBI_IO_FF
|| err == UBI_IO_FF_BITFLIPS) {
in scan_pool()
H
A
D
wl.c
774
if (err ==
UBI_IO_FF
) {
790
* The same situation as %
UBI_IO_FF
, but bit-flips were
/kernel/linux/linux-6.6/drivers/mtd/ubi/
H
A
D
io.c
477
err !=
UBI_IO_FF
){
in nor_erase_prepare()
488
err !=
UBI_IO_FF
){
in nor_erase_prepare()
691
* o %
UBI_IO_FF
if only 0xFF bytes were read (the PEB is supposedly empty)
737
return
UBI_IO_FF
;
in ubi_io_read_ec_hdr()
994
return
UBI_IO_FF
;
in ubi_io_read_vid_hdr()
H
A
D
attach.c
970
case
UBI_IO_FF
:
in scan_peb()
1117
case
UBI_IO_FF
:
in scan_peb()
H
A
D
ubi.h
88
*
UBI_IO_FF
: the read region of flash contains only 0xFFs
89
* UBI_IO_FF_BITFLIPS: the same as %
UBI_IO_FF
, but also there was a data
103
UBI_IO_FF
= 1,
enumerator
H
A
D
eba.c
519
case
UBI_IO_FF
:
in check_mapping()
H
A
D
wl.c
778
if (err ==
UBI_IO_FF
) {
794
* The same situation as %
UBI_IO_FF
, but bit-flips were
H
A
D
fastmap.c
463
if (err ==
UBI_IO_FF
|| err == UBI_IO_FF_BITFLIPS) {
in scan_pool()
Completed in 23 milliseconds