| /linux/drivers/base/ |
| H A D | syscore.c | 21 void register_syscore(struct syscore *syscore) in register_syscore() argument 24 list_add_tail(&syscore->node, &syscore_list); in register_syscore() 33 void unregister_syscore(struct syscore *syscore) in unregister_syscore() argument 36 list_del(&syscore->node); in unregister_syscore() 49 struct syscore *syscore; in syscore_suspend() local 62 list_for_each_entry_reverse(syscore, &syscore_list, node) in syscore_suspend() 63 if (syscore->ops->suspend) { in syscore_suspend() 64 pm_pr_dbg("Calling %pS\n", syscore->ops->suspend); in syscore_suspend() 65 ret = syscore->ops->suspend(syscore->data); in syscore_suspend() 70 syscore->ops->suspend); in syscore_suspend() [all …]
|
| H A D | Makefile | 4 obj-y := component.o core.o bus.o dd.o syscore.o \
|
| /linux/include/linux/ |
| H A D | syscore_ops.h | 19 struct syscore { struct 25 extern void register_syscore(struct syscore *syscore); argument 26 extern void unregister_syscore(struct syscore *syscore);
|
| /linux/arch/arm/mach-pxa/ |
| H A D | generic.h | 37 extern struct syscore pxa_irq_syscore; 38 extern struct syscore pxa2xx_mfp_syscore; 39 extern struct syscore pxa3xx_mfp_syscore;
|
| H A D | mfp-pxa3xx.c | 57 struct syscore pxa3xx_mfp_syscore = {
|
| H A D | smemc.c | 54 static struct syscore smemc_syscore = {
|
| /linux/arch/x86/kernel/ |
| H A D | i8237.c | 48 static struct syscore i8237_syscore = {
|
| /linux/drivers/clk/ingenic/ |
| H A D | pm.c | 39 static struct syscore __maybe_unused ingenic_cgu_pm = {
|
| /linux/drivers/power/reset/ |
| H A D | sc27xx-poweroff.c | 47 static struct syscore poweroff_syscore = {
|
| /linux/arch/x86/kernel/cpu/mtrr/ |
| H A D | legacy.c | 77 static struct syscore mtrr_syscore = {
|
| /linux/drivers/leds/trigger/ |
| H A D | ledtrig-cpu.c | 119 static struct syscore ledtrig_cpu_syscore = {
|
| /linux/arch/arm/mach-s3c/ |
| H A D | irq-pm-s3c64xx.c | 108 static struct syscore s3c64xx_irq_syscore = {
|
| /linux/kernel/ |
| H A D | cpu_pm.c | 199 static struct syscore cpu_pm_syscore = {
|
| /linux/arch/arm/mach-s5pv210/ |
| H A D | pm.c | 207 static struct syscore s5pv210_pm_syscore = {
|
| /linux/drivers/irqchip/ |
| H A D | irq-loongson-htpic.c | 83 static struct syscore htpic_syscore = {
|
| H A D | irq-sa11x0.c | 122 static struct syscore sa1100irq_syscore = {
|
| /linux/arch/arm/mach-versatile/ |
| H A D | integrator_ap.c | 91 static struct syscore irq_syscore = {
|
| /linux/arch/x86/kernel/cpu/ |
| H A D | umwait.c | 98 static struct syscore umwait_syscore = {
|
| H A D | intel_epb.c | 122 static struct syscore intel_epb_syscore = {
|
| /linux/Documentation/driver-api/ |
| H A D | infrastructure.rst | 35 .. kernel-doc:: drivers/base/syscore.c
|
| /linux/kernel/irq/ |
| H A D | pm.c | 227 static struct syscore irq_pm_syscore = {
|
| /linux/drivers/clk/at91/ |
| H A D | pmc.c | 151 static struct syscore pmc_syscore = {
|
| /linux/arch/arm/mach-exynos/ |
| H A D | mcpm-exynos.c | 235 static struct syscore exynos_mcpm_syscore = {
|
| /linux/arch/arm/mm/ |
| H A D | cache-b15-rac.c | 290 static struct syscore b15_rac_syscore = {
|
| /linux/drivers/clk/samsung/ |
| H A D | clk-s5pv210-audss.c | 62 static struct syscore s5pv210_audss_clk_syscore = {
|