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:vb2q
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/usb/usbtv/
H
A
D
usbtv-video.c
890
usbtv->
vb2q
.type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
in usbtv_video_init()
891
usbtv->
vb2q
.io_modes = VB2_MMAP | VB2_USERPTR | VB2_READ;
in usbtv_video_init()
892
usbtv->
vb2q
.drv_priv = usbtv;
in usbtv_video_init()
893
usbtv->
vb2q
.buf_struct_size = sizeof(struct usbtv_buf);
in usbtv_video_init()
894
usbtv->
vb2q
.ops = &usbtv_vb2_ops;
in usbtv_video_init()
895
usbtv->
vb2q
.mem_ops = &vb2_vmalloc_memops;
in usbtv_video_init()
896
usbtv->
vb2q
.timestamp_flags = V4L2_BUF_FLAG_TIMESTAMP_MONOTONIC;
in usbtv_video_init()
897
usbtv->
vb2q
.lock = &usbtv->vb2q_lock;
in usbtv_video_init()
898
ret = vb2_queue_init(&usbtv->
vb2q
);
in usbtv_video_init()
938
usbtv->vdev.queue = &usbtv->
vb2q
;
in usbtv_video_init()
[all...]
H
A
D
usbtv.h
94
struct vb2_queue
vb2q
;
member
/kernel/linux/linux-6.6/drivers/media/usb/usbtv/
H
A
D
usbtv-video.c
893
usbtv->
vb2q
.type = V4L2_BUF_TYPE_VIDEO_CAPTURE;
in usbtv_video_init()
894
usbtv->
vb2q
.io_modes = VB2_MMAP | VB2_USERPTR | VB2_READ;
in usbtv_video_init()
895
usbtv->
vb2q
.drv_priv = usbtv;
in usbtv_video_init()
896
usbtv->
vb2q
.buf_struct_size = sizeof(struct usbtv_buf);
in usbtv_video_init()
897
usbtv->
vb2q
.ops = &usbtv_vb2_ops;
in usbtv_video_init()
898
usbtv->
vb2q
.mem_ops = &vb2_vmalloc_memops;
in usbtv_video_init()
899
usbtv->
vb2q
.timestamp_flags = V4L2_BUF_FLAG_TIMESTAMP_MONOTONIC;
in usbtv_video_init()
900
usbtv->
vb2q
.lock = &usbtv->vb2q_lock;
in usbtv_video_init()
901
ret = vb2_queue_init(&usbtv->
vb2q
);
in usbtv_video_init()
941
usbtv->vdev.queue = &usbtv->
vb2q
;
in usbtv_video_init()
[all...]
H
A
D
usbtv.h
95
struct vb2_queue
vb2q
;
member
Completed in 4 milliseconds