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:m_qam_if_agc_cfg
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/
H
A
D
drxk_hard.h
306
struct s_cfg_agc
m_qam_if_agc_cfg
; /* settings for QAM IF-AGC */
member
H
A
D
drxk_hard.c
685
state->
m_qam_if_agc_cfg
.ctrl_mode = DRXK_AGC_CTRL_AUTO;
in init_state()
686
state->
m_qam_if_agc_cfg
.output_level = 0;
in init_state()
687
state->
m_qam_if_agc_cfg
.min_output_level = 0;
in init_state()
688
state->
m_qam_if_agc_cfg
.max_output_level = 9000;
in init_state()
689
state->
m_qam_if_agc_cfg
.top = 0x0511;
in init_state()
690
state->
m_qam_if_agc_cfg
.cut_off_current = 0;
in init_state()
691
state->
m_qam_if_agc_cfg
.speed = 3;
in init_state()
692
state->
m_qam_if_agc_cfg
.ingain_tgt_max = 5119;
in init_state()
693
state->
m_qam_if_agc_cfg
.fast_clip_ctrl_delay = 50;
in init_state()
2190
p_if_agc_settings = &state->
m_qam_if_agc_cfg
;
in set_agc_rf()
[all...]
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/
H
A
D
drxk_hard.h
306
struct s_cfg_agc
m_qam_if_agc_cfg
; /* settings for QAM IF-AGC */
member
H
A
D
drxk_hard.c
666
state->
m_qam_if_agc_cfg
.ctrl_mode = DRXK_AGC_CTRL_AUTO;
in init_state()
667
state->
m_qam_if_agc_cfg
.output_level = 0;
in init_state()
668
state->
m_qam_if_agc_cfg
.min_output_level = 0;
in init_state()
669
state->
m_qam_if_agc_cfg
.max_output_level = 9000;
in init_state()
670
state->
m_qam_if_agc_cfg
.top = 0x0511;
in init_state()
671
state->
m_qam_if_agc_cfg
.cut_off_current = 0;
in init_state()
672
state->
m_qam_if_agc_cfg
.speed = 3;
in init_state()
673
state->
m_qam_if_agc_cfg
.ingain_tgt_max = 5119;
in init_state()
674
state->
m_qam_if_agc_cfg
.fast_clip_ctrl_delay = 50;
in init_state()
2171
p_if_agc_settings = &state->
m_qam_if_agc_cfg
;
in set_agc_rf()
[all...]
Completed in 10 milliseconds