Searched defs:syscore_ops (Results 1 – 2 of 2) sorted by relevance
17974 struct syscore_ops { struct17975 struct list_head node;17976 int (*suspend)();17977 void (*resume)();17978 void (*shutdown)();
13922 struct syscore_ops { struct13923 struct list_head node;13924 int (*suspend)();13925 void (*resume)();13926 void (*shutdown)();