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:next_dst_buf
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/v4l2-core/
H
A
D
v4l2-mem2mem.c
643
struct vb2_v4l2_buffer *
next_dst_buf
;
in v4l2_update_last_buf_state()
local
666
next_dst_buf
= v4l2_m2m_dst_buf_remove(m2m_ctx);
in v4l2_update_last_buf_state()
667
if (!
next_dst_buf
) {
in v4l2_update_last_buf_state()
678
v4l2_m2m_last_buffer_done(m2m_ctx,
next_dst_buf
);
in v4l2_update_last_buf_state()
712
struct vb2_v4l2_buffer *
next_dst_buf
;
in v4l2_m2m_update_stop_streaming_state()
local
715
next_dst_buf
= v4l2_m2m_dst_buf_remove(m2m_ctx);
in v4l2_m2m_update_stop_streaming_state()
716
if (!
next_dst_buf
)
in v4l2_m2m_update_stop_streaming_state()
720
next_dst_buf
);
in v4l2_m2m_update_stop_streaming_state()
/kernel/linux/linux-6.6/drivers/media/v4l2-core/
H
A
D
v4l2-mem2mem.c
644
struct vb2_v4l2_buffer *
next_dst_buf
;
in v4l2_update_last_buf_state()
local
667
next_dst_buf
= v4l2_m2m_dst_buf_remove(m2m_ctx);
in v4l2_update_last_buf_state()
668
if (!
next_dst_buf
) {
in v4l2_update_last_buf_state()
679
v4l2_m2m_last_buffer_done(m2m_ctx,
next_dst_buf
);
in v4l2_update_last_buf_state()
713
struct vb2_v4l2_buffer *
next_dst_buf
;
in v4l2_m2m_update_stop_streaming_state()
local
716
next_dst_buf
= v4l2_m2m_dst_buf_remove(m2m_ctx);
in v4l2_m2m_update_stop_streaming_state()
717
if (!
next_dst_buf
)
in v4l2_m2m_update_stop_streaming_state()
721
next_dst_buf
);
in v4l2_m2m_update_stop_streaming_state()
/kernel/linux/linux-6.6/drivers/media/platform/nxp/imx-jpeg/
H
A
D
mxc-jpeg.c
1327
struct vb2_v4l2_buffer *
next_dst_buf
;
in mxc_jpeg_set_last_buffer()
local
1329
next_dst_buf
= v4l2_m2m_dst_buf_remove(ctx->fh.m2m_ctx);
in mxc_jpeg_set_last_buffer()
1330
if (!
next_dst_buf
) {
in mxc_jpeg_set_last_buffer()
1336
v4l2_m2m_last_buffer_done(ctx->fh.m2m_ctx,
next_dst_buf
);
in mxc_jpeg_set_last_buffer()
Completed in 9 milliseconds