Home
last modified time | relevance | path

Searched refs:syscore (Results 1 – 25 of 99) sorted by relevance

1234

/linux/drivers/base/
H A Dsyscore.c21 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 DMakefile4 obj-y := component.o core.o bus.o dd.o syscore.o \
/linux/include/linux/
H A Dsyscore_ops.h19 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 Dgeneric.h37 extern struct syscore pxa_irq_syscore;
38 extern struct syscore pxa2xx_mfp_syscore;
39 extern struct syscore pxa3xx_mfp_syscore;
H A Dmfp-pxa3xx.c57 struct syscore pxa3xx_mfp_syscore = {
H A Dsmemc.c54 static struct syscore smemc_syscore = {
/linux/arch/x86/kernel/
H A Di8237.c48 static struct syscore i8237_syscore = {
/linux/drivers/clk/ingenic/
H A Dpm.c39 static struct syscore __maybe_unused ingenic_cgu_pm = {
/linux/drivers/power/reset/
H A Dsc27xx-poweroff.c47 static struct syscore poweroff_syscore = {
/linux/arch/x86/kernel/cpu/mtrr/
H A Dlegacy.c77 static struct syscore mtrr_syscore = {
/linux/drivers/leds/trigger/
H A Dledtrig-cpu.c119 static struct syscore ledtrig_cpu_syscore = {
/linux/arch/arm/mach-s3c/
H A Dirq-pm-s3c64xx.c108 static struct syscore s3c64xx_irq_syscore = {
/linux/kernel/
H A Dcpu_pm.c199 static struct syscore cpu_pm_syscore = {
/linux/arch/arm/mach-s5pv210/
H A Dpm.c207 static struct syscore s5pv210_pm_syscore = {
/linux/drivers/irqchip/
H A Dirq-loongson-htpic.c83 static struct syscore htpic_syscore = {
H A Dirq-sa11x0.c122 static struct syscore sa1100irq_syscore = {
/linux/arch/arm/mach-versatile/
H A Dintegrator_ap.c91 static struct syscore irq_syscore = {
/linux/arch/x86/kernel/cpu/
H A Dumwait.c98 static struct syscore umwait_syscore = {
H A Dintel_epb.c122 static struct syscore intel_epb_syscore = {
/linux/Documentation/driver-api/
H A Dinfrastructure.rst35 .. kernel-doc:: drivers/base/syscore.c
/linux/kernel/irq/
H A Dpm.c227 static struct syscore irq_pm_syscore = {
/linux/drivers/clk/at91/
H A Dpmc.c151 static struct syscore pmc_syscore = {
/linux/arch/arm/mach-exynos/
H A Dmcpm-exynos.c235 static struct syscore exynos_mcpm_syscore = {
/linux/arch/arm/mm/
H A Dcache-b15-rac.c290 static struct syscore b15_rac_syscore = {
/linux/drivers/clk/samsung/
H A Dclk-s5pv210-audss.c62 static struct syscore s5pv210_audss_clk_syscore = {

1234