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:sh_flctl
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/
H
A
D
sh_flctl.c
30
#include <linux/mtd/
sh_flctl
.h>
115
static void empty_fifo(struct
sh_flctl
*flctl)
in empty_fifo()
121
static void start_translation(struct
sh_flctl
*flctl)
in start_translation()
126
static void timeout_error(struct
sh_flctl
*flctl, const char *str)
in timeout_error()
131
static void wait_completion(struct
sh_flctl
*flctl)
in wait_completion()
149
struct
sh_flctl
*flctl = param;
in flctl_dma_complete()
154
static void flctl_release_dma(struct
sh_flctl
*flctl)
in flctl_release_dma()
166
static void flctl_setup_dma(struct
sh_flctl
*flctl)
in flctl_setup_dma()
225
struct
sh_flctl
*flctl = mtd_to_flctl(mtd);
in set_addr()
254
static void wait_rfifo_ready(struct
sh_flctl
*flct
[all...]
H
A
D
Makefile
39
obj-$(CONFIG_MTD_NAND_SH_FLCTL) +=
sh_flctl
.o
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/
H
A
D
sh_flctl.c
29
#include <linux/mtd/
sh_flctl
.h>
114
static void empty_fifo(struct
sh_flctl
*flctl)
in empty_fifo()
120
static void start_translation(struct
sh_flctl
*flctl)
in start_translation()
125
static void timeout_error(struct
sh_flctl
*flctl, const char *str)
in timeout_error()
130
static void wait_completion(struct
sh_flctl
*flctl)
in wait_completion()
148
struct
sh_flctl
*flctl = param;
in flctl_dma_complete()
153
static void flctl_release_dma(struct
sh_flctl
*flctl)
in flctl_release_dma()
165
static void flctl_setup_dma(struct
sh_flctl
*flctl)
in flctl_setup_dma()
224
struct
sh_flctl
*flctl = mtd_to_flctl(mtd);
in set_addr()
253
static void wait_rfifo_ready(struct
sh_flctl
*flct
[all...]
H
A
D
Makefile
34
obj-$(CONFIG_MTD_NAND_SH_FLCTL) +=
sh_flctl
.o
/kernel/linux/linux-5.10/include/linux/mtd/
H
A
D
sh_flctl.h
133
struct
sh_flctl
{
struct
175
static inline struct
sh_flctl
*mtd_to_flctl(struct mtd_info *mtdinfo)
in mtd_to_flctl()
177
return container_of(mtd_to_nand(mtdinfo), struct
sh_flctl
, chip);
in mtd_to_flctl()
/kernel/linux/linux-6.6/include/linux/mtd/
H
A
D
sh_flctl.h
133
struct
sh_flctl
{
struct
175
static inline struct
sh_flctl
*mtd_to_flctl(struct mtd_info *mtdinfo)
in mtd_to_flctl()
177
return container_of(mtd_to_nand(mtdinfo), struct
sh_flctl
, chip);
in mtd_to_flctl()
/kernel/linux/linux-5.10/arch/sh/boards/mach-ap325rxa/
H
A
D
setup.c
29
#include <linux/mtd/
sh_flctl
.h>
159
.name = "
sh_flctl
",
/kernel/linux/linux-6.6/arch/sh/boards/mach-ap325rxa/
H
A
D
setup.c
30
#include <linux/mtd/
sh_flctl
.h>
160
.name = "
sh_flctl
",
Completed in 6 milliseconds