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:state_ram
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/musb/
H
A
D
cppi_dma.c
187
tx_ch->
state_ram
= tx;
in cppi_controller_start()
197
rx_ch->
state_ram
= rx;
in cppi_controller_start()
355
struct cppi_rx_stateram __iomem *rx = c->
state_ram
;
in cppi_dump_rx()
385
struct cppi_tx_stateram __iomem *tx = c->
state_ram
;
in cppi_dump_tx()
569
struct cppi_tx_stateram __iomem *tx_ram = tx->
state_ram
;
in cppi_next_tx_segment()
772
struct cppi_rx_stateram __iomem *rx_ram = rx->
state_ram
;
in cppi_next_rx_segment()
1004
struct cppi_rx_stateram __iomem *state = rx->
state_ram
;
in cppi_rx_scan()
1179
tx_ram = tx_ch->
state_ram
;
in cppi_interrupt()
1429
tx_ram = cppi_ch->
state_ram
;
in cppi_channel_abort()
1516
cppi_reset_rx(cppi_ch->
state_ram
);
in cppi_channel_abort()
[all...]
H
A
D
cppi_dma.h
93
void __iomem *
state_ram
; /* CPPI state */
member
/kernel/linux/linux-6.6/drivers/usb/musb/
H
A
D
cppi_dma.h
93
void __iomem *
state_ram
; /* CPPI state */
member
Completed in 3 milliseconds