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_vbi_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
578
vivid_is_in_use(dev->
has_vbi_out
, &dev->vbi_out_dev) +
in vivid_is_last_user()
597
if (dev->
has_vbi_out
)
in vivid_reconnect()
996
dev->
has_vbi_out
= dev->has_raw_vbi_out | dev->has_sliced_vbi_out;
in vivid_detect_feature_set()
1004
!dev->has_vid_out && !dev->
has_vbi_out
&& !dev->has_meta_out) {
in vivid_detect_feature_set()
1108
if (dev->
has_vbi_out
) {
in vivid_set_capabilities()
1323
if (dev->
has_vbi_out
) {
in vivid_create_queues()
1524
if (dev->
has_vbi_out
) {
in vivid_create_devnodes()
2055
if (dev->
has_vbi_out
) {
in vivid_remove()
H
A
D
vivid-core.h
194
bool
has_vbi_out
;
member
H
A
D
vivid-ctrls.c
128
vivid_unregister_dev(dev->
has_vbi_out
, &dev->vbi_out_dev);
in vivid_user_gen_s_ctrl()
1828
(dev->has_vbi_cap && dev->
has_vbi_out
))
in vivid_create_controls()
1959
if (dev->
has_vbi_out
) {
in vivid_create_controls()
/kernel/linux/linux-5.10/drivers/media/test-drivers/vivid/
H
A
D
vivid-core.c
956
dev->
has_vbi_out
= dev->has_raw_vbi_out | dev->has_sliced_vbi_out;
in vivid_detect_feature_set()
964
!dev->has_vid_out && !dev->
has_vbi_out
&& !dev->has_meta_out) {
in vivid_detect_feature_set()
1068
if (dev->
has_vbi_out
) {
in vivid_set_capabilities()
1283
if (dev->
has_vbi_out
) {
in vivid_create_queues()
1484
if (dev->
has_vbi_out
) {
in vivid_create_devnodes()
2020
if (dev->
has_vbi_out
) {
in vivid_remove()
H
A
D
vivid-core.h
198
bool
has_vbi_out
;
member
H
A
D
vivid-ctrls.c
1737
(dev->has_vbi_cap && dev->
has_vbi_out
))
in vivid_create_controls()
1868
if (dev->
has_vbi_out
) {
in vivid_create_controls()
Completed in 16 milliseconds