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:nmtd
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/
H
A
D
s3c2410.c
408
struct s3c2410_nand_mtd *
nmtd
;
in s3c2410_nand_select_chip()
local
411
nmtd
= nand_get_controller_data(this);
in s3c2410_nand_select_chip()
412
info =
nmtd
->info;
in s3c2410_nand_select_chip()
422
if (
nmtd
->set != NULL && chip >
nmtd
->set->nr_chips) {
in s3c2410_nand_select_chip()
429
(info->platform->select_chip) (
nmtd
->set, chip);
in s3c2410_nand_select_chip()
838
* @
nmtd
: The new controller MTD instance to fill in.
841
* Initialise the given @
nmtd
from the information in @info and @set. This
846
struct s3c2410_nand_mtd *
nmtd
,
in s3c2410_nand_init_chip()
850
struct nand_chip *chip = &
nmtd
in s3c2410_nand_init_chip()
845
s3c2410_nand_init_chip(struct s3c2410_nand_info *info, struct s3c2410_nand_mtd *
nmtd
, struct s3c2410_nand_set *set)
s3c2410_nand_init_chip()
argument
1085
struct s3c2410_nand_mtd *
nmtd
;
s3c24xx_nand_probe()
local
[all...]
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/
H
A
D
s3c2410.c
404
struct s3c2410_nand_mtd *
nmtd
;
in s3c2410_nand_select_chip()
local
407
nmtd
= nand_get_controller_data(this);
in s3c2410_nand_select_chip()
408
info =
nmtd
->info;
in s3c2410_nand_select_chip()
418
if (
nmtd
->set != NULL && chip >
nmtd
->set->nr_chips) {
in s3c2410_nand_select_chip()
425
(info->platform->select_chip) (
nmtd
->set, chip);
in s3c2410_nand_select_chip()
782
* @
nmtd
: The new controller MTD instance to fill in.
785
* Initialise the given @
nmtd
from the information in @info and @set. This
790
struct s3c2410_nand_mtd *
nmtd
,
in s3c2410_nand_init_chip()
794
struct nand_chip *chip = &
nmtd
in s3c2410_nand_init_chip()
789
s3c2410_nand_init_chip(struct s3c2410_nand_info *info, struct s3c2410_nand_mtd *
nmtd
, struct s3c2410_nand_set *set)
s3c2410_nand_init_chip()
argument
1029
struct s3c2410_nand_mtd *
nmtd
;
s3c24xx_nand_probe()
local
[all...]
Completed in 3 milliseconds