Searched refs:ps3_sys_manager_ops (Results 1 – 3 of 3) sorted by relevance
19 static struct ps3_sys_manager_ops ps3_sys_manager_ops; variable30 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.dev); in ps3_sys_manager_power_off()48 if (ps3_sys_manager_ops.restart) in ps3_sys_manager_restart()49 ps3_sys_manager_ops.restart(ps3_sys_manager_ops.dev); in ps3_sys_manager_restart()
701 struct ps3_sys_manager_ops ops; in ps3_sys_manager_probe()
434 struct ps3_sys_manager_ops { struct440 void ps3_sys_manager_register_ops(const struct ps3_sys_manager_ops *ops); argument