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:fence_ptr
(Results
1 - 1
of
1
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/
H
A
D
drm_atomic_uapi.c
318
static void set_out_fence_for_crtc(struct drm_atomic_state *state, struct drm_crtc *crtc, s32 __user *
fence_ptr
)
in set_out_fence_for_crtc()
argument
320
state->crtcs[drm_crtc_index(crtc)].out_fence_ptr =
fence_ptr
;
in set_out_fence_for_crtc()
325
s32 __user *
fence_ptr
;
in get_out_fence_for_crtc()
local
327
fence_ptr
= state->crtcs[drm_crtc_index(crtc)].out_fence_ptr;
in get_out_fence_for_crtc()
330
return
fence_ptr
;
in get_out_fence_for_crtc()
334
s32 __user *
fence_ptr
)
in set_out_fence_for_connector()
338
if (!
fence_ptr
) {
in set_out_fence_for_connector()
342
if (put_user(-1,
fence_ptr
)) {
in set_out_fence_for_connector()
346
state->connectors[index].out_fence_ptr =
fence_ptr
;
in set_out_fence_for_connector()
354
s32 __user *
fence_ptr
;
in get_out_fence_for_connector()
local
333
set_out_fence_for_connector(struct drm_atomic_state *state, struct drm_connector *connector, s32 __user *
fence_ptr
)
set_out_fence_for_connector()
argument
430
s32 __user *
fence_ptr
= u64_to_user_ptr(val);
drm_atomic_crtc_set_property()
local
728
s32 __user *
fence_ptr
= u64_to_user_ptr(val);
drm_atomic_connector_set_property()
local
1076
s32 __user *
fence_ptr
;
prepare_signaling()
local
1141
s32 __user *
fence_ptr
;
prepare_signaling()
local
[all...]
Completed in 2 milliseconds