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:wakeup_reason
(Results
1 - 8
of
8
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/kernel/power/
H
A
D
wakeup_reason.c
2
* kernel/power/
wakeup_reason
.c
18
#include <linux/
wakeup_reason
.h>
63
static int
wakeup_reason
;
variable
160
if (
wakeup_reason
== RESUME_ABNORMAL ||
wakeup_reason
== RESUME_ABORT) {
in log_irq_wakeup_reason()
174
wakeup_reason
= RESUME_IRQ;
in log_irq_wakeup_reason()
196
if (
wakeup_reason
== RESUME_ABNORMAL ||
wakeup_reason
== RESUME_ABORT) {
in log_threaded_irq_wakeup_reason()
229
if (
wakeup_reason
!= RESUME_NONE) {
in _log_abort_or_abnormal_wake()
235
wakeup_reason
in _log_abort_or_abnormal_wake()
[all...]
H
A
D
Makefile
20
obj-$(CONFIG_SUSPEND) +=
wakeup_reason
.o
H
A
D
suspend.c
33
#include <linux/
wakeup_reason
.h>
/device/soc/rockchip/rk3588/kernel/kernel/power/
H
A
D
wakeup_reason.c
2
* kernel/power/
wakeup_reason
.c
18
#include <linux/
wakeup_reason
.h>
63
static int
wakeup_reason
;
variable
156
if (
wakeup_reason
== RESUME_ABNORMAL ||
wakeup_reason
== RESUME_ABORT) {
in log_irq_wakeup_reason()
169
wakeup_reason
= RESUME_IRQ;
in log_irq_wakeup_reason()
190
if (
wakeup_reason
== RESUME_ABNORMAL ||
wakeup_reason
== RESUME_ABORT) {
in log_threaded_irq_wakeup_reason()
224
if (
wakeup_reason
!= RESUME_NONE) {
in __log_abort_or_abnormal_wake()
230
wakeup_reason
in __log_abort_or_abnormal_wake()
[all...]
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/hmac/
H
A
D
hmac_wow.c
937
g_wow_info.
wakeup_reason
= sync_info_hdr->
wakeup_reason
;
in hmac_wow_proc_dev_sync_host_event()
940
sync_info_hdr->data_blk_cnt, g_wow_info.
wakeup_reason
);
in hmac_wow_proc_dev_sync_host_event()
H
A
D
hmac_wow.h
129
hi_u32
wakeup_reason
;
member
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/common/
H
A
D
mac_vap.h
655
hi_u32
wakeup_reason
;
member
/device/soc/rockchip/common/sdk_linux/drivers/irqchip/
H
A
D
irq-gic-v3.c
22
#include <linux/
wakeup_reason
.h>
Completed in 12 milliseconds