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:vb2_q
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/platform/qcom/camss/
H
A
D
camss-video.h
40
struct vb2_queue
vb2_q
;
member
H
A
D
camss-video.c
746
if (vb2_is_busy(&video->
vb2_q
))
in video_s_fmt()
940
q = &video->
vb2_q
;
in msm_video_register()
1000
vdev->queue = &video->
vb2_q
;
in msm_video_register()
/kernel/linux/linux-6.6/drivers/media/platform/qcom/camss/
H
A
D
camss-video.h
40
struct vb2_queue
vb2_q
;
member
H
A
D
camss-video.c
789
if (vb2_is_busy(&video->
vb2_q
))
in video_s_fmt()
983
q = &video->
vb2_q
;
in msm_video_register()
1048
vdev->queue = &video->
vb2_q
;
in msm_video_register()
/kernel/linux/linux-6.6/drivers/media/platform/nxp/imx8-isi/
H
A
D
imx8-isi-video.c
1138
if (vb2_is_busy(&video->
vb2_q
))
in mxc_isi_video_s_fmt()
1155
if (vb2_queue_is_busy(&video->
vb2_q
, file))
in mxc_isi_video_streamon()
1192
ret = vb2_streamon(&video->
vb2_q
, type);
in mxc_isi_video_streamon()
1412
struct vb2_queue *q = &video->
vb2_q
;
in mxc_isi_video_register()
H
A
D
imx8-isi-core.h
205
/* Protects is_streaming, and the vdev and
vb2_q
operations */
219
struct vb2_queue
vb2_q
;
member
H
A
D
imx8-isi-pipe.c
460
if (vb2_is_busy(&pipe->video.
vb2_q
))
in mxc_isi_pipe_set_fmt()
Completed in 9 milliseconds