Home
last modified time | relevance | path

Searched refs:api_id (Results 1 – 8 of 8) sorted by relevance

/trusted-firmware-a-latest/plat/xilinx/zynqmp/pm_service/
Dzynqmp_pm_api_sys.c48 uint8_t api_id; member
55 .api_id = PM_SELF_SUSPEND,
59 .api_id = PM_REQ_WAKEUP,
63 .api_id = PM_ABORT_SUSPEND,
67 .api_id = PM_SET_WAKEUP_SOURCE,
71 .api_id = PM_SYSTEM_SHUTDOWN,
75 .api_id = PM_GET_API_VERSION,
79 .api_id = PM_PLL_SET_MODE,
83 .api_id = PM_CLOCK_ENABLE,
87 .api_id = PM_PLL_SET_MODE,
[all …]
Dzynqmp_pm_svc_main.c289 uint32_t api_id; in pm_smc_handler() local
301 api_id = smc_fid & FUNCID_NUM_MASK; in pm_smc_handler()
303 switch (api_id) { in pm_smc_handler()
566 PM_PACK_PAYLOAD6(payload, api_id, pm_arg[0], pm_arg[1], in pm_smc_handler()
Dzynqmp_pm_api_sys.h188 enum pm_ret_status pm_feature_check(uint32_t api_id, uint32_t *version,
/trusted-firmware-a-latest/plat/xilinx/common/pm_service/
Dpm_svc_main.c174 static uintptr_t eemi_for_compatibility(uint32_t api_id, uint32_t *pm_arg, in eemi_for_compatibility() argument
179 switch (api_id) { in eemi_for_compatibility()
243 static uintptr_t eemi_psci_debugfs_handler(uint32_t api_id, uint32_t *pm_arg, in eemi_psci_debugfs_handler() argument
248 switch (api_id) { in eemi_psci_debugfs_handler()
291 static uintptr_t TF_A_specific_handler(uint32_t api_id, uint32_t *pm_arg, in TF_A_specific_handler() argument
294 switch (api_id) { in TF_A_specific_handler()
349 static uintptr_t eemi_handler(uint32_t api_id, uint32_t *pm_arg, in eemi_handler() argument
355 ret = pm_handle_eemi_call(security_flag, api_id, pm_arg[0], pm_arg[1], in eemi_handler()
364 if (api_id == (uint32_t)PM_QUERY_DATA) { in eemi_handler()
404 uint32_t api_id; in pm_smc_handler() local
[all …]
Dpm_api_sys.c588 enum pm_ret_status pm_feature_check(uint32_t api_id, uint32_t *ret_payload, in pm_feature_check() argument
595 switch (api_id) { in pm_feature_check()
607 module_id = (api_id & MODULE_ID_MASK) >> 8U; in pm_feature_check()
618 PM_FEATURE_CHECK, api_id); in pm_feature_check()
/trusted-firmware-a-latest/plat/xilinx/versal_net/
Dplat_psci.c185 uint32_t arg[4], api_id; in no_pm_handler() local
192 api_id = smc_fid & FUNCID_NUM_MASK; in no_pm_handler()
193 VERBOSE("%s: smc_fid: %x, api_id=0x%x\n", __func__, smc_fid, api_id); in no_pm_handler()
195 switch (api_id) { in no_pm_handler()
/trusted-firmware-a-latest/plat/xilinx/common/include/
Dpm_api_sys.h62 enum pm_ret_status pm_feature_check(uint32_t api_id, uint32_t *ret_payload,
/trusted-firmware-a-latest/docs/
Dchange-log.md2845 …- use api_id directly without FUNCID_MASK ([b0eb6d1](https://review.trustedfirmware.org/plugins/gi…