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:has_raw_vbi_cap
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/test-drivers/vivid/
H
A
D
vivid-core.c
832
else if (buf_type == V4L2_BUF_TYPE_VBI_CAPTURE && !dev->
has_raw_vbi_cap
)
in vivid_create_queue()
927
dev->
has_raw_vbi_cap
= node_type & 0x0004;
in vivid_detect_feature_set()
929
dev->has_vbi_cap = dev->
has_raw_vbi_cap
| dev->has_sliced_vbi_cap;
in vivid_detect_feature_set()
1060
dev->vbi_cap_caps = (dev->
has_raw_vbi_cap
? V4L2_CAP_VBI_CAPTURE : 0) |
in vivid_set_capabilities()
1479
(dev->
has_raw_vbi_cap
&& dev->has_sliced_vbi_cap) ?
in vivid_create_devnodes()
1481
(dev->
has_raw_vbi_cap
? "raw" : "sliced"));
in vivid_create_devnodes()
H
A
D
vivid-vbi-cap.c
243
if (!vivid_is_sdtv_cap(dev) || !dev->
has_raw_vbi_cap
)
in vidioc_g_fmt_vbi_cap()
H
A
D
vivid-core.h
196
bool
has_raw_vbi_cap
;
member
H
A
D
vivid-ctrls.c
1680
if (dev->
has_raw_vbi_cap
)
in vivid_create_controls()
/kernel/linux/linux-6.6/drivers/media/test-drivers/vivid/
H
A
D
vivid-core.c
871
else if (buf_type == V4L2_BUF_TYPE_VBI_CAPTURE && !dev->
has_raw_vbi_cap
)
in vivid_create_queue()
967
dev->
has_raw_vbi_cap
= node_type & 0x0004;
in vivid_detect_feature_set()
969
dev->has_vbi_cap = dev->
has_raw_vbi_cap
| dev->has_sliced_vbi_cap;
in vivid_detect_feature_set()
1100
dev->vbi_cap_caps = (dev->
has_raw_vbi_cap
? V4L2_CAP_VBI_CAPTURE : 0) |
in vivid_set_capabilities()
1519
(dev->
has_raw_vbi_cap
&& dev->has_sliced_vbi_cap) ?
in vivid_create_devnodes()
1521
(dev->
has_raw_vbi_cap
? "raw" : "sliced"));
in vivid_create_devnodes()
H
A
D
vivid-vbi-cap.c
243
if (!vivid_is_sdtv_cap(dev) || !dev->
has_raw_vbi_cap
)
in vidioc_g_fmt_vbi_cap()
H
A
D
vivid-core.h
192
bool
has_raw_vbi_cap
;
member
H
A
D
vivid-ctrls.c
1771
if (dev->
has_raw_vbi_cap
)
in vivid_create_controls()
Completed in 15 milliseconds