Searched refs:plat_psci_ops (Results 1 – 7 of 7) sorted by relevance
104 static const struct plat_psci_ops uniphier_psci_ops = {114 const struct plat_psci_ops **psci_ops) in plat_setup_psci_ops()
330 static const struct plat_psci_ops zynqmp_psci_ops = {344 static const struct plat_psci_ops zynqmp_nopmu_psci_ops = {362 const struct plat_psci_ops **psci_ops) in plat_setup_psci_ops()
261 const struct plat_psci_ops **);
279 typedef struct plat_psci_ops { struct
141 for the ``plat_psci_ops`` structure which is declared as :145 typedef struct plat_psci_ops {185 The ``plat_psci_ops`` handlers, ``pwr_domain_off``, ``pwr_domain_suspend_early``
1926 correctly. This information is populated in the ``plat_psci_ops`` structure. The1927 PSCI implementation calls members of the ``plat_psci_ops`` structure for performing2047 Argument : uintptr_t, const plat_psci_ops **2058 pointer with a pointer to BL31's private ``plat_psci_ops`` structure.
371 ``plat_psci_ops`` to enable platforms to perform platform-specific actions