Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/ps3/ !
Dsys-manager-core.c19 static struct ps3_sys_manager_ops ps3_sys_manager_ops; variable
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.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()
Dps3-sys-manager.c701 struct ps3_sys_manager_ops ops; in ps3_sys_manager_probe()
/linux-5.19.10/arch/powerpc/include/asm/ !
Dps3.h434 struct ps3_sys_manager_ops { struct
440 void ps3_sys_manager_register_ops(const struct ps3_sys_manager_ops *ops); argument