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_r
(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
659
ctl_r
= (read_r >> mc->shift) / 10;
in rt711_sdca_set_gain_get()
661
ctl_r
= read_r;
in rt711_sdca_set_gain_get()
663
ctl_r
= 0xffff & ~(read_r - 1);
in rt711_sdca_set_gain_get()
666
ctl_r
*= 100;
in rt711_sdca_set_gain_get()
667
ctl_r
>>= 8;
in rt711_sdca_set_gain_get()
670
ctl_r
= mc->shift - (
ctl_r
/ 75);
in rt711_sdca_set_gain_get()
672
ctl_r
= mc->shift + (
ctl_r
/ 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
576
ctl_r
= read_r / tendB;
in rt712_sdca_set_gain_get()
579
ctl_r
= mc->max - (((0x1e00 - read_r) & 0xffff) / interval_offset);
in rt712_sdca_set_gain_get()
581
ctl_r
= mc->max - (((0 - read_r) & 0xffff) / interval_offset);
in rt712_sdca_set_gain_get()
584
ctl_r
= ctl_l;
in rt712_sdca_set_gain_get()
587
ucontrol->value.integer.value[1] =
ctl_r
;
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
447
ctl_r
= read_r / tendB;
in rt722_sdca_set_gain_get()
450
ctl_r
= mc->max - (((0x1e00 - read_r) & 0xffff) / interval_offset);
in rt722_sdca_set_gain_get()
452
ctl_r
= mc->max - (((0 - read_r) & 0xffff) / interval_offset);
in rt722_sdca_set_gain_get()
455
ctl_r
= ctl_l;
in rt722_sdca_set_gain_get()
459
ucontrol->value.integer.value[1] =
ctl_r
;
in rt722_sdca_set_gain_get()
Completed in 5 milliseconds