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_vid_out
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/drivers/media/test-drivers/vivid/
H
A
D
vivid-core.c
576
vivid_is_in_use(dev->
has_vid_out
, &dev->vid_out_dev) +
in vivid_is_last_user()
593
if (dev->
has_vid_out
)
in vivid_reconnect()
990
dev->
has_vid_out
= node_type & 0x0100;
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()
1087
if (dev->
has_vid_out
) {
in vivid_set_capabilities()
1305
if (dev->
has_vid_out
) {
in vivid_create_queues()
1437
if (dev->
has_vid_out
) {
in vivid_create_devnodes()
1904
if (dev->
has_vid_out
) {
in vivid_create_instance()
2045
if (dev->
has_vid_out
) {
in vivid_remove()
[all...]
H
A
D
vivid-ctrls.c
126
vivid_unregister_dev(dev->
has_vid_out
, &dev->vid_out_dev);
in vivid_user_gen_s_ctrl()
1732
if (dev->
has_vid_out
&& show_ccs_out) {
in vivid_create_controls()
1827
if ((dev->has_vid_cap && dev->
has_vid_out
) ||
in vivid_create_controls()
1941
if (dev->
has_vid_out
) {
in vivid_create_controls()
H
A
D
vivid-core.h
190
bool
has_vid_out
;
member
/kernel/linux/linux-5.10/drivers/media/test-drivers/vivid/
H
A
D
vivid-core.c
950
dev->
has_vid_out
= node_type & 0x0100;
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()
1047
if (dev->
has_vid_out
) {
in vivid_set_capabilities()
1265
if (dev->
has_vid_out
) {
in vivid_create_queues()
1397
if (dev->
has_vid_out
) {
in vivid_create_devnodes()
1882
if (dev->
has_vid_out
) {
in vivid_create_instance()
2010
if (dev->
has_vid_out
) {
in vivid_remove()
H
A
D
vivid-core.h
194
bool
has_vid_out
;
member
H
A
D
vivid-ctrls.c
1641
if (dev->
has_vid_out
&& show_ccs_out) {
in vivid_create_controls()
1736
if ((dev->has_vid_cap && dev->
has_vid_out
) ||
in vivid_create_controls()
1850
if (dev->
has_vid_out
) {
in vivid_create_controls()
Completed in 14 milliseconds