Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
sys-manager-core.c File Reference
#include <linux/kernel.h>
#include <linux/export.h>
#include <asm/lv1call.h>
#include <asm/ps3.h>

Go to the source code of this file.

Functions

void ps3_sys_manager_register_ops (const struct ps3_sys_manager_ops *ops)
 
 EXPORT_SYMBOL_GPL (ps3_sys_manager_register_ops)
 
void ps3_sys_manager_power_off (void)
 
void ps3_sys_manager_restart (void)
 
void ps3_sys_manager_halt (void)
 

Function Documentation

EXPORT_SYMBOL_GPL ( ps3_sys_manager_register_ops  )
void ps3_sys_manager_halt ( void  )

Definition at line 66 of file sys-manager-core.c.

void ps3_sys_manager_power_off ( void  )

Definition at line 50 of file sys-manager-core.c.

void ps3_sys_manager_register_ops ( const struct ps3_sys_manager_ops ops)

ps3_register_sys_manager_ops - Bind ps3_sys_manager_ops to a module. : struct ps3_sys_manager_ops.

To be called from ps3_sys_manager_probe() and ps3_sys_manager_remove() to register call back ops for power control. Copies data to the static variable ps3_sys_manager_ops.

Definition at line 42 of file sys-manager-core.c.

void ps3_sys_manager_restart ( void  )

Definition at line 58 of file sys-manager-core.c.