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:vb_vbi_cap_q
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/test-drivers/vivid/
H
A
D
vivid-vbi-cap.c
258
if (dev->stream_sliced_vbi_cap && vb2_is_busy(&dev->
vb_vbi_cap_q
))
in vidioc_s_fmt_vbi_cap()
325
if (!dev->stream_sliced_vbi_cap && vb2_is_busy(&dev->
vb_vbi_cap_q
))
in vidioc_s_fmt_sliced_vbi_cap()
H
A
D
vivid-core.h
408
struct vb2_queue
vb_vbi_cap_q
;
member
H
A
D
vivid-vid-cap.c
1402
vb2_is_busy(&dev->
vb_vbi_cap_q
) ||
in vidioc_s_input()
1665
if (vb2_is_busy(&dev->vb_vid_cap_q) || vb2_is_busy(&dev->
vb_vbi_cap_q
))
in vivid_vid_cap_s_std()
H
A
D
vivid-ctrls.c
1088
if (vb2_start_streaming_called(&dev->
vb_vbi_cap_q
))
in vivid_streaming_s_ctrl()
1089
vb2_queue_error(&dev->
vb_vbi_cap_q
);
in vivid_streaming_s_ctrl()
H
A
D
vivid-core.c
1276
ret = vivid_create_queue(dev, &dev->
vb_vbi_cap_q
,
in vivid_create_queues()
1462
vfd->queue = &dev->
vb_vbi_cap_q
;
in vivid_create_devnodes()
/kernel/linux/linux-6.6/drivers/media/test-drivers/vivid/
H
A
D
vivid-vbi-cap.c
258
if (f->type != V4L2_BUF_TYPE_VBI_CAPTURE && vb2_is_busy(&dev->
vb_vbi_cap_q
))
in vidioc_s_fmt_vbi_cap()
323
if (fmt->type != V4L2_BUF_TYPE_SLICED_VBI_CAPTURE && vb2_is_busy(&dev->
vb_vbi_cap_q
))
in vidioc_s_fmt_sliced_vbi_cap()
H
A
D
vivid-core.h
392
struct vb2_queue
vb_vbi_cap_q
;
member
H
A
D
vivid-vid-cap.c
1157
vb2_is_busy(&dev->
vb_vbi_cap_q
) ||
in vidioc_s_input()
1420
if (vb2_is_busy(&dev->vb_vid_cap_q) || vb2_is_busy(&dev->
vb_vbi_cap_q
))
in vivid_vid_cap_s_std()
H
A
D
vivid-ctrls.c
1176
if (vb2_start_streaming_called(&dev->
vb_vbi_cap_q
))
in vivid_streaming_s_ctrl()
1177
vb2_queue_error(&dev->
vb_vbi_cap_q
);
in vivid_streaming_s_ctrl()
H
A
D
vivid-core.c
1316
ret = vivid_create_queue(dev, &dev->
vb_vbi_cap_q
,
in vivid_create_queues()
1502
vfd->queue = &dev->
vb_vbi_cap_q
;
in vivid_create_devnodes()
Completed in 21 milliseconds