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:cmtd
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/mtd/maps/
H
A
D
physmap-core.c
52
struct mtd_info *
cmtd
;
member
77
if (info->
cmtd
) {
in physmap_flash_remove()
78
err = mtd_device_unregister(info->
cmtd
);
in physmap_flash_remove()
82
if (info->
cmtd
!= info->mtds[0])
in physmap_flash_remove()
83
mtd_concat_destroy(info->
cmtd
);
in physmap_flash_remove()
590
info->
cmtd
= info->mtds[0];
in physmap_flash_probe()
595
info->
cmtd
= mtd_concat_create(info->mtds, info->nmaps,
in physmap_flash_probe()
597
if (!info->
cmtd
)
in physmap_flash_probe()
605
mtd_set_of_node(info->
cmtd
, dev->dev.of_node);
in physmap_flash_probe()
606
err = mtd_device_parse_register(info->
cmtd
, inf
in physmap_flash_probe()
[all...]
/kernel/linux/linux-6.6/drivers/mtd/maps/
H
A
D
physmap-core.c
52
struct mtd_info *
cmtd
;
member
73
if (info->
cmtd
) {
in physmap_flash_remove()
74
WARN_ON(mtd_device_unregister(info->
cmtd
));
in physmap_flash_remove()
76
if (info->
cmtd
!= info->mtds[0])
in physmap_flash_remove()
77
mtd_concat_destroy(info->
cmtd
);
in physmap_flash_remove()
585
info->
cmtd
= info->mtds[0];
in physmap_flash_probe()
590
info->
cmtd
= mtd_concat_create(info->mtds, info->nmaps,
in physmap_flash_probe()
592
if (!info->
cmtd
)
in physmap_flash_probe()
600
mtd_set_of_node(info->
cmtd
, dev->dev.of_node);
in physmap_flash_probe()
601
err = mtd_device_parse_register(info->
cmtd
, inf
in physmap_flash_probe()
[all...]
Completed in 2 milliseconds