Linux Kernel
3.7.1
|
Go to the source code of this file.
EXPORT_SYMBOL_GPL | ( | ps3_sys_manager_register_ops | ) |
Definition at line 66 of file sys-manager-core.c.
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.
Definition at line 58 of file sys-manager-core.c.