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:cqspi_st
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/spi/
H
A
D
spi-cadence-quadspi.c
42
struct
cqspi_st
;
45
struct
cqspi_st
*cqspi;
58
struct
cqspi_st
{
struct
246
static bool cqspi_is_idle(struct
cqspi_st
*cqspi)
in cqspi_is_idle()
253
static u32 cqspi_get_rd_sram_level(struct
cqspi_st
*cqspi)
in cqspi_get_rd_sram_level()
263
struct
cqspi_st
*cqspi = dev;
in cqspi_irq_handler()
291
static int cqspi_wait_idle(struct
cqspi_st
*cqspi)
in cqspi_wait_idle()
324
static int cqspi_exec_flash_cmd(struct
cqspi_st
*cqspi, unsigned int reg)
in cqspi_exec_flash_cmd()
351
struct
cqspi_st
*cqspi = f_pdata->cqspi;
in cqspi_command_read()
402
struct
cqspi_st
*cqsp
in cqspi_command_write()
[all...]
/kernel/linux/linux-6.6/drivers/spi/
H
A
D
spi-cadence-quadspi.c
55
struct
cqspi_st
;
58
struct
cqspi_st
*cqspi;
68
struct
cqspi_st
{
struct
110
u32 (*get_dma_status)(struct
cqspi_st
*cqspi);
112
struct
cqspi_st
*cqspi);
302
static bool cqspi_is_idle(struct
cqspi_st
*cqspi)
in cqspi_is_idle()
309
static u32 cqspi_get_rd_sram_level(struct
cqspi_st
*cqspi)
in cqspi_get_rd_sram_level()
317
static u32 cqspi_get_versal_dma_status(struct
cqspi_st
*cqspi)
in cqspi_get_versal_dma_status()
331
struct
cqspi_st
*cqspi = dev;
in cqspi_irq_handler()
387
static int cqspi_wait_idle(struct
cqspi_st
*cqsp
[all...]
Completed in 4 milliseconds