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:_write_oob
(Results
1 - 16
of
16
) sorted by relevance
/kernel/linux/linux-5.10/drivers/mtd/
H
A
D
mtdconcat.c
689
if (subdev_master->
_write_oob
)
in mtd_concat_create()
690
concat->mtd.
_write_oob
= concat_write_oob;
in mtd_concat_create()
739
!concat->mtd.
_write_oob
!= !subdev_master->
_write_oob
) {
in mtd_concat_create()
H
A
D
mtdchar.c
361
if (!master->
_write_oob
)
in mtdchar_writeoob()
599
if (!master->
_write_oob
)
in mtdchar_write_ioctl()
H
A
D
mtdcore.c
627
if (WARN_ON((mtd->_write && mtd->
_write_oob
) ||
in add_mtd_device()
1364
if (master->
_write_oob
)
in mtd_write_oob_std()
1365
ret = master->
_write_oob
(master, to, ops);
in mtd_write_oob_std()
1493
if (!master->
_write_oob
&& (!master->_write || ops->oobbuf))
in mtd_write_oob()
/kernel/linux/linux-6.6/drivers/mtd/
H
A
D
mtdconcat.c
689
if (subdev_master->
_write_oob
)
in mtd_concat_create()
690
concat->mtd.
_write_oob
= concat_write_oob;
in mtd_concat_create()
739
!concat->mtd.
_write_oob
!= !subdev_master->
_write_oob
) {
in mtd_concat_create()
H
A
D
mtdcore.c
662
if (WARN_ON((mtd->_write && mtd->
_write_oob
) ||
in add_mtd_device()
1613
if (master->
_write_oob
)
in mtd_write_oob_std()
1614
ret = master->
_write_oob
(master, to, ops);
in mtd_write_oob_std()
1747
if (!master->
_write_oob
&& (!master->_write || ops->oobbuf))
in mtd_write_oob()
H
A
D
mtdchar.c
353
if (!master->
_write_oob
)
in mtdchar_writeoob()
609
if (!master->
_write_oob
)
in mtdchar_write_ioctl()
/kernel/linux/linux-5.10/include/linux/mtd/
H
A
D
mtd.h
325
int (*
_write_oob
) (struct mtd_info *mtd, loff_t to,
member
647
return master->_read_oob && master->
_write_oob
;
in mtd_has_oob()
/kernel/linux/linux-6.6/include/linux/mtd/
H
A
D
mtd.h
328
int (*
_write_oob
) (struct mtd_info *mtd, loff_t to,
member
656
return master->_read_oob && master->
_write_oob
;
in mtd_has_oob()
/kernel/linux/linux-5.10/drivers/mtd/nand/spi/
H
A
D
core.c
1074
mtd->
_write_oob
= spinand_mtd_write;
in spinand_init()
/kernel/linux/linux-6.6/drivers/mtd/nand/spi/
H
A
D
core.c
1270
mtd->
_write_oob
= spinand_mtd_write;
in spinand_init()
/kernel/linux/linux-5.10/drivers/mtd/devices/
H
A
D
docg3.c
1775
mtd->
_write_oob
= doc_write_oob;
in doc_set_driver_info()
/kernel/linux/linux-6.6/drivers/mtd/devices/
H
A
D
docg3.c
1783
mtd->
_write_oob
= doc_write_oob;
in doc_set_driver_info()
/kernel/linux/linux-5.10/drivers/mtd/nand/onenand/
H
A
D
onenand_base.c
3947
mtd->
_write_oob
= onenand_write_oob;
in onenand_scan()
/kernel/linux/linux-6.6/drivers/mtd/nand/onenand/
H
A
D
onenand_base.c
3954
mtd->
_write_oob
= onenand_write_oob;
in onenand_scan()
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/
H
A
D
nand_base.c
5831
mtd->
_write_oob
= nand_write_oob;
in nand_scan_tail()
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/
H
A
D
nand_base.c
6500
mtd->
_write_oob
= nand_write_oob;
in nand_scan_tail()
Completed in 49 milliseconds