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:fsmc_nand_data
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/
H
A
D
fsmc_nand.c
120
* struct
fsmc_nand_data
- structure for FSMC NAND device state
143
struct
fsmc_nand_data
{
struct
251
static inline struct
fsmc_nand_data
*nand_to_fsmc(struct nand_chip *chip)
in nand_to_fsmc()
253
return container_of(chip, struct
fsmc_nand_data
, nand);
in nand_to_fsmc()
262
static void fsmc_nand_setup(struct
fsmc_nand_data
*host,
in fsmc_nand_setup()
283
static int fsmc_calc_timings(struct
fsmc_nand_data
*host,
in fsmc_calc_timings()
350
struct
fsmc_nand_data
*host = nand_to_fsmc(nand);
in fsmc_setup_interface()
376
struct
fsmc_nand_data
*host = nand_to_fsmc(chip);
in fsmc_enable_hwecc()
394
struct
fsmc_nand_data
*host = nand_to_fsmc(chip);
in fsmc_read_hwecc_ecc4()
442
struct
fsmc_nand_data
*hos
in fsmc_read_hwecc_ecc1()
[all...]
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/
H
A
D
fsmc_nand.c
120
* struct
fsmc_nand_data
- structure for FSMC NAND device state
143
struct
fsmc_nand_data
{
struct
251
static inline struct
fsmc_nand_data
*nand_to_fsmc(struct nand_chip *chip)
in nand_to_fsmc()
253
return container_of(chip, struct
fsmc_nand_data
, nand);
in nand_to_fsmc()
262
static void fsmc_nand_setup(struct
fsmc_nand_data
*host,
in fsmc_nand_setup()
283
static int fsmc_calc_timings(struct
fsmc_nand_data
*host,
in fsmc_calc_timings()
350
struct
fsmc_nand_data
*host = nand_to_fsmc(nand);
in fsmc_setup_interface()
376
struct
fsmc_nand_data
*host = nand_to_fsmc(chip);
in fsmc_enable_hwecc()
394
struct
fsmc_nand_data
*host = nand_to_fsmc(chip);
in fsmc_read_hwecc_ecc4()
442
struct
fsmc_nand_data
*hos
in fsmc_read_hwecc_ecc1()
[all...]
Completed in 3 milliseconds