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:stream_desc
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/sound/pci/mixart/
H
A
D
mixart_core.h
164
u32
stream_desc
;
member
209
struct mixart_txx_stream_desc
stream_desc
;
member
396
struct mixart_txx_stream_desc
stream_desc
[1]; /* only one stream per command, but this could be an array */
member
H
A
D
mixart.c
392
stream_state_req.stream_info.
stream_desc
.uid_pipe = stream->pipe->group_uid;
in mixart_set_stream_state()
393
stream_state_req.stream_info.
stream_desc
.stream_idx = stream->substream->number;
in mixart_set_stream_state()
569
stream_param.
stream_desc
[0].uid_pipe = stream->pipe->group_uid;
in mixart_set_format()
570
stream_param.
stream_desc
[0].stream_idx = stream->substream->number;
in mixart_set_format()
/kernel/linux/linux-6.6/sound/pci/mixart/
H
A
D
mixart_core.h
165
u32
stream_desc
;
member
210
struct mixart_txx_stream_desc
stream_desc
;
member
404
struct mixart_txx_stream_desc
stream_desc
; /* only one stream per command, but this could be an array, in theory */
member
H
A
D
mixart.c
391
stream_state_req.stream_info.
stream_desc
.uid_pipe = stream->pipe->group_uid;
in mixart_set_stream_state()
392
stream_state_req.stream_info.
stream_desc
.stream_idx = stream->substream->number;
in mixart_set_stream_state()
568
stream_param.
stream_desc
.uid_pipe = stream->pipe->group_uid;
in mixart_set_format()
569
stream_param.
stream_desc
.stream_idx = stream->substream->number;
in mixart_set_format()
/kernel/linux/linux-6.6/drivers/media/platform/amphion/
H
A
D
vpu_windsor.c
448
struct vpu_rpc_buffer_desc *
stream_desc
;
member
530
return hcs->ctrls[instance].
stream_desc
;
in get_stream_buf_desc()
607
hcs->ctrls[i].
stream_desc
= rpc->virt + offset;
in vpu_windsor_init_rpc()
Completed in 8 milliseconds