Home
last modified time | relevance | path

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

/external/arm-trusted-firmware/plat/socionext/uniphier/
Duniphier_psci.c105 static const struct plat_psci_ops uniphier_psci_ops = {
115 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/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.c209 const struct plat_psci_ops **psci_ops) in plat_setup_psci_ops()
/external/arm-trusted-firmware/include/plat/common/
Dplatform.h230 const struct plat_psci_ops **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.rst1944 correctly. This information is populated in the ``plat_psci_ops`` structure. The
1945 PSCI implementation calls members of the ``plat_psci_ops`` structure for performing
2065 Argument : uintptr_t, const plat_psci_ops **
2076 pointer with a pointer to BL31's private ``plat_psci_ops`` structure.
2087 plat_psci_ops.cpu_standby()
2100 plat_psci_ops.pwr_domain_on()
2107 plat_psci_ops.pwr_domain_off()
2124 plat_psci_ops.pwr_domain_suspend_pwrdown_early() [optional]
2141 plat_psci_ops.pwr_domain_suspend()
2182 plat_psci_ops.pwr_domain_pwr_down_wfi()
[all …]
/external/arm-trusted-firmware/docs/
Dchange-log.rst1844 ``plat_psci_ops`` to enable platforms to perform platform-specific actions