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:event_space
(Results
1 - 9
of
9
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/
H
A
D
drm_file.c
182
file->
event_space
= 0x1000; /* set aside 4k for event buffer */
in drm_file_alloc()
613
file_priv->
event_space
+= e->event->length;
in drm_read()
642
file_priv->
event_space
-= length;
in drm_read()
654
file_priv->
event_space
-= length;
in drm_read()
729
if (file_priv->
event_space
< e->length) {
in drm_event_reserve_init_locked()
733
file_priv->
event_space
-= e->length;
in drm_event_reserve_init_locked()
796
p->file_priv->
event_space
+= p->event->length;
in drm_event_cancel_free()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
H
A
D
hi_event.c
53
hi_u32 hi_event_init(hi_u8 max_event_cnt, hi_pvoid
event_space
)
in hi_event_init()
argument
60
if (
event_space
) {
in hi_event_init()
61
g_event_ctrl.item = (hi_event_item *)
event_space
;
in hi_event_init()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/include/
H
A
D
hi_event.h
219
* @param
event_space
[IN] type #hi_pvoid,Event resource space. If the value is null,
233
hi_u32 hi_event_init(hi_u8 max_event_cnt, hi_pvoid
event_space
);
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/
H
A
D
hi_event.h
210
* @param
event_space
[IN] type #hi_pvoid,Event resource space. If the value is null,
223
hi_u32 hi_event_init(hi_u8 max_event_cnt, hi_pvoid
event_space
);
H
A
D
hi_hook_fuc.h
55
hi_pvoid
event_space
);
/device/soc/rockchip/common/sdk_linux/include/drm/
H
A
D
drm_file.h
331
* @
event_space
:
337
int
event_space
;
member
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/rockchip/
H
A
D
rockchip_drm_vop.c
2304
file_priv->
event_space
+= sizeof(e->event);
in vop_crtc_cancel_pending_vblank()
H
A
D
rockchip_drm_vop2.c
4557
file_priv->
event_space
+= sizeof(e->event);
in vop2_crtc_cancel_pending_vblank()
/device/soc/rockchip/rk3588/kernel/drivers/gpu/drm/rockchip/
H
A
D
rockchip_drm_vop2.c
4559
file_priv->
event_space
+= sizeof(e->event);
in vop2_crtc_cancel_pending_vblank()
Completed in 36 milliseconds