Searched refs:plat_psci_ops (Results 1 – 9 of 9) sorted by relevance
105 static const struct plat_psci_ops uniphier_psci_ops = {115 const struct plat_psci_ops **psci_ops) in plat_setup_psci_ops()
216 static const struct plat_psci_ops versal_nopmc_psci_ops = {232 const struct plat_psci_ops **psci_ops) in plat_setup_psci_ops()
199 static const struct plat_psci_ops zynqmp_psci_ops = {217 const struct plat_psci_ops **psci_ops) in plat_setup_psci_ops()
186 const struct plat_psci_ops **psci_ops) in plat_setup_psci_ops()
209 const struct plat_psci_ops **psci_ops) in plat_setup_psci_ops()
230 const struct plat_psci_ops **psci_ops);
296 typedef struct plat_psci_ops { struct
1944 correctly. This information is populated in the ``plat_psci_ops`` structure. The1945 PSCI implementation calls members of the ``plat_psci_ops`` structure for performing2065 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 …]
1844 ``plat_psci_ops`` to enable platforms to perform platform-specific actions