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:dma_risc
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/sound/pci/
H
A
D
bt87x.c
189
struct snd_dma_buffer
dma_risc
;
member
219
if (chip->
dma_risc
.area == NULL) {
in snd_bt87x_create_risc()
221
PAGE_ALIGN(MAX_RISC_SIZE), &chip->
dma_risc
) < 0)
in snd_bt87x_create_risc()
224
risc = (__le32 *)chip->
dma_risc
.area;
in snd_bt87x_create_risc()
258
*risc++ = cpu_to_le32(chip->
dma_risc
.addr);
in snd_bt87x_create_risc()
266
if (chip->
dma_risc
.area) {
in snd_bt87x_free_risc()
267
snd_dma_free_pages(&chip->
dma_risc
);
in snd_bt87x_free_risc()
268
chip->
dma_risc
.area = NULL;
in snd_bt87x_free_risc()
486
snd_bt87x_writel(chip, REG_RISC_STRT_ADD, chip->
dma_risc
.addr);
in snd_bt87x_start()
/kernel/linux/linux-6.6/sound/pci/
H
A
D
bt87x.c
187
struct snd_dma_buffer
dma_risc
;
member
217
if (chip->
dma_risc
.area == NULL) {
in snd_bt87x_create_risc()
219
PAGE_ALIGN(MAX_RISC_SIZE), &chip->
dma_risc
) < 0)
in snd_bt87x_create_risc()
222
risc = (__le32 *)chip->
dma_risc
.area;
in snd_bt87x_create_risc()
256
*risc++ = cpu_to_le32(chip->
dma_risc
.addr);
in snd_bt87x_create_risc()
264
if (chip->
dma_risc
.area) {
in snd_bt87x_free_risc()
265
snd_dma_free_pages(&chip->
dma_risc
);
in snd_bt87x_free_risc()
266
chip->
dma_risc
.area = NULL;
in snd_bt87x_free_risc()
485
snd_bt87x_writel(chip, REG_RISC_STRT_ADD, chip->
dma_risc
.addr);
in snd_bt87x_start()
Completed in 4 milliseconds