Home
last modified time | relevance | path

Searched refs:ps3_sys_manager_ops (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/ps3/
H A Dsys-manager-core.c19 static struct ps3_sys_manager_ops ps3_sys_manager_ops; variable
22 * ps3_register_sys_manager_ops - Bind ps3_sys_manager_ops to a module.
23 * @ops: struct ps3_sys_manager_ops.
27 * variable ps3_sys_manager_ops.
30 void ps3_sys_manager_register_ops(const struct ps3_sys_manager_ops *ops) in ps3_sys_manager_register_ops()
34 ps3_sys_manager_ops = *ops; in ps3_sys_manager_register_ops()
40 if (ps3_sys_manager_ops.power_off) in ps3_sys_manager_power_off()
41 ps3_sys_manager_ops.power_off(ps3_sys_manager_ops in ps3_sys_manager_power_off()
[all...]
H A Dps3-sys-manager.c604 * ps3_sys_manager_ops.power_off.
628 * should only be called from ps3_restart() through ps3_sys_manager_ops.restart.
701 struct ps3_sys_manager_ops ops; in ps3_sys_manager_probe()