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:bufferinfo
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/sound/pci/mixart/
H
A
D
mixart.c
277
struct mixart_bufferinfo *
bufferinfo
;
in snd_mixart_add_ref_pipe()
local
291
flowinfo[j].bufferinfo_array_phy_address = (u32)chip->mgr->
bufferinfo
.addr + (j * sizeof(struct mixart_bufferinfo));
in snd_mixart_add_ref_pipe()
294
bufferinfo
= (struct mixart_bufferinfo *)chip->mgr->
bufferinfo
.area;
in snd_mixart_add_ref_pipe()
295
bufferinfo
[j].buffer_address = 0; /* buffer is not yet allocated */
in snd_mixart_add_ref_pipe()
296
bufferinfo
[j].available_length = 0; /* buffer is not yet allocated */
in snd_mixart_add_ref_pipe()
299
bufferinfo
[j].buffer_id = (chip->chip_idx << MIXART_NOTIFY_CARD_OFFSET) + (pcm_number << MIXART_NOTIFY_PCM_OFFSET ) + i;
in snd_mixart_add_ref_pipe()
301
bufferinfo
[j].buffer_id |= MIXART_NOTIFY_CAPT_MASK;
in snd_mixart_add_ref_pipe()
628
struct mixart_bufferinfo *
bufferinfo
;
in snd_mixart_hw_params()
local
634
bufferinfo
in snd_mixart_hw_params()
[all...]
H
A
D
mixart.h
84
struct snd_dma_buffer
bufferinfo
;
member
/kernel/linux/linux-6.6/sound/pci/mixart/
H
A
D
mixart.c
276
struct mixart_bufferinfo *
bufferinfo
;
in snd_mixart_add_ref_pipe()
local
290
flowinfo[j].bufferinfo_array_phy_address = (u32)chip->mgr->
bufferinfo
.addr + (j * sizeof(struct mixart_bufferinfo));
in snd_mixart_add_ref_pipe()
293
bufferinfo
= (struct mixart_bufferinfo *)chip->mgr->
bufferinfo
.area;
in snd_mixart_add_ref_pipe()
294
bufferinfo
[j].buffer_address = 0; /* buffer is not yet allocated */
in snd_mixart_add_ref_pipe()
295
bufferinfo
[j].available_length = 0; /* buffer is not yet allocated */
in snd_mixart_add_ref_pipe()
298
bufferinfo
[j].buffer_id = (chip->chip_idx << MIXART_NOTIFY_CARD_OFFSET) + (pcm_number << MIXART_NOTIFY_PCM_OFFSET ) + i;
in snd_mixart_add_ref_pipe()
300
bufferinfo
[j].buffer_id |= MIXART_NOTIFY_CAPT_MASK;
in snd_mixart_add_ref_pipe()
627
struct mixart_bufferinfo *
bufferinfo
;
in snd_mixart_hw_params()
local
633
bufferinfo
in snd_mixart_hw_params()
[all...]
H
A
D
mixart.h
84
struct snd_dma_buffer
bufferinfo
;
member
Completed in 4 milliseconds