Home
last modified time | relevance | path

Searched refs:plat_pm_ops (Results 1 – 5 of 5) sorted by relevance

/device/linaro/bootloader/arm-trusted-firmware/include/plat/common/
Dplatform.h40 struct plat_pm_ops;
180 int platform_setup_pm(const struct plat_pm_ops **);
/device/linaro/bootloader/arm-trusted-firmware/plat/juno/
Djuno_private.h43 struct plat_pm_ops;
132 int platform_setup_pm(const struct plat_pm_ops **plat_ops);
/device/linaro/bootloader/arm-trusted-firmware/include/bl31/services/
Dpsci.h185 typedef struct plat_pm_ops { struct
/device/linaro/bootloader/arm-trusted-firmware/docs/
Dporting-guide.md1079 correctly. This information is populated in the `plat_pm_ops` structure. The
1080 PSCI implementation calls members of the `plat_pm_ops` structure for performing
1155 Argument : const plat_pm_ops **
1164 the passed pointer with a pointer to BL3-1's private `plat_pm_ops` structure.
1172 #### plat_pm_ops.affinst_standby()
1177 #### plat_pm_ops.affinst_on()
1189 #### plat_pm_ops.affinst_off()
1203 #### plat_pm_ops.affinst_suspend()
1224 #### plat_pm_ops.affinst_on_finish()
1236 #### plat_pm_ops.affinst_suspend_finish()
[all …]
Dchange-log.md26 examining the `plat_pm_ops` and `spd_pm_ops` exported by the platform and