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_atv_rf_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
293
struct s_cfg_agc
m_atv_rf_agc_cfg
; /* settings for ATV RF-AGC */
member
H
A
D
drxk_hard.c
639
state->
m_atv_rf_agc_cfg
.ctrl_mode = ul_atv_rf_agc_mode;
in init_state()
640
state->
m_atv_rf_agc_cfg
.output_level = ul_atv_rf_agc_output_level;
in init_state()
641
state->
m_atv_rf_agc_cfg
.min_output_level = ul_atv_rf_agc_min_level;
in init_state()
642
state->
m_atv_rf_agc_cfg
.max_output_level = ul_atv_rf_agc_max_level;
in init_state()
643
state->
m_atv_rf_agc_cfg
.speed = ul_atv_rf_agc_speed;
in init_state()
644
state->
m_atv_rf_agc_cfg
.top = ul_atv_rf_agc_top;
in init_state()
645
state->
m_atv_rf_agc_cfg
.cut_off_current = ul_atv_rf_agc_cut_off_current;
in init_state()
2341
p_rf_agc_settings = &state->
m_atv_rf_agc_cfg
;
in set_agc_if()
6415
rf_agc = state->
m_atv_rf_agc_cfg
;
in get_strength()
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/
H
A
D
drxk_hard.h
293
struct s_cfg_agc
m_atv_rf_agc_cfg
; /* settings for ATV RF-AGC */
member
H
A
D
drxk_hard.c
620
state->
m_atv_rf_agc_cfg
.ctrl_mode = ul_atv_rf_agc_mode;
in init_state()
621
state->
m_atv_rf_agc_cfg
.output_level = ul_atv_rf_agc_output_level;
in init_state()
622
state->
m_atv_rf_agc_cfg
.min_output_level = ul_atv_rf_agc_min_level;
in init_state()
623
state->
m_atv_rf_agc_cfg
.max_output_level = ul_atv_rf_agc_max_level;
in init_state()
624
state->
m_atv_rf_agc_cfg
.speed = ul_atv_rf_agc_speed;
in init_state()
625
state->
m_atv_rf_agc_cfg
.top = ul_atv_rf_agc_top;
in init_state()
626
state->
m_atv_rf_agc_cfg
.cut_off_current = ul_atv_rf_agc_cut_off_current;
in init_state()
2322
p_rf_agc_settings = &state->
m_atv_rf_agc_cfg
;
in set_agc_if()
6384
rf_agc = state->
m_atv_rf_agc_cfg
;
in get_strength()
Completed in 15 milliseconds