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:V4L2_TUNER_SDR
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/usb/hackrf/
H
A
D
hackrf.c
52
.type =
V4L2_TUNER_SDR
,
1030
v->type =
V4L2_TUNER_SDR
;
in hackrf_g_tuner()
1069
a->type =
V4L2_TUNER_SDR
;
in hackrf_g_modulator()
1146
f->type =
V4L2_TUNER_SDR
;
in hackrf_g_frequency()
/kernel/linux/linux-6.6/drivers/media/usb/hackrf/
H
A
D
hackrf.c
52
.type =
V4L2_TUNER_SDR
,
1027
v->type =
V4L2_TUNER_SDR
;
in hackrf_g_tuner()
1066
a->type =
V4L2_TUNER_SDR
;
in hackrf_g_modulator()
1143
f->type =
V4L2_TUNER_SDR
;
in hackrf_g_frequency()
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H
A
D
videodev2.h
89
V4L2_TUNER_SDR
= 4,
enumerator
92
#define V4L2_TUNER_ADC
V4L2_TUNER_SDR
/kernel/linux/linux-5.10/include/uapi/linux/
H
A
D
videodev2.h
180
V4L2_TUNER_SDR
= 4,
enumerator
185
#define V4L2_TUNER_ADC
V4L2_TUNER_SDR
/kernel/linux/linux-6.6/include/uapi/linux/
H
A
D
videodev2.h
180
V4L2_TUNER_SDR
= 4,
enumerator
185
#define V4L2_TUNER_ADC
V4L2_TUNER_SDR
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H
A
D
videodev2.h
73
V4L2_TUNER_SDR
= 4,
enumerator
76
#define V4L2_TUNER_ADC
V4L2_TUNER_SDR
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H
A
D
videodev2.h
73
V4L2_TUNER_SDR
= 4,
enumerator
76
#define V4L2_TUNER_ADC
V4L2_TUNER_SDR
/kernel/linux/linux-5.10/drivers/media/v4l2-core/
H
A
D
v4l2-ioctl.c
1948
p->type =
V4L2_TUNER_SDR
;
in v4l_g_frequency()
1967
if (p->type !=
V4L2_TUNER_SDR
&& p->type != V4L2_TUNER_RF)
in v4l_s_frequency()
2673
if (p->type !=
V4L2_TUNER_SDR
&& p->type != V4L2_TUNER_RF)
in v4l_enum_freq_bands()
/kernel/linux/linux-6.6/drivers/media/v4l2-core/
H
A
D
v4l2-ioctl.c
1975
p->type =
V4L2_TUNER_SDR
;
in v4l_g_frequency()
1994
if (p->type !=
V4L2_TUNER_SDR
&& p->type != V4L2_TUNER_RF)
in v4l_s_frequency()
2709
if (p->type !=
V4L2_TUNER_SDR
&& p->type != V4L2_TUNER_RF)
in v4l_enum_freq_bands()
Completed in 60 milliseconds