Searched refs:ps3_sys_manager_ops (Results 1 – 3 of 3) sorted by relevance
31 static struct ps3_sys_manager_ops ps3_sys_manager_ops; variable42 void ps3_sys_manager_register_ops(const struct ps3_sys_manager_ops *ops) in ps3_sys_manager_register_ops()46 ps3_sys_manager_ops = ops ? *ops : ps3_sys_manager_ops; in ps3_sys_manager_register_ops()52 if (ps3_sys_manager_ops.power_off) in ps3_sys_manager_power_off()53 ps3_sys_manager_ops.power_off(ps3_sys_manager_ops.dev); in ps3_sys_manager_power_off()60 if (ps3_sys_manager_ops.restart) in ps3_sys_manager_restart()61 ps3_sys_manager_ops.restart(ps3_sys_manager_ops.dev); in ps3_sys_manager_restart()
713 struct ps3_sys_manager_ops ops; in ps3_sys_manager_probe()
444 struct ps3_sys_manager_ops { struct450 void ps3_sys_manager_register_ops(const struct ps3_sys_manager_ops *ops); argument