Home
last modified time | relevance | path

Searched refs:syscore_ops (Results 1 – 25 of 102) sorted by relevance

12345

/OK3568_Linux_fs/kernel/drivers/base/
H A Dsyscore.c22 void register_syscore_ops(struct syscore_ops *ops) in register_syscore_ops()
34 void unregister_syscore_ops(struct syscore_ops *ops) in unregister_syscore_ops()
50 struct syscore_ops *ops; in syscore_suspend()
96 struct syscore_ops *ops; in syscore_resume()
119 struct syscore_ops *ops; in syscore_shutdown()
/OK3568_Linux_fs/kernel/include/linux/
H A Dsyscore_ops.h13 struct syscore_ops { struct
20 extern void register_syscore_ops(struct syscore_ops *ops); argument
21 extern void unregister_syscore_ops(struct syscore_ops *ops);
/OK3568_Linux_fs/kernel/arch/arm/mach-s3c/
H A Dcpu.h121 extern struct syscore_ops s3c2410_pm_syscore_ops;
122 extern struct syscore_ops s3c2412_pm_syscore_ops;
123 extern struct syscore_ops s3c2416_pm_syscore_ops;
124 extern struct syscore_ops s3c244x_pm_syscore_ops;
H A Dirq-pm-s3c24xx.c89 struct syscore_ops s3c24xx_irq_syscore_ops = {
111 struct syscore_ops s3c2416_irq_syscore_ops = {
H A Ds3c24xx.h54 extern struct syscore_ops s3c2416_irq_syscore_ops;
103 extern struct syscore_ops s3c24xx_irq_syscore_ops;
H A Dpm-s3c2416.c79 struct syscore_ops s3c2416_pm_syscore_ops = {
H A Ds3c244x.c124 struct syscore_ops s3c244x_pm_syscore_ops = {
H A Dpm-s3c2412.c123 struct syscore_ops s3c2412_pm_syscore_ops = {
H A Dirq-pm-s3c64xx.c103 static struct syscore_ops s3c64xx_irq_syscore_ops = {
H A Dpm-s3c2410.c100 struct syscore_ops s3c2410_pm_syscore_ops = {
/OK3568_Linux_fs/kernel/arch/arm/mach-pxa/
H A Dgeneric.h42 extern struct syscore_ops pxa_irq_syscore_ops;
43 extern struct syscore_ops pxa2xx_mfp_syscore_ops;
44 extern struct syscore_ops pxa3xx_mfp_syscore_ops;
H A Dmfp-pxa3xx.c53 struct syscore_ops pxa3xx_mfp_syscore_ops = {
H A Dsmemc.c48 static struct syscore_ops smemc_syscore_ops = {
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Di8237.c44 static struct syscore_ops i8237_syscore_ops = {
/OK3568_Linux_fs/kernel/drivers/clk/ingenic/
H A Dpm.c34 static struct syscore_ops __maybe_unused ingenic_cgu_pm_ops = {
/OK3568_Linux_fs/kernel/drivers/power/reset/
H A Dsc27xx-poweroff.c43 static struct syscore_ops poweroff_syscore_ops = {
/OK3568_Linux_fs/kernel/drivers/leds/trigger/
H A Dledtrig-cpu.c113 static struct syscore_ops ledtrig_cpu_syscore_ops = {
/OK3568_Linux_fs/kernel/kernel/
H A Dcpu_pm.c203 static struct syscore_ops cpu_pm_syscore_ops = {
/OK3568_Linux_fs/kernel/arch/arm/mach-s5pv210/
H A Dpm.c203 static struct syscore_ops s5pv210_pm_syscore_ops = {
/OK3568_Linux_fs/kernel/arch/arm/mach-integrator/
H A Dintegrator_ap.c87 static struct syscore_ops irq_syscore_ops = {
/OK3568_Linux_fs/kernel/drivers/irqchip/
H A Dirq-loongson-htpic.c80 struct syscore_ops htpic_syscore_ops = {
H A Dirq-sirfsoc.c121 static struct syscore_ops sirfsoc_irq_syscore_ops = {
H A Dirq-sa11x0.c117 static struct syscore_ops sa1100irq_syscore_ops = {
/OK3568_Linux_fs/kernel/arch/x86/kernel/cpu/
H A Dintel_epb.c100 static struct syscore_ops intel_epb_syscore_ops = {
H A Dumwait.c94 static struct syscore_ops umwait_syscore_ops = {

12345