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:LgStat
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/sound/drivers/vx/
H
A
D
vx_core.c
152
if (rmh->DspStat == RMH_SSIZE_FIXED && rmh->
LgStat
== 0)
in vx_read_status()
172
rmh->
LgStat
= size + 1;
in vx_read_status()
183
rmh->
LgStat
= size + 1;
in vx_read_status()
187
size = rmh->
LgStat
;
in vx_read_status()
H
A
D
vx_cmd.c
92
rmh->
LgStat
= vx_dsp_cmds[cmd].st_length;
in vx_init_rmh()
H
A
D
vx_pcm.c
1090
while (i < chip->irq_rmh.
LgStat
) {
in vx_pcm_update_intr()
H
A
D
vx_mixer.c
371
rmh.
LgStat
+= 2 * VU_METER_CHANNELS;
in vx_get_audio_vu_meter()
/kernel/linux/linux-6.6/sound/drivers/vx/
H
A
D
vx_core.c
157
if (rmh->DspStat == RMH_SSIZE_FIXED && rmh->
LgStat
== 0)
in vx_read_status()
177
rmh->
LgStat
= size + 1;
in vx_read_status()
188
rmh->
LgStat
= size + 1;
in vx_read_status()
192
size = rmh->
LgStat
;
in vx_read_status()
H
A
D
vx_cmd.c
92
rmh->
LgStat
= vx_dsp_cmds[cmd].st_length;
in vx_init_rmh()
H
A
D
vx_pcm.c
1099
while (i < chip->irq_rmh.
LgStat
) {
in vx_pcm_update_intr()
H
A
D
vx_mixer.c
371
rmh.
LgStat
+= 2 * VU_METER_CHANNELS;
in vx_get_audio_vu_meter()
/kernel/linux/linux-5.10/include/sound/
H
A
D
vx_core.h
29
u16
LgStat
; /* length of the status received (WORDs) */
member
418
RMH_SSIZE_FIXED = 0, /* status size given by the driver (in
LgStat
) */
/kernel/linux/linux-6.6/include/sound/
H
A
D
vx_core.h
29
u16
LgStat
; /* length of the status received (WORDs) */
member
418
RMH_SSIZE_FIXED = 0, /* status size given by the driver (in
LgStat
) */
Completed in 11 milliseconds