Home
last modified time | relevance | path

Searched defs:syscore (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/base/
H A Dsyscore.c21 void register_syscore(struct syscore *syscore) in register_syscore()
33 void unregister_syscore(struct syscore *syscore) in unregister_syscore()
49 struct syscore *syscore; in syscore_suspend() local
95 struct syscore *syscore; in syscore_resume() local
119 struct syscore *syscore; in syscore_shutdown() local
/linux/include/linux/
H A Dsyscore_ops.h19 struct syscore { struct
21 const struct syscore_ops *ops; argument
25 extern void register_syscore(struct syscore *syscore); argument
/linux/drivers/soc/tegra/
H A Dpmc.c470 struct syscore syscore; member