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:ctlvol
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/sound/soc/intel/avs/
H
A
D
control.c
86
long
ctlvol
= ucontrol->value.integer.value[0];
in avs_control_volume_put()
local
89
if (
ctlvol
< 0 ||
ctlvol
> mc->max)
in avs_control_volume_put()
95
if (*volume !=
ctlvol
) {
in avs_control_volume_put()
96
*volume =
ctlvol
;
in avs_control_volume_put()
/kernel/linux/linux-5.10/sound/soc/intel/catpt/
H
A
D
pcm.c
394
static int catpt_set_dspvol(struct catpt_dev *cdev, u8 stream_id, long *
ctlvol
);
810
static int catpt_set_dspvol(struct catpt_dev *cdev, u8 stream_id, long *
ctlvol
)
in catpt_set_dspvol()
argument
816
if (
ctlvol
[i] !=
ctlvol
[0])
in catpt_set_dspvol()
820
dspvol = ctlvol_to_dspvol(
ctlvol
[0]);
in catpt_set_dspvol()
827
dspvol = ctlvol_to_dspvol(
ctlvol
[i]);
in catpt_set_dspvol()
901
long *
ctlvol
= (long *)kcontrol->private_value;
in catpt_stream_volume_get()
local
908
ucontrol->value.integer.value[i] =
ctlvol
[i];
in catpt_stream_volume_get()
933
long *
ctlvol
= (long *)kcontrol->private_value;
in catpt_stream_volume_put()
local
939
ctlvol
[
in catpt_stream_volume_put()
[all...]
/kernel/linux/linux-6.6/sound/soc/intel/catpt/
H
A
D
pcm.c
327
static int catpt_set_dspvol(struct catpt_dev *cdev, u8 stream_id, long *
ctlvol
);
813
static int catpt_set_dspvol(struct catpt_dev *cdev, u8 stream_id, long *
ctlvol
)
in catpt_set_dspvol()
argument
819
if (
ctlvol
[i] !=
ctlvol
[0])
in catpt_set_dspvol()
823
dspvol = ctlvol_to_dspvol(
ctlvol
[0]);
in catpt_set_dspvol()
830
dspvol = ctlvol_to_dspvol(
ctlvol
[i]);
in catpt_set_dspvol()
909
long *
ctlvol
= (long *)kcontrol->private_value;
in catpt_stream_volume_get()
local
917
ucontrol->value.integer.value[i] =
ctlvol
[i];
in catpt_stream_volume_get()
944
long *
ctlvol
= (long *)kcontrol->private_value;
in catpt_stream_volume_put()
local
950
ctlvol
[
in catpt_stream_volume_put()
[all...]
Completed in 4 milliseconds