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_MEMORY_MMAP
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/include/media/
H
A
D
videobuf2-core.h
31
* @
VB2_MEMORY_MMAP
: The buffers are allocated by the Kernel and it is
41
VB2_MEMORY_MMAP
= 1,
enumerator
161
* %
VB2_MEMORY_MMAP
, equals the offset from the start of
650
return q->allow_cache_hints && q->memory ==
VB2_MEMORY_MMAP
;
in vb2_queue_allows_cache_hints()
/kernel/linux/linux-6.6/include/media/
H
A
D
videobuf2-core.h
32
* @
VB2_MEMORY_MMAP
: The buffers are allocated by the Kernel and it is
42
VB2_MEMORY_MMAP
= 1,
enumerator
165
* %
VB2_MEMORY_MMAP
, equals the offset from the start of
671
return q->allow_cache_hints && q->memory ==
VB2_MEMORY_MMAP
;
in vb2_queue_allows_cache_hints()
/kernel/linux/linux-5.10/drivers/media/common/videobuf2/
H
A
D
videobuf2-core.c
437
if (memory ==
VB2_MEMORY_MMAP
) {
in __vb2_queue_alloc()
485
if (q->memory ==
VB2_MEMORY_MMAP
)
in __vb2_free_mem()
692
if (memory !=
VB2_MEMORY_MMAP
&& memory != VB2_MEMORY_USERPTR &&
in vb2_verify_memory_type()
707
if (memory ==
VB2_MEMORY_MMAP
&& __verify_mmap_ops(q)) {
in vb2_verify_memory_type()
760
if (debug && q->memory ==
VB2_MEMORY_MMAP
&&
in vb2_core_reqbufs()
1398
case
VB2_MEMORY_MMAP
:
in __buf_prepare()
2164
if (q->memory !=
VB2_MEMORY_MMAP
) {
in __find_plane_by_offset()
2202
if (q->memory !=
VB2_MEMORY_MMAP
) {
in vb2_core_expbuf()
2613
fileio->memory =
VB2_MEMORY_MMAP
;
in __vb2_init_fileio()
H
A
D
videobuf2-v4l2.c
555
if (q->memory ==
VB2_MEMORY_MMAP
)
in __fill_v4l2_buffer()
571
if (q->memory ==
VB2_MEMORY_MMAP
)
in __fill_v4l2_buffer()
640
if (vb->vb2_queue->memory !=
VB2_MEMORY_MMAP
) {
in __fill_vb2_buffer()
906
if (WARN_ON(
VB2_MEMORY_MMAP
!= (int)V4L2_MEMORY_MMAP)
in vb2_queue_init_name()
/kernel/linux/linux-6.6/drivers/media/common/videobuf2/
H
A
D
videobuf2-core.c
443
if (memory ==
VB2_MEMORY_MMAP
) {
in __vb2_queue_alloc()
491
if (q->memory ==
VB2_MEMORY_MMAP
)
in __vb2_free_mem()
686
if (memory !=
VB2_MEMORY_MMAP
&& memory != VB2_MEMORY_USERPTR &&
in vb2_verify_memory_type()
701
if (memory ==
VB2_MEMORY_MMAP
&& __verify_mmap_ops(q)) {
in vb2_verify_memory_type()
774
if (debug && q->memory ==
VB2_MEMORY_MMAP
&&
in vb2_core_reqbufs()
1418
case
VB2_MEMORY_MMAP
:
in __buf_prepare()
2202
if (q->memory !=
VB2_MEMORY_MMAP
) {
in __find_plane_by_offset()
2240
if (q->memory !=
VB2_MEMORY_MMAP
) {
in vb2_core_expbuf()
2671
fileio->memory =
VB2_MEMORY_MMAP
;
in __vb2_init_fileio()
H
A
D
videobuf2-v4l2.c
525
if (q->memory ==
VB2_MEMORY_MMAP
)
in __fill_v4l2_buffer()
541
if (q->memory ==
VB2_MEMORY_MMAP
)
in __fill_v4l2_buffer()
610
if (vb->vb2_queue->memory !=
VB2_MEMORY_MMAP
) {
in __fill_vb2_buffer()
897
if (WARN_ON(
VB2_MEMORY_MMAP
!= (int)V4L2_MEMORY_MMAP)
in vb2_queue_init_name()
/kernel/linux/linux-5.10/drivers/media/dvb-core/
H
A
D
dvb_vb2.c
345
ret = vb2_core_reqbufs(&ctx->vb_q,
VB2_MEMORY_MMAP
, &req->count);
in dvb_vb2_reqbufs()
/kernel/linux/linux-6.6/drivers/media/dvb-core/
H
A
D
dvb_vb2.c
341
ret = vb2_core_reqbufs(&ctx->vb_q,
VB2_MEMORY_MMAP
, 0, &req->count);
in dvb_vb2_reqbufs()
Completed in 16 milliseconds