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:tunertype
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/pci/ivtv/
H
A
D
ivtv-driver.c
141
static int
tunertype
= -1;
variable
167
module_param(
tunertype
, int, 0644);
212
MODULE_PARM_DESC(
tunertype
,
552
tunertype
= 0;
in ivtv_parse_std()
560
tunertype
= 0;
in ivtv_parse_std()
564
tunertype
= 1;
in ivtv_parse_std()
570
tunertype
= 0;
in ivtv_parse_std()
576
tunertype
= 0;
in ivtv_parse_std()
580
tunertype
= 1;
in ivtv_parse_std()
596
tunertype
in ivtv_parse_std()
[all...]
/kernel/linux/linux-6.6/drivers/media/pci/ivtv/
H
A
D
ivtv-driver.c
141
static int
tunertype
= -1;
variable
167
module_param(
tunertype
, int, 0644);
212
MODULE_PARM_DESC(
tunertype
,
549
tunertype
= 0;
in ivtv_parse_std()
557
tunertype
= 0;
in ivtv_parse_std()
561
tunertype
= 1;
in ivtv_parse_std()
567
tunertype
= 0;
in ivtv_parse_std()
573
tunertype
= 0;
in ivtv_parse_std()
577
tunertype
= 1;
in ivtv_parse_std()
593
tunertype
in ivtv_parse_std()
[all...]
/kernel/linux/linux-5.10/include/media/
H
A
D
tuner-types.h
175
* struct
tunertype
- describes the known tuners.
189
struct
tunertype
{
struct
202
extern struct
tunertype
tuners[];
/kernel/linux/linux-6.6/include/media/
H
A
D
tuner-types.h
175
* struct
tunertype
- describes the known tuners.
189
struct
tunertype
{
struct
202
extern struct
tunertype
tuners[];
/kernel/linux/linux-5.10/drivers/media/tuners/
H
A
D
tuner-simple.c
115
struct
tunertype
*tun;
239
struct
tunertype
*tun = priv->tun;
in simple_tuner_params()
667
struct
tunertype
*tun;
in simple_set_radio_freq()
851
struct
tunertype
*tun = priv->tun;
in simple_dvb_configure()
H
A
D
tuner-types.c
1439
struct
tunertype
tuners[] = {
/kernel/linux/linux-6.6/drivers/media/tuners/
H
A
D
tuner-simple.c
115
struct
tunertype
*tun;
239
struct
tunertype
*tun = priv->tun;
in simple_tuner_params()
667
struct
tunertype
*tun;
in simple_set_radio_freq()
851
struct
tunertype
*tun = priv->tun;
in simple_dvb_configure()
H
A
D
tuner-types.c
1439
struct
tunertype
tuners[] = {
Completed in 12 milliseconds