Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
syscore.c File Reference
#include <linux/syscore_ops.h>
#include <linux/mutex.h>
#include <linux/module.h>
#include <linux/interrupt.h>

Go to the source code of this file.

Functions

void register_syscore_ops (struct syscore_ops *ops)
 
 EXPORT_SYMBOL_GPL (register_syscore_ops)
 
void unregister_syscore_ops (struct syscore_ops *ops)
 
 EXPORT_SYMBOL_GPL (unregister_syscore_ops)
 
void syscore_shutdown (void)
 

Function Documentation

EXPORT_SYMBOL_GPL ( register_syscore_ops  )
EXPORT_SYMBOL_GPL ( unregister_syscore_ops  )
void register_syscore_ops ( struct syscore_ops ops)

register_syscore_ops - Register a set of system core operations. : System core operations to register.

Definition at line 21 of file syscore.c.

void syscore_shutdown ( void  )

syscore_shutdown - Execute all the registered system core shutdown callbacks.

Definition at line 113 of file syscore.c.

void unregister_syscore_ops ( struct syscore_ops ops)

unregister_syscore_ops - Unregister a set of system core operations. : System core operations to unregister.

Definition at line 33 of file syscore.c.