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:TM6010
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/usb/tm6000/
H
A
D
tm6000-core.c
2
// tm6000-core.c - driver for TM5600/TM6000/
TM6010
USB video capture devices
192
if (dev->dev_type ==
TM6010
) {
in tm6000_set_fourcc_format()
218
if (dev->dev_type ==
TM6010
) {
in tm6000_set_vbi()
274
if (dev->dev_type ==
TM6010
) {
in tm6000_init_analog_mode()
345
if (dev->dev_type ==
TM6010
) {
in tm6000_init_digital_mode()
570
if (dev->dev_type !=
TM6010
)
in tm6000_init()
571
dev->dev_type =
TM6010
;
in tm6000_init()
579
if (dev->dev_type ==
TM6010
) {
in tm6000_init()
629
if (dev->dev_type ==
TM6010
) {
in tm6000_set_audio_bitrate()
650
if (dev->dev_type ==
TM6010
) {
in tm6000_set_audio_rinput()
[all...]
H
A
D
tm6000-i2c.c
2
// tm6000-i2c.c - driver for TM5600/TM6000/
TM6010
USB video capture devices
37
if (dev->dev_type ==
TM6010
)
in tm6000_i2c_send_regs()
71
if (dev->dev_type ==
TM6010
)
in tm6000_i2c_recv_regs()
118
if (dev->dev_type ==
TM6010
) {
in tm6000_i2c_recv_regs16()
H
A
D
tm6000-cards.c
2
// tm6000-cards.c - driver for TM5600/TM6000/
TM6010
USB video capture devices
155
.type =
TM6010
,
338
.type =
TM6010
,
376
.type =
TM6010
,
413
.type =
TM6010
,
450
.type =
TM6010
,
512
.type =
TM6010
,
549
.type =
TM6010
,
578
.type =
TM6010
,
935
if (dev->dev_type ==
TM6010
)
in tm6000_config_tuner()
[all...]
H
A
D
tm6000-stds.c
2
// tm6000-stds.c - driver for TM5600/TM6000/
TM6010
USB video capture devices
478
if (dev->dev_type ==
TM6010
) {
in tm6000_set_standard()
615
if ((dev->dev_type ==
TM6010
) &&
in tm6000_set_standard()
H
A
D
tm6000.h
3
* tm6000.h - driver for TM5600/TM6000/
TM6010
USB video capture devices
50
TM6010
,
enumerator
Completed in 5 milliseconds