Searched refs:pm_system_shutdown (Results 1 – 8 of 8) sorted by relevance
/external/arm-trusted-firmware/plat/xilinx/versal/ |
D | plat_psci.c | 126 pm_system_shutdown(XPM_SHUTDOWN_TYPE_SHUTDOWN, in versal_system_off() 140 pm_system_shutdown(XPM_SHUTDOWN_TYPE_RESET, in versal_system_reset()
|
/external/arm-trusted-firmware/plat/xilinx/zynqmp/ |
D | plat_psci.c | 140 pm_system_shutdown(PMF_SHUTDOWN_TYPE_SHUTDOWN, in zynqmp_system_off() 153 pm_system_shutdown(PMF_SHUTDOWN_TYPE_RESET, in zynqmp_system_reset()
|
/external/arm-trusted-firmware/plat/xilinx/zynqmp/pm_service/ |
D | pm_svc_main.c | 163 pm_system_shutdown(PMF_SHUTDOWN_TYPE_RESET, value); in zynqmp_sgi7_irq() 314 ret = pm_system_shutdown(pm_arg[0], pm_arg[1]); in pm_smc_handler()
|
D | pm_api_sys.h | 63 enum pm_ret_status pm_system_shutdown(unsigned int type, unsigned int subtype);
|
D | pm_api_sys.c | 241 enum pm_ret_status pm_system_shutdown(unsigned int type, unsigned int subtype) in pm_system_shutdown() function
|
/external/arm-trusted-firmware/plat/xilinx/versal/pm_service/ |
D | pm_api_sys.h | 78 enum pm_ret_status pm_system_shutdown(uint32_t type, uint32_t subtype,
|
D | pm_svc_main.c | 178 ret = pm_system_shutdown(pm_arg[0], pm_arg[1], security_flag); in pm_smc_handler()
|
D | pm_api_sys.c | 789 enum pm_ret_status pm_system_shutdown(uint32_t type, uint32_t subtype, in pm_system_shutdown() function
|