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:finish_suspend
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/mach-omap2/
H
A
D
omap-mpuss-lowpower.c
75
* @
finish_suspend
: CPU suspend finisher function pointer
84
int (*
finish_suspend
)(unsigned long cpu_state);
member
107
.
finish_suspend
= default_finish_suspend,
279
cpu_suspend(save_state, omap_pm_ops.
finish_suspend
);
in omap4_enter_lowpower()
281
omap_pm_ops.
finish_suspend
(save_state);
in omap4_enter_lowpower()
330
omap_pm_ops.
finish_suspend
(cpu_state);
in omap4_hotplug_cpu()
430
omap_pm_ops.
finish_suspend
= omap4_finish_suspend;
in omap4_mpuss_init()
H
A
D
pm33xx-core.c
298
.
finish_suspend
= amx3_finish_suspend,
311
.
finish_suspend
= amx3_finish_suspend,
/kernel/linux/linux-6.6/arch/arm/mach-omap2/
H
A
D
omap-mpuss-lowpower.c
76
* @
finish_suspend
: CPU suspend finisher function pointer
85
int (*
finish_suspend
)(unsigned long cpu_state);
member
108
.
finish_suspend
= default_finish_suspend,
286
cpu_suspend(save_state, omap_pm_ops.
finish_suspend
);
in omap4_enter_lowpower()
288
omap_pm_ops.
finish_suspend
(save_state);
in omap4_enter_lowpower()
340
omap_pm_ops.
finish_suspend
(cpu_state);
in omap4_hotplug_cpu()
440
omap_pm_ops.
finish_suspend
= omap4_finish_suspend;
in omap4_mpuss_init()
H
A
D
pm33xx-core.c
293
.
finish_suspend
= amx3_finish_suspend,
306
.
finish_suspend
= amx3_finish_suspend,
/kernel/linux/linux-5.10/include/linux/platform_data/
H
A
D
pm33xx.h
55
void (*
finish_suspend
)(void);
member
/kernel/linux/linux-6.6/include/linux/platform_data/
H
A
D
pm33xx.h
55
void (*
finish_suspend
)(void);
member
/kernel/linux/linux-5.10/drivers/soc/ti/
H
A
D
pm33xx.c
335
pm_ops->
finish_suspend
();
in am33xx_pm_end()
/kernel/linux/linux-6.6/drivers/soc/ti/
H
A
D
pm33xx.c
333
pm_ops->
finish_suspend
();
in am33xx_pm_end()
Completed in 7 milliseconds