Searched defs:syscore (Results 1 – 3 of 3) sorted by relevance
21 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() local95 struct syscore *syscore; in syscore_resume() local119 struct syscore *syscore; in syscore_shutdown() local
19 struct syscore { struct21 const struct syscore_ops *ops; argument25 extern void register_syscore(struct syscore *syscore); argument
470 struct syscore syscore; member