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:vinput
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/usb/tm6000/
H
A
D
tm6000-cards.c
69
struct tm6000_input
vinput
[3];
member
85
.
vinput
= { {
112
.
vinput
= { {
138
.
vinput
= { {
175
.
vinput
= { {
205
.
vinput
= { {
230
.
vinput
= { {
256
.
vinput
= { {
286
.
vinput
= { {
315
.
vinput
[all...]
H
A
D
tm6000.h
218
struct tm6000_input
vinput
[3]; /* video input */
member
H
A
D
tm6000-core.c
742
mux = dev->
vinput
[dev->input].amux;
in tm6000_tvaudio_set_mute()
802
mux = dev->
vinput
[dev->input].amux;
in tm6000_set_volume()
H
A
D
tm6000-video.c
1076
if (!dev->
vinput
[n].type)
in vidioc_enum_input()
1081
if (dev->
vinput
[n].type == TM6000_INPUT_TV)
in vidioc_enum_input()
1086
strscpy(i->name, iname[dev->
vinput
[n].type], sizeof(i->name));
in vidioc_enum_input()
1111
if (!dev->
vinput
[i].type)
in vidioc_s_input()
H
A
D
tm6000-stds.c
474
input = &dev->
vinput
[dev->input];
in tm6000_set_standard()
Completed in 5 milliseconds