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:ctl_l
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/sound/soc/codecs/
H
A
D
rt711-sdca.c
626
unsigned int read_l, read_r,
ctl_l
= 0, ctl_r = 0;
in rt711_sdca_set_gain_get()
local
638
ctl_l
= (read_l >> mc->shift) / 10;
in rt711_sdca_set_gain_get()
640
ctl_l
= read_l;
in rt711_sdca_set_gain_get()
642
ctl_l
= 0xffff & ~(read_l - 1);
in rt711_sdca_set_gain_get()
645
ctl_l
*= 100;
in rt711_sdca_set_gain_get()
646
ctl_l
>>= 8;
in rt711_sdca_set_gain_get()
649
ctl_l
= mc->shift - (
ctl_l
/ 75);
in rt711_sdca_set_gain_get()
651
ctl_l
= mc->shift + (
ctl_l
/ 7
in rt711_sdca_set_gain_get()
[all...]
H
A
D
rt712-sdca.c
554
unsigned int read_l, read_r,
ctl_l
= 0, ctl_r = 0;
in rt712_sdca_set_gain_get()
local
566
ctl_l
= read_l / tendB;
in rt712_sdca_set_gain_get()
569
ctl_l
= mc->max - (((0x1e00 - read_l) & 0xffff) / interval_offset);
in rt712_sdca_set_gain_get()
571
ctl_l
= mc->max - (((0 - read_l) & 0xffff) / interval_offset);
in rt712_sdca_set_gain_get()
584
ctl_r =
ctl_l
;
in rt712_sdca_set_gain_get()
586
ucontrol->value.integer.value[0] =
ctl_l
;
in rt712_sdca_set_gain_get()
H
A
D
rt722-sdca.c
424
unsigned int read_l, read_r,
ctl_l
= 0, ctl_r = 0;
in rt722_sdca_set_gain_get()
local
437
ctl_l
= read_l / tendB;
in rt722_sdca_set_gain_get()
440
ctl_l
= mc->max - (((0x1e00 - read_l) & 0xffff) / interval_offset);
in rt722_sdca_set_gain_get()
442
ctl_l
= mc->max - (((0 - read_l) & 0xffff) / interval_offset);
in rt722_sdca_set_gain_get()
455
ctl_r =
ctl_l
;
in rt722_sdca_set_gain_get()
458
ucontrol->value.integer.value[0] =
ctl_l
;
in rt722_sdca_set_gain_get()
Completed in 5 milliseconds