Home
last modified time | relevance | path

Searched refs:subtype (Results 1 – 4 of 4) sorted by relevance

/rk3399_ARM-atf/plat/xilinx/common/pm_service/
H A Dpm_api_sys.c285 enum pm_ret_status pm_system_shutdown(uint32_t type, uint32_t subtype, in pm_system_shutdown() argument
293 pm_shutdown_scope = subtype; in pm_system_shutdown()
299 type, subtype); in pm_system_shutdown()
/rk3399_ARM-atf/plat/xilinx/common/include/
H A Dpm_api_sys.h41 enum pm_ret_status pm_system_shutdown(uint32_t type, uint32_t subtype,
/rk3399_ARM-atf/plat/xilinx/zynqmp/pm_service/
H A Dzynqmp_pm_api_sys.h100 enum pm_ret_status pm_system_shutdown(uint32_t type, uint32_t subtype,
H A Dzynqmp_pm_api_sys.c433 enum pm_ret_status pm_system_shutdown(uint32_t type, uint32_t subtype, in pm_system_shutdown() argument
441 pm_shutdown_scope = subtype; in pm_system_shutdown()
443 PM_PACK_PAYLOAD3(payload, flag, PM_SYSTEM_SHUTDOWN, type, subtype); in pm_system_shutdown()