Home
last modified time | relevance | path

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

/device/linaro/bootloader/arm-trusted-firmware/plat/socionext/uniphier/
Duniphier_psci.c104 static const struct plat_psci_ops uniphier_psci_ops = {
114 const struct plat_psci_ops **psci_ops) in plat_setup_psci_ops()
/device/linaro/bootloader/arm-trusted-firmware/plat/xilinx/zynqmp/
Dplat_psci.c330 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()
/device/linaro/bootloader/arm-trusted-firmware/include/plat/common/
Dplatform.h261 const struct plat_psci_ops **);
/device/linaro/bootloader/arm-trusted-firmware/include/lib/psci/
Dpsci.h279 typedef struct plat_psci_ops { struct
/device/linaro/bootloader/arm-trusted-firmware/docs/
Dplatform-migration-guide.rst141 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``
Dporting-guide.rst1926 correctly. This information is populated in the ``plat_psci_ops`` structure. The
1927 PSCI implementation calls members of the ``plat_psci_ops`` structure for performing
2047 Argument : uintptr_t, const plat_psci_ops **
2058 pointer with a pointer to BL31's private ``plat_psci_ops`` structure.
Dchange-log.rst371 ``plat_psci_ops`` to enable platforms to perform platform-specific actions