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_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
294
struct s_cfg_agc
m_atv_if_agc_cfg
; /* settings for ATV IF-AGC */
member
H
A
D
drxk_hard.c
632
state->
m_atv_if_agc_cfg
.ctrl_mode = ul_atv_if_agc_mode;
in init_state()
633
state->
m_atv_if_agc_cfg
.output_level = ul_atv_if_agc_output_level;
in init_state()
634
state->
m_atv_if_agc_cfg
.min_output_level = ul_atv_if_agc_min_level;
in init_state()
635
state->
m_atv_if_agc_cfg
.max_output_level = ul_atv_if_agc_max_level;
in init_state()
636
state->
m_atv_if_agc_cfg
.speed = ul_atv_if_agc_speed;
in init_state()
2192
p_if_agc_settings = &state->
m_atv_if_agc_cfg
;
in set_agc_rf()
6416
if_agc = state->
m_atv_if_agc_cfg
;
in get_strength()
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/
H
A
D
drxk_hard.h
294
struct s_cfg_agc
m_atv_if_agc_cfg
; /* settings for ATV IF-AGC */
member
H
A
D
drxk_hard.c
613
state->
m_atv_if_agc_cfg
.ctrl_mode = ul_atv_if_agc_mode;
in init_state()
614
state->
m_atv_if_agc_cfg
.output_level = ul_atv_if_agc_output_level;
in init_state()
615
state->
m_atv_if_agc_cfg
.min_output_level = ul_atv_if_agc_min_level;
in init_state()
616
state->
m_atv_if_agc_cfg
.max_output_level = ul_atv_if_agc_max_level;
in init_state()
617
state->
m_atv_if_agc_cfg
.speed = ul_atv_if_agc_speed;
in init_state()
2173
p_if_agc_settings = &state->
m_atv_if_agc_cfg
;
in set_agc_rf()
6385
if_agc = state->
m_atv_if_agc_cfg
;
in get_strength()
Completed in 14 milliseconds