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:current_gain
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/
H
A
D
dib0090.c
136
s16
current_gain
; /* keeps the currently programmed gain */
member
940
/* use gain as a temporary variable and correct
current_gain
*/
in dib0090_gain_apply()
942
if (gain_delta >= ((s16) gain - state->
current_gain
)) /* overflow */
in dib0090_gain_apply()
943
state->
current_gain
= gain;
in dib0090_gain_apply()
945
state->
current_gain
+= gain_delta;
in dib0090_gain_apply()
946
/* cannot be less than 0 (only if gain_delta is less than 0 we can have
current_gain
< 0) */
in dib0090_gain_apply()
947
if (state->
current_gain
< 0)
in dib0090_gain_apply()
948
state->
current_gain
= 0;
in dib0090_gain_apply()
951
gain = state->
current_gain
>> GAIN_ALPHA;
in dib0090_gain_apply()
1196
state->
current_gain
in dib0090_gain_control()
[all...]
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/
H
A
D
dib0090.c
136
s16
current_gain
; /* keeps the currently programmed gain */
member
940
/* use gain as a temporary variable and correct
current_gain
*/
in dib0090_gain_apply()
942
if (gain_delta >= ((s16) gain - state->
current_gain
)) /* overflow */
in dib0090_gain_apply()
943
state->
current_gain
= gain;
in dib0090_gain_apply()
945
state->
current_gain
+= gain_delta;
in dib0090_gain_apply()
946
/* cannot be less than 0 (only if gain_delta is less than 0 we can have
current_gain
< 0) */
in dib0090_gain_apply()
947
if (state->
current_gain
< 0)
in dib0090_gain_apply()
948
state->
current_gain
= 0;
in dib0090_gain_apply()
951
gain = state->
current_gain
>> GAIN_ALPHA;
in dib0090_gain_apply()
1196
state->
current_gain
in dib0090_gain_control()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dmub/inc/
H
A
D
dmub_cmd.h
247
* @
current_gain
: Current backlight reduction (u16.16).
249
uint32_t
current_gain
;
member
Completed in 13 milliseconds