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:AT91_PM_ULP0
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/mach-at91/
H
A
D
pm.c
49
.suspend_mode =
AT91_PM_ULP0
,
55
{
AT91_PM_ULP0
, "ulp0" },
279
return (soc_pm.data.mode >=
AT91_PM_ULP0
);
in at91_suspend_entering_slow_clock()
320
*
AT91_PM_ULP0
is like STANDBY plus slow clock mode, so drivers must
338
if (soc_pm.data.mode >=
AT91_PM_ULP0
&&
in at91_pm_enter()
705
soc_pm.data.standby_mode =
AT91_PM_ULP0
;
in at91_pm_use_default_mode()
707
soc_pm.data.suspend_mode =
AT91_PM_ULP0
;
in at91_pm_use_default_mode()
825
mode =
AT91_PM_ULP0
;
in at91_pm_modes_validate()
836
if (soc_pm.data.standby_mode ==
AT91_PM_ULP0
)
in at91_pm_modes_validate()
839
mode =
AT91_PM_ULP0
;
in at91_pm_modes_validate()
[all...]
H
A
D
pm.h
21
#define
AT91_PM_ULP0
0x01
macro
/kernel/linux/linux-6.6/arch/arm/mach-at91/
H
A
D
pm.c
153
.suspend_mode =
AT91_PM_ULP0
,
159
{
AT91_PM_ULP0
, "ulp0" },
531
return (soc_pm.data.mode >=
AT91_PM_ULP0
);
in at91_suspend_entering_slow_clock()
642
*
AT91_PM_ULP0
is like STANDBY plus slow clock mode, so drivers must
662
if (soc_pm.data.mode >=
AT91_PM_ULP0
&&
in at91_pm_enter()
1164
if (!((_maps)[
AT91_PM_ULP0
] & (_map_bitmask))) {\
1165
_mode_to_use =
AT91_PM_ULP0
; \
1227
soc_pm.data.standby_mode =
AT91_PM_ULP0
;
in at91_pm_modes_init()
1229
soc_pm.data.suspend_mode =
AT91_PM_ULP0
;
in at91_pm_modes_init()
1257
at91_is_pm_mode_active(
AT91_PM_ULP0
) ||
in at91_pm_modes_init()
[all...]
H
A
D
pm.h
23
#define
AT91_PM_ULP0
0x01
macro
Completed in 4 milliseconds