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:gain_l_val
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/sound/soc/codecs/
H
A
D
rt711-sdca.c
542
unsigned int read_l, read_r,
gain_l_val
, gain_r_val;
in rt711_sdca_set_gain_put()
local
555
gain_l_val
= ucontrol->value.integer.value[0];
in rt711_sdca_set_gain_put()
556
if (
gain_l_val
> mc->max)
in rt711_sdca_set_gain_put()
557
gain_l_val
= mc->max;
in rt711_sdca_set_gain_put()
558
read_l =
gain_l_val
;
in rt711_sdca_set_gain_put()
561
gain_l_val
= (
gain_l_val
* 10) << mc->shift;
in rt711_sdca_set_gain_put()
563
if (adc_vol_flag &&
gain_l_val
> mc->shift)
in rt711_sdca_set_gain_put()
564
gain_l_val
= (
gain_l_val
in rt711_sdca_set_gain_put()
[all...]
H
A
D
rt712-sdca.c
487
unsigned int read_l, read_r,
gain_l_val
, gain_r_val;
in rt712_sdca_set_gain_put()
local
500
gain_l_val
= ucontrol->value.integer.value[0];
in rt712_sdca_set_gain_put()
501
if (
gain_l_val
> mc->max)
in rt712_sdca_set_gain_put()
502
gain_l_val
= mc->max;
in rt712_sdca_set_gain_put()
505
gain_l_val
=
gain_l_val
* tendB;
in rt712_sdca_set_gain_put()
509
gain_l_val
= 0x1e00 - ((mc->max -
gain_l_val
) * interval_offset);
in rt712_sdca_set_gain_put()
511
gain_l_val
= 0 - ((mc->max -
gain_l_val
) * interval_offse
in rt712_sdca_set_gain_put()
[all...]
H
A
D
rt722-sdca.c
353
unsigned int read_l, read_r,
gain_l_val
, gain_r_val;
in rt722_sdca_set_gain_put()
local
367
gain_l_val
= ucontrol->value.integer.value[0];
in rt722_sdca_set_gain_put()
368
if (
gain_l_val
> mc->max)
in rt722_sdca_set_gain_put()
369
gain_l_val
= mc->max;
in rt722_sdca_set_gain_put()
372
gain_l_val
=
gain_l_val
* tendB;
in rt722_sdca_set_gain_put()
376
gain_l_val
= 0x1e00 - ((mc->max -
gain_l_val
) * interval_offset);
in rt722_sdca_set_gain_put()
378
gain_l_val
= 0 - ((mc->max -
gain_l_val
) * interval_offse
in rt722_sdca_set_gain_put()
[all...]
Completed in 4 milliseconds