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:bam_chan
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/dma/qcom/
H
A
D
bam_dma.c
73
/* list node for the desc in the
bam_chan
list of descriptors */
347
struct
bam_chan
{
struct
375
static inline struct
bam_chan
*to_bam_chan(struct dma_chan *common)
in to_bam_chan()
377
return container_of(common, struct
bam_chan
, vc.chan);
in to_bam_chan()
384
struct
bam_chan
*channels;
424
static void bam_reset_channel(struct
bam_chan
*bchan)
in bam_reset_channel()
448
static void bam_chan_init_hw(struct
bam_chan
*bchan,
in bam_chan_init_hw()
500
struct
bam_chan
*bchan = to_bam_chan(chan);
in bam_alloc_chan()
535
struct
bam_chan
*bchan = to_bam_chan(chan);
in bam_free_chan()
584
struct
bam_chan
*bcha
in bam_slave_config()
[all...]
/kernel/linux/linux-6.6/drivers/dma/qcom/
H
A
D
bam_dma.c
73
/* list node for the desc in the
bam_chan
list of descriptors */
347
struct
bam_chan
{
struct
375
static inline struct
bam_chan
*to_bam_chan(struct dma_chan *common)
in to_bam_chan()
377
return container_of(common, struct
bam_chan
, vc.chan);
in to_bam_chan()
384
struct
bam_chan
*channels;
464
static void bam_reset_channel(struct
bam_chan
*bchan)
in bam_reset_channel()
488
static void bam_chan_init_hw(struct
bam_chan
*bchan,
in bam_chan_init_hw()
540
struct
bam_chan
*bchan = to_bam_chan(chan);
in bam_alloc_chan()
570
struct
bam_chan
*bchan = to_bam_chan(chan);
in bam_free_chan()
626
struct
bam_chan
*bcha
in bam_slave_config()
[all...]
Completed in 4 milliseconds