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:tv_system
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/
H
A
D
ascot2e.c
316
enum ascot2e_tv_system_t
tv_system
;
in ascot2e_set_params()
local
322
tv_system
= ascot2e_get_tv_system(fe);
in ascot2e_set_params()
324
if (
tv_system
== ASCOT2E_DTV_UNKNOWN) {
in ascot2e_set_params()
337
if (ascot2e_sett[
tv_system
].agc_sel != ASCOT2E_AUTO) {
in ascot2e_set_params()
340
(ascot2e_sett[
tv_system
].agc_sel & 0x03) << 3);
in ascot2e_set_params()
342
if (ascot2e_sett[
tv_system
].if_out_sel != ASCOT2E_AUTO) {
in ascot2e_set_params()
345
(ascot2e_sett[
tv_system
].if_out_sel & 0x01) << 2);
in ascot2e_set_params()
351
if (
tv_system
== ASCOT2E_DTV_DVBC_6 ||
in ascot2e_set_params()
352
tv_system
== ASCOT2E_DTV_DVBC_8) {
in ascot2e_set_params()
362
if (
tv_system
in ascot2e_set_params()
[all...]
H
A
D
helene.c
37
#define TERR_INTERNAL_LOOPFILTER_AVAILABLE(
tv_system
) \
38
(((
tv_system
) != SONY_HELENE_DTV_DVBC_6) && \
39
((
tv_system
) != SONY_HELENE_DTV_DVBC_8)\
40
&& ((
tv_system
) != SONY_HELENE_DTV_DVBC2_6) && \
41
((
tv_system
) != SONY_HELENE_DTV_DVBC2_8))
514
enum helene_tv_system_t
tv_system
;
in helene_set_params_s()
local
523
tv_system
= helene_get_tv_system(fe);
in helene_set_params_s()
525
if (
tv_system
== SONY_HELENE_TV_SYSTEM_UNKNOWN) {
in helene_set_params_s()
599
switch (
tv_system
) {
in helene_set_params_s()
631
__func__,
tv_system
);
in helene_set_params_s()
664
enum helene_
tv_system
_t
tv_system
;
helene_set_params_t()
local
[all...]
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/
H
A
D
ascot2e.c
316
enum ascot2e_tv_system_t
tv_system
;
in ascot2e_set_params()
local
322
tv_system
= ascot2e_get_tv_system(fe);
in ascot2e_set_params()
324
if (
tv_system
== ASCOT2E_DTV_UNKNOWN) {
in ascot2e_set_params()
337
if (ascot2e_sett[
tv_system
].agc_sel != ASCOT2E_AUTO) {
in ascot2e_set_params()
340
(ascot2e_sett[
tv_system
].agc_sel & 0x03) << 3);
in ascot2e_set_params()
342
if (ascot2e_sett[
tv_system
].if_out_sel != ASCOT2E_AUTO) {
in ascot2e_set_params()
345
(ascot2e_sett[
tv_system
].if_out_sel & 0x01) << 2);
in ascot2e_set_params()
351
if (
tv_system
== ASCOT2E_DTV_DVBC_6 ||
in ascot2e_set_params()
352
tv_system
== ASCOT2E_DTV_DVBC_8) {
in ascot2e_set_params()
362
if (
tv_system
in ascot2e_set_params()
[all...]
H
A
D
helene.c
37
#define TERR_INTERNAL_LOOPFILTER_AVAILABLE(
tv_system
) \
38
(((
tv_system
) != SONY_HELENE_DTV_DVBC_6) && \
39
((
tv_system
) != SONY_HELENE_DTV_DVBC_8)\
40
&& ((
tv_system
) != SONY_HELENE_DTV_DVBC2_6) && \
41
((
tv_system
) != SONY_HELENE_DTV_DVBC2_8))
514
enum helene_tv_system_t
tv_system
;
in helene_set_params_s()
local
523
tv_system
= helene_get_tv_system(fe);
in helene_set_params_s()
525
if (
tv_system
== SONY_HELENE_TV_SYSTEM_UNKNOWN) {
in helene_set_params_s()
599
switch (
tv_system
) {
in helene_set_params_s()
631
__func__,
tv_system
);
in helene_set_params_s()
664
enum helene_
tv_system
_t
tv_system
;
helene_set_params_t()
local
[all...]
Completed in 5 milliseconds