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:begin_cpu_access
(Results
1 - 7
of
7
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/include/linux/
H
A
D
dma-buf.h
178
* @
begin_cpu_access
207
int (*
begin_cpu_access
)(struct dma_buf *, enum dma_data_direction);
member
248
* unpin any resources pinned in @
begin_cpu_access
.
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/isp/
H
A
D
videobuf2-rdma-sg.c
457
.
begin_cpu_access
= vb2_dma_sg_dmabuf_ops_begin_cpu_access,
/device/soc/rockchip/common/sdk_linux/drivers/dma-buf/heaps/
H
A
D
system_heap.c
387
.
begin_cpu_access
= system_heap_dma_buf_begin_cpu_access,
H
A
D
cma_heap.c
264
.
begin_cpu_access
= cma_heap_dma_buf_begin_cpu_access,
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/isp/
H
A
D
videobuf2-rdma-sg.c
452
.
begin_cpu_access
= vb2_dma_sg_dmabuf_ops_begin_cpu_access,
/device/soc/rockchip/common/sdk_linux/drivers/dma-buf/
H
A
D
dma-buf.c
1215
* cpu in the kernel context. Calls
begin_cpu_access
to allow exporter-specific
1235
if (dmabuf->ops->
begin_cpu_access
) {
in dma_buf_begin_cpu_access()
1236
ret = dmabuf->ops->
begin_cpu_access
(dmabuf, direction);
in dma_buf_begin_cpu_access()
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/rockchip/
H
A
D
rockchip_drm_drv.c
1512
.
begin_cpu_access
= rockchip_drm_gem_dmabuf_begin_cpu_access,
Completed in 10 milliseconds