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:capq
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/
H
A
D
atomisp_ioctl.c
611
return asd->video_out_preview.
capq
.streaming
in atomisp_subdev_streaming_count()
612
+ asd->video_out_capture.
capq
.streaming
in atomisp_subdev_streaming_count()
613
+ asd->video_out_video_capture.
capq
.streaming
in atomisp_subdev_streaming_count()
614
+ asd->video_out_vf.
capq
.streaming
in atomisp_subdev_streaming_count()
615
+ asd->video_in.
capq
.streaming;
in atomisp_subdev_streaming_count()
1137
mutex_lock(&pipe->
capq
.vb_lock);
in __atomisp_reqbufs()
1138
if (!list_empty(&pipe->
capq
.stream))
in __atomisp_reqbufs()
1139
videobuf_queue_cancel(&pipe->
capq
);
in __atomisp_reqbufs()
1141
atomisp_videobuf_free_queue(&pipe->
capq
);
in __atomisp_reqbufs()
1142
mutex_unlock(&pipe->
capq
in __atomisp_reqbufs()
[all...]
H
A
D
atomisp_fops.c
660
videobuf_queue_vmalloc_init(&pipe->
capq
, &videobuf_qops, NULL,
in atomisp_init_pipe()
934
if (pipe->
capq
.streaming)
in atomisp_release()
939
if (pipe->
capq
.streaming &&
in atomisp_release()
1256
return atomisp_videobuf_mmap_mapper(&pipe->
capq
, vma);
in atomisp_mmap()
1280
if (pipe->
capq
.streaming != 1) {
in atomisp_poll()
1286
return videobuf_poll_stream(file, &pipe->
capq
, pt);
in atomisp_poll()
H
A
D
atomisp_subdev.h
72
struct videobuf_queue
capq
;
member
90
* also to make activeq, activeq_out,
capq
and outq list
H
A
D
atomisp_cmd.c
699
for (i = 0; pipe->
capq
.bufs[i]; i++) {
in atomisp_css_frame_to_vbuf()
700
vm_mem = pipe->
capq
.bufs[i]->priv;
in atomisp_css_frame_to_vbuf()
703
return pipe->
capq
.bufs[i];
in atomisp_css_frame_to_vbuf()
718
for (i = 0; pipe->
capq
.bufs[i]; i++) {
in atomisp_flush_video_pipe()
720
if (pipe->
capq
.bufs[i]->state == VIDEOBUF_ACTIVE ||
in atomisp_flush_video_pipe()
721
pipe->
capq
.bufs[i]->state == VIDEOBUF_QUEUED) {
in atomisp_flush_video_pipe()
722
pipe->
capq
.bufs[i]->ts = ktime_get_ns();
in atomisp_flush_video_pipe()
723
pipe->
capq
.bufs[i]->field_count =
in atomisp_flush_video_pipe()
727
if (pipe->
capq
.bufs[i]->state == VIDEOBUF_QUEUED)
in atomisp_flush_video_pipe()
728
list_del_init(&pipe->
capq
in atomisp_flush_video_pipe()
[all...]
/kernel/linux/linux-6.6/drivers/media/pci/bt8xx/
H
A
D
bttv-vbi.c
86
if (vb2_is_streaming(&btv->
capq
))
in buf_queue_vbi()
144
if (!vb2_is_streaming(&btv->
capq
)) {
in start_streaming_vbi()
159
if (!vb2_is_streaming(&btv->
capq
)) {
in stop_streaming_vbi()
H
A
D
bttvp.h
439
struct vb2_queue
capq
;
member
H
A
D
bttv-driver.c
1947
q = &btv->
capq
;
in bttv_switch_type()
3099
q = &btv->
capq
;
in vdev_init()
Completed in 14 milliseconds