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:BAND_CBAND
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/
H
A
D
dibx000_common.h
56
#define
BAND_CBAND
0x20
macro
58
#define BAND_OF_FREQUENCY(freq_kHz) ((freq_kHz) <= 170000 ?
BAND_CBAND
: \
H
A
D
dib0090.c
904
if (state->current_band ==
BAND_CBAND
)
in dib0090_wbd_target()
1069
if (state->current_band ==
BAND_CBAND
) {
in dib0090_pwm_gain_reset()
1111
(state->current_band ==
BAND_CBAND
) ? "CBAND" : "NOT CBAND",
in dib0090_pwm_gain_reset()
1115
(state->current_band ==
BAND_CBAND
&&
in dib0090_pwm_gain_reset()
1177
if (state->current_band ==
BAND_CBAND
&& !state->identity.p1g) {
in dib0090_gain_control()
1182
if ((state->current_band ==
BAND_CBAND
|| state->current_band == BAND_VHF) && state->identity.p1g) {
in dib0090_gain_control()
1222
if (state->current_band ==
BAND_CBAND
&& ltg2) {
in dib0090_gain_control()
2319
if (state->current_band &
BAND_CBAND
|| state->current_band & BAND_FM || state->current_band & BAND_VHF
in dib0090_tune()
2321
state->current_band =
BAND_CBAND
;
in dib0090_tune()
2328
if (state->current_band &
BAND_CBAND
|| stat
in dib0090_tune()
[all...]
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/
H
A
D
dibx000_common.h
56
#define
BAND_CBAND
0x20
macro
58
#define BAND_OF_FREQUENCY(freq_kHz) ((freq_kHz) <= 170000 ?
BAND_CBAND
: \
H
A
D
dib0090.c
904
if (state->current_band ==
BAND_CBAND
)
in dib0090_wbd_target()
1069
if (state->current_band ==
BAND_CBAND
) {
in dib0090_pwm_gain_reset()
1111
(state->current_band ==
BAND_CBAND
) ? "CBAND" : "NOT CBAND",
in dib0090_pwm_gain_reset()
1115
(state->current_band ==
BAND_CBAND
&&
in dib0090_pwm_gain_reset()
1177
if (state->current_band ==
BAND_CBAND
&& !state->identity.p1g) {
in dib0090_gain_control()
1182
if ((state->current_band ==
BAND_CBAND
|| state->current_band == BAND_VHF) && state->identity.p1g) {
in dib0090_gain_control()
1222
if (state->current_band ==
BAND_CBAND
&& ltg2) {
in dib0090_gain_control()
2321
if (state->current_band &
BAND_CBAND
|| state->current_band & BAND_FM || state->current_band & BAND_VHF
in dib0090_tune()
2323
state->current_band =
BAND_CBAND
;
in dib0090_tune()
2330
if (state->current_band &
BAND_CBAND
|| stat
in dib0090_tune()
[all...]
/kernel/linux/linux-5.10/drivers/media/usb/dvb-usb/
H
A
D
dib0700_devices.c
1469
.band_caps =
BAND_CBAND
,
1700
if (band !=
BAND_CBAND
) {
in dib8096_set_param_override()
1706
if (band ==
BAND_CBAND
) {
in dib8096_set_param_override()
1904
.band_caps = BAND_FM | BAND_VHF |
BAND_CBAND
,
2729
.band_caps = BAND_FM | BAND_VHF |
BAND_CBAND
,
/kernel/linux/linux-6.6/drivers/media/usb/dvb-usb/
H
A
D
dib0700_devices.c
1469
.band_caps =
BAND_CBAND
,
1700
if (band !=
BAND_CBAND
) {
in dib8096_set_param_override()
1706
if (band ==
BAND_CBAND
) {
in dib8096_set_param_override()
1904
.band_caps = BAND_FM | BAND_VHF |
BAND_CBAND
,
2722
.band_caps = BAND_FM | BAND_VHF |
BAND_CBAND
,
Completed in 23 milliseconds