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:tuner_formats
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/usb/pvrusb2/
H
A
D
pvrusb2-eeprom.c
119
trace_eeprom("
tuner_formats
=0x%x",tvdata.
tuner_formats
);
in pvr2_eeprom_analyze()
128
hdw->std_mask_eeprom = tvdata.
tuner_formats
;
in pvr2_eeprom_analyze()
/kernel/linux/linux-6.6/drivers/media/usb/pvrusb2/
H
A
D
pvrusb2-eeprom.c
119
trace_eeprom("
tuner_formats
=0x%x",tvdata.
tuner_formats
);
in pvr2_eeprom_analyze()
128
hdw->std_mask_eeprom = tvdata.
tuner_formats
;
in pvr2_eeprom_analyze()
/kernel/linux/linux-5.10/include/media/
H
A
D
tveeprom.h
42
* @
tuner_formats
: Supported analog TV standards (V4L2_STD_*).
76
u32
tuner_formats
;
member
/kernel/linux/linux-6.6/include/media/
H
A
D
tveeprom.h
42
* @
tuner_formats
: Supported analog TV standards (V4L2_STD_*).
76
u32
tuner_formats
;
member
/kernel/linux/linux-5.10/drivers/media/common/
H
A
D
tveeprom.c
676
tvee->
tuner_formats
= 0;
in tveeprom_hauppauge_analog()
680
tvee->
tuner_formats
|= hauppauge_tuner_fmt[i].id;
in tveeprom_hauppauge_analog()
/kernel/linux/linux-6.6/drivers/media/common/
H
A
D
tveeprom.c
676
tvee->
tuner_formats
= 0;
in tveeprom_hauppauge_analog()
680
tvee->
tuner_formats
|= hauppauge_tuner_fmt[i].id;
in tveeprom_hauppauge_analog()
/kernel/linux/linux-5.10/drivers/media/pci/cx18/
H
A
D
cx18-driver.c
424
if ((tv.
tuner_formats
& TVEEPROM_TUNER_FORMAT_ALL)
in cx18_process_eeprom()
428
} else if (tv.
tuner_formats
& V4L2_STD_PAL) {
in cx18_process_eeprom()
431
} else if (tv.
tuner_formats
& V4L2_STD_NTSC) {
in cx18_process_eeprom()
434
} else if (tv.
tuner_formats
& V4L2_STD_SECAM) {
in cx18_process_eeprom()
/kernel/linux/linux-6.6/drivers/media/pci/cx18/
H
A
D
cx18-driver.c
423
if ((tv.
tuner_formats
& TVEEPROM_TUNER_FORMAT_ALL)
in cx18_process_eeprom()
427
} else if (tv.
tuner_formats
& V4L2_STD_PAL) {
in cx18_process_eeprom()
430
} else if (tv.
tuner_formats
& V4L2_STD_NTSC) {
in cx18_process_eeprom()
433
} else if (tv.
tuner_formats
& V4L2_STD_SECAM) {
in cx18_process_eeprom()
/kernel/linux/linux-5.10/drivers/media/pci/ivtv/
H
A
D
ivtv-driver.c
533
if (tv.
tuner_formats
& V4L2_STD_PAL) {
in ivtv_process_eeprom()
536
} else if (tv.
tuner_formats
& V4L2_STD_NTSC) {
in ivtv_process_eeprom()
539
} else if (tv.
tuner_formats
& V4L2_STD_SECAM) {
in ivtv_process_eeprom()
/kernel/linux/linux-6.6/drivers/media/pci/ivtv/
H
A
D
ivtv-driver.c
530
if (tv.
tuner_formats
& V4L2_STD_PAL) {
in ivtv_process_eeprom()
533
} else if (tv.
tuner_formats
& V4L2_STD_NTSC) {
in ivtv_process_eeprom()
536
} else if (tv.
tuner_formats
& V4L2_STD_SECAM) {
in ivtv_process_eeprom()
/kernel/linux/linux-5.10/drivers/media/pci/cx88/
H
A
D
cx88.h
366
unsigned int
tuner_formats
;
member
H
A
D
cx88-cards.c
2886
core->
tuner_formats
= tv.
tuner_formats
;
in hauppauge_eeprom()
/kernel/linux/linux-6.6/drivers/media/pci/cx88/
H
A
D
cx88.h
366
unsigned int
tuner_formats
;
member
H
A
D
cx88-cards.c
2886
core->
tuner_formats
= tv.
tuner_formats
;
in hauppauge_eeprom()
Completed in 19 milliseconds