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:mtd_to_spi_nor
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-6.6/drivers/mtd/spi-nor/
H
A
D
swp.c
353
struct spi_nor *nor =
mtd_to_spi_nor
(mtd);
in spi_nor_lock()
368
struct spi_nor *nor =
mtd_to_spi_nor
(mtd);
in spi_nor_unlock()
383
struct spi_nor *nor =
mtd_to_spi_nor
(mtd);
in spi_nor_is_locked()
H
A
D
otp.c
249
struct spi_nor *nor =
mtd_to_spi_nor
(mtd);
in spi_nor_mtd_otp_info()
311
struct spi_nor *nor =
mtd_to_spi_nor
(mtd);
in spi_nor_mtd_otp_read_write()
397
struct spi_nor *nor =
mtd_to_spi_nor
(mtd);
in spi_nor_mtd_otp_erase()
450
struct spi_nor *nor =
mtd_to_spi_nor
(mtd);
in spi_nor_mtd_otp_lock()
H
A
D
sst.c
129
struct spi_nor *nor =
mtd_to_spi_nor
(mtd);
in sst_nor_write()
H
A
D
core.c
1801
struct spi_nor *nor =
mtd_to_spi_nor
(mtd);
in spi_nor_erase()
2088
struct spi_nor *nor =
mtd_to_spi_nor
(mtd);
in spi_nor_read()
2135
struct spi_nor *nor =
mtd_to_spi_nor
(mtd);
in spi_nor_write()
3280
struct spi_nor *nor =
mtd_to_spi_nor
(mtd);
in spi_nor_suspend()
3294
struct spi_nor *nor =
mtd_to_spi_nor
(mtd);
in spi_nor_resume()
3307
struct spi_nor *nor =
mtd_to_spi_nor
(master);
in spi_nor_get_device()
3324
struct spi_nor *nor =
mtd_to_spi_nor
(master);
in spi_nor_put_device()
H
A
D
core.h
732
static inline struct spi_nor *
mtd_to_spi_nor
(struct mtd_info *mtd)
in mtd_to_spi_nor()
function
/kernel/linux/linux-5.10/drivers/mtd/spi-nor/
H
A
D
sst.c
48
struct spi_nor *nor =
mtd_to_spi_nor
(mtd);
in sst_write()
H
A
D
core.c
1468
struct spi_nor *nor =
mtd_to_spi_nor
(mtd);
in spi_nor_erase()
1880
struct spi_nor *nor =
mtd_to_spi_nor
(mtd);
in spi_nor_lock()
1895
struct spi_nor *nor =
mtd_to_spi_nor
(mtd);
in spi_nor_unlock()
1910
struct spi_nor *nor =
mtd_to_spi_nor
(mtd);
in spi_nor_is_locked()
2100
struct spi_nor *nor =
mtd_to_spi_nor
(mtd);
in spi_nor_read()
2144
struct spi_nor *nor =
mtd_to_spi_nor
(mtd);
in spi_nor_write()
2995
struct spi_nor *nor =
mtd_to_spi_nor
(mtd);
in spi_nor_resume()
3008
struct spi_nor *nor =
mtd_to_spi_nor
(master);
in spi_nor_get_device()
3025
struct spi_nor *nor =
mtd_to_spi_nor
(master);
in spi_nor_put_device()
H
A
D
core.h
438
static struct spi_nor __maybe_unused *
mtd_to_spi_nor
(struct mtd_info *mtd)
in mtd_to_spi_nor()
function
Completed in 13 milliseconds