Searched refs:plat_psci_ops (Results 1 – 11 of 11) sorted by relevance
112 static const struct plat_psci_ops uniphier_psci_ops = {122 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()
366 static const plat_psci_ops_t plat_psci_ops = { variable382 *psci_ops = &plat_psci_ops; in plat_setup_psci_ops()
186 const struct plat_psci_ops **psci_ops) in plat_setup_psci_ops()
219 const struct plat_psci_ops **psci_ops) in plat_setup_psci_ops()
256 const struct plat_psci_ops **psci_ops);
398 const struct plat_psci_ops **psci_ops) in plat_setup_psci_ops()
296 typedef struct plat_psci_ops { struct
2078 correctly. This information is populated in the ``plat_psci_ops`` structure. The2079 PSCI implementation calls members of the ``plat_psci_ops`` structure for performing2199 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 …]
2928 ``plat_psci_ops`` to enable platforms to perform platform-specific actions