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:pilot_val
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/
H
A
D
cx24116.c
163
u8
pilot_val
;
member
1224
state->dnxt.
pilot_val
= CX24116_PILOT_OFF;
in cx24116_set_frontend()
1250
state->dnxt.
pilot_val
= (c->modulation == QPSK)
in cx24116_set_frontend()
1255
state->dnxt.
pilot_val
= CX24116_PILOT_OFF;
in cx24116_set_frontend()
1258
state->dnxt.
pilot_val
= CX24116_PILOT_ON;
in cx24116_set_frontend()
1315
state->dcur.pilot, state->dcur.
pilot_val
);
in cx24116_set_frontend()
1353
cmd.args[0x07] = state->dcur.fec_val | state->dcur.
pilot_val
;
in cx24116_set_frontend()
H
A
D
cx24117.c
174
u8
pilot_val
;
member
1322
state->dnxt.
pilot_val
= CX24117_PILOT_OFF;
in cx24117_set_frontend()
1345
state->dnxt.
pilot_val
= CX24117_PILOT_AUTO;
in cx24117_set_frontend()
1348
state->dnxt.
pilot_val
= CX24117_PILOT_OFF;
in cx24117_set_frontend()
1351
state->dnxt.
pilot_val
= CX24117_PILOT_ON;
in cx24117_set_frontend()
1420
state->dcur.pilot, state->dcur.
pilot_val
);
in cx24117_set_frontend()
1454
cmd.args[8] = state->dcur.fec_val | state->dcur.
pilot_val
;
in cx24117_set_frontend()
H
A
D
cx24120.c
126
u8
pilot_val
;
member
1087
state->dnxt.
pilot_val
= CX24120_PILOT_OFF;
in cx24120_set_pilot()
1093
state->dnxt.
pilot_val
= CX24120_PILOT_OFF;
in cx24120_set_pilot()
1096
state->dnxt.
pilot_val
= CX24120_PILOT_ON;
in cx24120_set_pilot()
1100
state->dnxt.
pilot_val
= CX24120_PILOT_AUTO;
in cx24120_set_pilot()
1186
state->dcur.pilot, state->dcur.
pilot_val
);
in cx24120_set_frontend()
1211
cmd.arg[7] = state->dcur.fec_val | state->dcur.
pilot_val
;
in cx24120_set_frontend()
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/
H
A
D
cx24116.c
163
u8
pilot_val
;
member
1224
state->dnxt.
pilot_val
= CX24116_PILOT_OFF;
in cx24116_set_frontend()
1250
state->dnxt.
pilot_val
= (c->modulation == QPSK)
in cx24116_set_frontend()
1255
state->dnxt.
pilot_val
= CX24116_PILOT_OFF;
in cx24116_set_frontend()
1258
state->dnxt.
pilot_val
= CX24116_PILOT_ON;
in cx24116_set_frontend()
1315
state->dcur.pilot, state->dcur.
pilot_val
);
in cx24116_set_frontend()
1353
cmd.args[0x07] = state->dcur.fec_val | state->dcur.
pilot_val
;
in cx24116_set_frontend()
H
A
D
cx24117.c
174
u8
pilot_val
;
member
1321
state->dnxt.
pilot_val
= CX24117_PILOT_OFF;
in cx24117_set_frontend()
1344
state->dnxt.
pilot_val
= CX24117_PILOT_AUTO;
in cx24117_set_frontend()
1347
state->dnxt.
pilot_val
= CX24117_PILOT_OFF;
in cx24117_set_frontend()
1350
state->dnxt.
pilot_val
= CX24117_PILOT_ON;
in cx24117_set_frontend()
1419
state->dcur.pilot, state->dcur.
pilot_val
);
in cx24117_set_frontend()
1453
cmd.args[8] = state->dcur.fec_val | state->dcur.
pilot_val
;
in cx24117_set_frontend()
H
A
D
cx24120.c
126
u8
pilot_val
;
member
1088
state->dnxt.
pilot_val
= CX24120_PILOT_OFF;
in cx24120_set_pilot()
1094
state->dnxt.
pilot_val
= CX24120_PILOT_OFF;
in cx24120_set_pilot()
1097
state->dnxt.
pilot_val
= CX24120_PILOT_ON;
in cx24120_set_pilot()
1101
state->dnxt.
pilot_val
= CX24120_PILOT_AUTO;
in cx24120_set_pilot()
1187
state->dcur.pilot, state->dcur.
pilot_val
);
in cx24120_set_frontend()
1212
cmd.arg[7] = state->dcur.fec_val | state->dcur.
pilot_val
;
in cx24120_set_frontend()
Completed in 13 milliseconds