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:group_uid
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/sound/pci/mixart/
H
A
D
mixart.c
102
group_state.pipe_uid[0] = pipe->
group_uid
;
in mixart_set_pipe_state()
109
request.uid = pipe->
group_uid
; /*(struct mixart_uid){0,0};*/
in mixart_set_pipe_state()
189
clock_properties.uid_caller[0] = pipe->
group_uid
;
in mixart_set_clock()
314
pipe->
group_uid
= buf->sgroup_resp.group; /* id of the pipe, as returned by embedded */
in snd_mixart_add_ref_pipe()
362
request.data = &pipe->
group_uid
; /* the streaming group ! */
in snd_mixart_kill_ref_pipe()
363
request.size = sizeof(pipe->
group_uid
);
in snd_mixart_kill_ref_pipe()
373
pipe->
group_uid
= (struct mixart_uid){0,0};
in snd_mixart_kill_ref_pipe()
392
stream_state_req.stream_info.stream_desc.uid_pipe = stream->pipe->
group_uid
;
in mixart_set_stream_state()
569
stream_param.stream_desc[0].uid_pipe = stream->pipe->
group_uid
;
in mixart_set_format()
H
A
D
mixart.h
142
struct mixart_uid
group_uid
; /* id of the pipe, as returned by embedded */
member
H
A
D
mixart_mixer.c
734
set_level.stream_level.desc.uid_pipe = pipe->
group_uid
;
in mixart_update_playback_stream_level()
/kernel/linux/linux-6.6/sound/pci/mixart/
H
A
D
mixart.c
101
group_state.pipe_uid = pipe->
group_uid
;
in mixart_set_pipe_state()
108
request.uid = pipe->
group_uid
; /*(struct mixart_uid){0,0};*/
in mixart_set_pipe_state()
188
clock_properties.uid_caller = pipe->
group_uid
;
in mixart_set_clock()
313
pipe->
group_uid
= buf->sgroup_resp.group; /* id of the pipe, as returned by embedded */
in snd_mixart_add_ref_pipe()
361
request.data = &pipe->
group_uid
; /* the streaming group ! */
in snd_mixart_kill_ref_pipe()
362
request.size = sizeof(pipe->
group_uid
);
in snd_mixart_kill_ref_pipe()
372
pipe->
group_uid
= (struct mixart_uid){0,0};
in snd_mixart_kill_ref_pipe()
391
stream_state_req.stream_info.stream_desc.uid_pipe = stream->pipe->
group_uid
;
in mixart_set_stream_state()
568
stream_param.stream_desc.uid_pipe = stream->pipe->
group_uid
;
in mixart_set_format()
H
A
D
mixart.h
142
struct mixart_uid
group_uid
; /* id of the pipe, as returned by embedded */
member
H
A
D
mixart_mixer.c
734
set_level.stream_level.desc.uid_pipe = pipe->
group_uid
;
in mixart_update_playback_stream_level()
Completed in 10 milliseconds