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_meta_out
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/test-drivers/vivid/
H
A
D
vivid-meta-out.c
154
if (!vivid_is_webcam(dev) || !dev->
has_meta_out
)
in vidioc_g_fmt_meta_out()
H
A
D
vivid-core.c
960
dev->
has_meta_out
= node_type & 0x40000;
in vivid_detect_feature_set()
964
!dev->has_vid_out && !dev->has_vbi_out && !dev->
has_meta_out
) {
in vivid_detect_feature_set()
969
if (out_type_counter[HDMI] && !dev->has_vid_out && !dev->
has_meta_out
) {
in vivid_detect_feature_set()
1101
if (dev->
has_meta_out
) {
in vivid_set_capabilities()
1310
if (dev->
has_meta_out
) {
in vivid_create_queues()
1611
if (dev->
has_meta_out
) {
in vivid_create_devnodes()
2051
if (dev->
has_meta_out
) {
in vivid_remove()
H
A
D
vivid-core.h
206
bool
has_meta_out
;
member
H
A
D
vivid-ctrls.c
1903
if (dev->
has_meta_out
) {
in vivid_create_controls()
/kernel/linux/linux-6.6/drivers/media/test-drivers/vivid/
H
A
D
vivid-meta-out.c
154
if (!vivid_is_webcam(dev) || !dev->
has_meta_out
)
in vidioc_g_fmt_meta_out()
H
A
D
vivid-core.c
583
vivid_is_in_use(dev->
has_meta_out
, &dev->meta_out_dev) +
in vivid_is_last_user()
607
if (dev->
has_meta_out
)
in vivid_reconnect()
1000
dev->
has_meta_out
= node_type & 0x40000;
in vivid_detect_feature_set()
1004
!dev->has_vid_out && !dev->has_vbi_out && !dev->
has_meta_out
) {
in vivid_detect_feature_set()
1009
if (out_type_counter[HDMI] && !dev->has_vid_out && !dev->
has_meta_out
) {
in vivid_detect_feature_set()
1141
if (dev->
has_meta_out
) {
in vivid_set_capabilities()
1350
if (dev->
has_meta_out
) {
in vivid_create_queues()
1651
if (dev->
has_meta_out
) {
in vivid_create_devnodes()
2086
if (dev->
has_meta_out
) {
in vivid_remove()
H
A
D
vivid-core.h
202
bool
has_meta_out
;
member
H
A
D
vivid-ctrls.c
133
vivid_unregister_dev(dev->
has_meta_out
, &dev->meta_out_dev);
in vivid_user_gen_s_ctrl()
1994
if (dev->
has_meta_out
) {
in vivid_create_controls()
Completed in 20 milliseconds