Home
last modified time | relevance | path

Searched refs:plat_psci_ops (Results 1 – 11 of 11) sorted by relevance

/external/arm-trusted-firmware/plat/socionext/uniphier/
Duniphier_psci.c112 static const struct plat_psci_ops uniphier_psci_ops = {
122 const struct plat_psci_ops **psci_ops) in plat_setup_psci_ops()
/external/arm-trusted-firmware/plat/xilinx/versal/
Dplat_psci.c216 static const struct plat_psci_ops versal_nopmc_psci_ops = {
232 const struct plat_psci_ops **psci_ops) in plat_setup_psci_ops()
/external/arm-trusted-firmware/plat/xilinx/zynqmp/
Dplat_psci.c199 static const struct plat_psci_ops zynqmp_psci_ops = {
217 const struct plat_psci_ops **psci_ops) in plat_setup_psci_ops()
/external/arm-trusted-firmware/plat/mediatek/mt8192/
Dplat_pm.c366 static const plat_psci_ops_t plat_psci_ops = { variable
382 *psci_ops = &plat_psci_ops; in plat_setup_psci_ops()
/external/arm-trusted-firmware/plat/socionext/synquacer/
Dsq_psci.c186 const struct plat_psci_ops **psci_ops) in plat_setup_psci_ops()
/external/arm-trusted-firmware/plat/intel/soc/common/
Dsocfpga_psci.c219 const struct plat_psci_ops **psci_ops) in plat_setup_psci_ops()
/external/arm-trusted-firmware/include/plat/common/
Dplatform.h256 const struct plat_psci_ops **psci_ops);
/external/arm-trusted-firmware/plat/brcm/board/stingray/src/
Dbrcm_pm_ops.c398 const struct plat_psci_ops **psci_ops) in plat_setup_psci_ops()
/external/arm-trusted-firmware/include/lib/psci/
Dpsci.h296 typedef struct plat_psci_ops { struct
/external/arm-trusted-firmware/docs/getting_started/
Dporting-guide.rst2078 correctly. This information is populated in the ``plat_psci_ops`` structure. The
2079 PSCI implementation calls members of the ``plat_psci_ops`` structure for performing
2199 Argument : uintptr_t, const plat_psci_ops **
2210 pointer with a pointer to BL31's private ``plat_psci_ops`` structure.
2221 plat_psci_ops.cpu_standby()
2234 plat_psci_ops.pwr_domain_on()
2241 plat_psci_ops.pwr_domain_off()
2258 plat_psci_ops.pwr_domain_suspend_pwrdown_early() [optional]
2275 plat_psci_ops.pwr_domain_suspend()
2316 plat_psci_ops.pwr_domain_pwr_down_wfi()
[all …]
/external/arm-trusted-firmware/docs/
Dchange-log.rst2928 ``plat_psci_ops`` to enable platforms to perform platform-specific actions