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:vsb_pre_saw_cfg
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/drx39xyj/
H
A
D
drxj.h
488
struct drxj_cfg_pre_saw
vsb_pre_saw_cfg
;
member
H
A
D
drxj.c
709
{ /*
vsb_pre_saw_cfg
*/
6089
rc = ctrl_set_cfg_pre_saw(demod, &(ext_attr->
vsb_pre_saw_cfg
));
in set_vsb()
11022
ext_attr->
vsb_pre_saw_cfg
.standard = DRX_STANDARD_8VSB;
in drxj_reset_mode()
11023
ext_attr->
vsb_pre_saw_cfg
.reference = 0x07;
in drxj_reset_mode()
11024
ext_attr->
vsb_pre_saw_cfg
.use_pre_saw = true;
in drxj_reset_mode()
11229
ext_attr->
vsb_pre_saw_cfg
= *pre_saw;
in ctrl_set_cfg_pre_saw()
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/drx39xyj/
H
A
D
drxj.h
489
struct drxj_cfg_pre_saw
vsb_pre_saw_cfg
;
member
H
A
D
drxj.c
709
{ /*
vsb_pre_saw_cfg
*/
6086
rc = ctrl_set_cfg_pre_saw(demod, &(ext_attr->
vsb_pre_saw_cfg
));
in set_vsb()
11020
ext_attr->
vsb_pre_saw_cfg
.standard = DRX_STANDARD_8VSB;
in drxj_reset_mode()
11021
ext_attr->
vsb_pre_saw_cfg
.reference = 0x07;
in drxj_reset_mode()
11022
ext_attr->
vsb_pre_saw_cfg
.use_pre_saw = true;
in drxj_reset_mode()
11226
ext_attr->
vsb_pre_saw_cfg
= *pre_saw;
in ctrl_set_cfg_pre_saw()
Completed in 35 milliseconds