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:close_event
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-6.6/drivers/staging/vc04_services/interface/vchiq_arm/
H
A
D
vchiq_arm.h
40
struct completion
close_event
;
member
H
A
D
vchiq_dev.c
59
complete(&user_service->
close_event
);
in close_delivered()
189
init_completion(&user_service->
close_event
);
in vchiq_ioc_create_service()
685
* CLOSE_DELIVERED ioctl, signalling
close_event
.
in vchiq_ioctl()
688
wait_for_completion_interruptible(&user_service->
close_event
))
in vchiq_ioctl()
1289
complete(&user_service->
close_event
);
in vchiq_release()
/kernel/linux/linux-5.10/drivers/firmware/efi/libstub/
H
A
D
efistub.h
228
efi_status_t (__efiapi *
close_event
)(efi_event_t);
member
288
u32
close_event
;
member
H
A
D
efi-stub-helper.c
706
efi_bs_call(
close_event
, timer);
in efi_wait_for_key()
/kernel/linux/linux-5.10/drivers/staging/vc04_services/interface/vchiq_arm/
H
A
D
vchiq_arm.c
66
struct completion
close_event
;
member
717
complete(&user_service->
close_event
);
in close_delivered()
854
init_completion(&user_service->
close_event
);
in vchiq_ioc_create_service()
1365
CLOSE_DELIVERED ioctl, signalling
close_event
. */
in vchiq_ioctl()
1368
&user_service->
close_event
))
in vchiq_ioctl()
1975
complete(&user_service->
close_event
);
in vchiq_release()
/kernel/linux/linux-6.6/drivers/firmware/efi/libstub/
H
A
D
efistub.h
276
efi_status_t (__efiapi *
close_event
)(efi_event_t);
member
340
u32
close_event
;
member
H
A
D
efi-stub-helper.c
652
efi_bs_call(
close_event
, timer);
in efi_wait_for_key()
Completed in 12 milliseconds