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:stm32_qspi
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/spi/
H
A
D
spi-stm32-qspi.c
94
struct
stm32_qspi
*qspi;
99
struct
stm32_qspi
{
struct
128
struct
stm32_qspi
*qspi = (struct
stm32_qspi
*)dev_id;
in stm32_qspi_irq()
154
static int stm32_qspi_tx_poll(struct
stm32_qspi
*qspi,
in stm32_qspi_tx_poll()
186
static int stm32_qspi_tx_mm(struct
stm32_qspi
*qspi,
in stm32_qspi_tx_mm()
201
static int stm32_qspi_tx_dma(struct
stm32_qspi
*qspi,
in stm32_qspi_tx_dma()
265
static int stm32_qspi_tx(struct
stm32_qspi
*qspi, const struct spi_mem_op *op)
in stm32_qspi_tx()
280
static int stm32_qspi_wait_nobusy(struct
stm32_qspi
*qspi)
in stm32_qspi_wait_nobusy()
289
static int stm32_qspi_wait_cmd(struct
stm32_qspi
*qsp
[all...]
/kernel/linux/linux-6.6/drivers/spi/
H
A
D
spi-stm32-qspi.c
100
struct
stm32_qspi
{
struct
131
struct
stm32_qspi
*qspi = (struct
stm32_qspi
*)dev_id;
in stm32_qspi_irq()
166
static int stm32_qspi_tx_poll(struct
stm32_qspi
*qspi,
in stm32_qspi_tx_poll()
198
static int stm32_qspi_tx_mm(struct
stm32_qspi
*qspi,
in stm32_qspi_tx_mm()
213
static int stm32_qspi_tx_dma(struct
stm32_qspi
*qspi,
in stm32_qspi_tx_dma()
277
static int stm32_qspi_tx(struct
stm32_qspi
*qspi, const struct spi_mem_op *op)
in stm32_qspi_tx()
293
static int stm32_qspi_wait_nobusy(struct
stm32_qspi
*qspi)
in stm32_qspi_wait_nobusy()
302
static int stm32_qspi_wait_cmd(struct
stm32_qspi
*qspi)
in stm32_qspi_wait_cmd()
333
static int stm32_qspi_wait_poll_status(struct
stm32_qspi
*qsp
[all...]
Completed in 3 milliseconds