Searched refs:plat_pm_ops (Results 1 – 5 of 5) sorted by relevance
40 struct plat_pm_ops;180 int platform_setup_pm(const struct plat_pm_ops **);
43 struct plat_pm_ops;132 int platform_setup_pm(const struct plat_pm_ops **plat_ops);
185 typedef struct plat_pm_ops { struct
1079 correctly. This information is populated in the `plat_pm_ops` structure. The1080 PSCI implementation calls members of the `plat_pm_ops` structure for performing1155 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 …]
26 examining the `plat_pm_ops` and `spd_pm_ops` exported by the platform and