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:in_fence_fd
(Results
1 - 7
of
7
) sorted by relevance
/device/soc/rockchip/rk3588/kernel/drivers/video/rockchip/rga3/
H
A
D
rga_fence.c
83
struct dma_fence *rga_get_input_fence(int
in_fence_fd
)
in rga_get_input_fence()
argument
87
in_fence = sync_file_get_fence(
in_fence_fd
);
in rga_get_input_fence()
H
A
D
rga_job.c
602
pr_err("
in_fence_fd
= %d",
in rga_job_commit()
603
rga_command_base->
in_fence_fd
);
in rga_job_commit()
606
if (rga_command_base->
in_fence_fd
> 0) {
in rga_job_commit()
608
rga_command_base->
in_fence_fd
);
in rga_job_commit()
617
ksys_close(rga_command_base->
in_fence_fd
);
in rga_job_commit()
H
A
D
rga_debugger.c
570
pr_info("set core = %d, priority = %d,
in_fence_fd
= %d\n",
in rga_cmd_print_debug_info()
571
req->core, req->priority, req->
in_fence_fd
);
in rga_cmd_print_debug_info()
/device/soc/rockchip/rk3588/kernel/drivers/video/rockchip/rga3/include/
H
A
D
rga_fence.h
21
struct dma_fence *rga_get_input_fence(int
in_fence_fd
);
H
A
D
rga.h
459
int32_t
in_fence_fd
;
member
/device/soc/rockchip/rk3588/hardware/rga/include/
H
A
D
drmrga.h
178
int
in_fence_fd
;
member
H
A
D
rga.h
553
int32_t
in_fence_fd
;
member
Completed in 7 milliseconds