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:non_coherent_mem
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/drivers/media/common/videobuf2/
H
A
D
videobuf2-dma-contig.c
46
bool
non_coherent_mem
;
member
110
if (buf->
non_coherent_mem
)
in vb2_dc_vaddr()
132
if (!buf->
non_coherent_mem
)
in vb2_dc_prepare()
152
if (!buf->
non_coherent_mem
)
in vb2_dc_finish()
174
if (buf->
non_coherent_mem
) {
in vb2_dc_put()
248
buf->
non_coherent_mem
= vb->vb2_queue->
non_coherent_mem
;
in vb2_dc_alloc()
254
if (buf->
non_coherent_mem
)
in vb2_dc_alloc()
284
if (buf->
non_coherent_mem
)
in vb2_dc_mmap()
478
if (buf->
non_coherent_mem
)
in vb2_dc_get_base_sgt()
[all...]
H
A
D
videobuf2-core.c
729
static void set_queue_coherency(struct vb2_queue *q, bool
non_coherent_mem
)
in set_queue_coherency()
argument
731
q->
non_coherent_mem
= 0;
in set_queue_coherency()
735
q->
non_coherent_mem
=
non_coherent_mem
;
in set_queue_coherency()
738
static bool verify_coherency_flags(struct vb2_queue *q, bool
non_coherent_mem
)
in verify_coherency_flags()
argument
740
if (
non_coherent_mem
!= q->
non_coherent_mem
) {
in verify_coherency_flags()
752
bool
non_coherent_mem
= flags & V4L2_MEMORY_FLAG_NON_COHERENT;
in vb2_core_reqbufs()
local
768
!verify_coherency_flags(q,
non_coherent_mem
)) {
in vb2_core_reqbufs()
809
set_queue_coherency(q,
non_coherent_mem
);
in vb2_core_reqbufs()
912
bool
non_coherent_mem
= flags & V4L2_MEMORY_FLAG_NON_COHERENT;
vb2_core_create_bufs()
local
[all...]
/kernel/linux/linux-6.6/include/media/
H
A
D
videobuf2-core.h
519
* @
non_coherent_mem
: when set queue will attempt to allocate buffers using
600
unsigned int
non_coherent_mem
:1;
member
Completed in 6 milliseconds