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:hda_cldma
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/sound/soc/intel/avs/
H
A
D
cldma.h
13
struct
hda_cldma
;
14
extern struct
hda_cldma
code_loader;
16
void hda_cldma_fill(struct
hda_cldma
*cl);
17
void hda_cldma_transfer(struct
hda_cldma
*cl, unsigned long start_delay);
19
int hda_cldma_start(struct
hda_cldma
*cl);
20
int hda_cldma_stop(struct
hda_cldma
*cl);
21
int hda_cldma_reset(struct
hda_cldma
*cl);
23
void hda_cldma_set_data(struct
hda_cldma
*cl, void *data, unsigned int size);
24
void hda_cldma_setup(struct
hda_cldma
*cl);
25
int hda_cldma_init(struct
hda_cldma
*c
[all...]
H
A
D
cldma.c
31
struct
hda_cldma
{
struct
54
struct
hda_cldma
code_loader = {
60
void hda_cldma_fill(struct
hda_cldma
*cl)
in hda_cldma_fill()
90
struct
hda_cldma
*cl = container_of(work, struct
hda_cldma
, memcpy_work.work);
in cldma_memcpy_work()
124
void hda_cldma_transfer(struct
hda_cldma
*cl, unsigned long start_delay)
in hda_cldma_transfer()
136
int hda_cldma_start(struct
hda_cldma
*cl)
in hda_cldma_start()
151
int hda_cldma_stop(struct
hda_cldma
*cl)
in hda_cldma_stop()
168
int hda_cldma_reset(struct
hda_cldma
*cl)
in hda_cldma_reset()
198
void hda_cldma_set_data(struct
hda_cldma
*c
[all...]
H
A
D
loader.c
137
struct
hda_cldma
*cl = &code_loader;
in avs_cldma_load_basefw()
191
struct
hda_cldma
*cl = &code_loader;
in avs_cldma_load_library()
212
struct
hda_cldma
*cl = &code_loader;
in avs_cldma_load_module()
Completed in 3 milliseconds