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
defs:memorg
(Results
1 - 25
of
29
) sorted by relevance
1
2
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/
H
A
D
nand_amd.c
14
struct nand_memory_organization *
memorg
;
in amd_nand_decode_id()
local
H
A
D
nand_samsung.c
16
struct nand_memory_organization *
memorg
;
in samsung_nand_decode_id()
local
[all...]
H
A
D
nand_jedec.c
28
struct nand_memory_organization *
memorg
;
in nand_jedec_detect()
local
[all...]
H
A
D
nand_onfi.c
148
struct nand_memory_organization *
memorg
;
in nand_onfi_detect()
local
[all...]
H
A
D
nand_toshiba.c
151
struct nand_memory_organization *
memorg
;
in toshiba_nand_decode_id()
local
H
A
D
nand_hynix.c
412
struct nand_memory_organization *
memorg
;
in hynix_nand_extract_oobsize()
local
612
struct nand_memory_organization *
memorg
;
hynix_nand_decode_id()
local
[all...]
H
A
D
diskonchip.c
909
struct nand_memory_organization *
memorg
;
in nftl_partscan()
local
H
A
D
denali.c
961
struct nand_memory_organization *
memorg
;
in denali_multidev_fixup()
local
H
A
D
nandsim.c
2343
struct nand_memory_organization *
memorg
;
in ns_init_module()
local
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/
H
A
D
nand_amd.c
14
struct nand_memory_organization *
memorg
;
in amd_nand_decode_id()
local
H
A
D
nand_samsung.c
16
struct nand_memory_organization *
memorg
;
in samsung_nand_decode_id()
local
[all...]
H
A
D
nand_jedec.c
28
struct nand_memory_organization *
memorg
;
in nand_jedec_detect()
local
[all...]
H
A
D
nand_onfi.c
148
struct nand_memory_organization *
memorg
;
in nand_onfi_detect()
local
[all...]
H
A
D
nand_toshiba.c
151
struct nand_memory_organization *
memorg
;
in toshiba_nand_decode_id()
local
H
A
D
nand_hynix.c
412
struct nand_memory_organization *
memorg
;
in hynix_nand_extract_oobsize()
local
612
struct nand_memory_organization *
memorg
;
hynix_nand_decode_id()
local
[all...]
H
A
D
diskonchip.c
909
struct nand_memory_organization *
memorg
;
in nftl_partscan()
local
H
A
D
denali.c
961
struct nand_memory_organization *
memorg
;
in denali_multidev_fixup()
local
H
A
D
nandsim.c
2346
struct nand_memory_organization *
memorg
;
in ns_init_module()
local
H
A
D
renesas-nand-controller.c
1116
struct nand_memory_organization *
memorg
= nanddev_get_memorg(&chip->base);
in rnandc_attach_chip()
local
/kernel/linux/linux-5.10/drivers/mtd/nand/
H
A
D
core.c
225
struct nand_memory_organization *
memorg
= nanddev_get_memorg(nand);
in nanddev_init()
local
[all...]
/kernel/linux/linux-6.6/drivers/mtd/nand/
H
A
D
core.c
355
struct nand_memory_organization *
memorg
= nanddev_get_memorg(nand);
in nanddev_init()
local
[all...]
/kernel/linux/linux-5.10/include/linux/mtd/
H
A
D
spinand.h
311
struct nand_memory_organization
memorg
;
member
H
A
D
nand.h
321
struct nand_memory_organization
memorg
;
member
[all...]
/kernel/linux/linux-6.6/include/linux/mtd/
H
A
D
spinand.h
346
struct nand_memory_organization
memorg
;
member
H
A
D
nand.h
419
struct nand_memory_organization
memorg
;
member
[all...]
Completed in 25 milliseconds
1
2