platform_s2idle_opsRegular
4.4: Absent ⚠️
4.8: Absent ⚠️
4.10: Absent ⚠️
4.13: Absent ⚠️
4.15: ✅struct platform_s2idle_ops {
int (*begin)();
int (*prepare)();
void (*wake)();
void (*sync)();
void (*restore)();
void (*end)();
};
4.18: ✅struct platform_s2idle_ops {
int (*begin)();
int (*prepare)();
void (*wake)();
void (*sync)();
void (*restore)();
void (*end)();
};
5.0: ✅struct platform_s2idle_ops {
int (*begin)();
int (*prepare)();
void (*wake)();
void (*sync)();
void (*restore)();
void (*end)();
};
5.3: ✅struct platform_s2idle_ops {
int (*begin)();
int (*prepare)();
void (*wake)();
void (*sync)();
void (*restore)();
void (*end)();
};
5.4: ✅struct platform_s2idle_ops {
int (*begin)();
int (*prepare)();
int (*prepare_late)();
bool (*wake)();
void (*restore_early)();
void (*restore)();
void (*end)();
};
5.8: ✅struct platform_s2idle_ops {
int (*begin)();
int (*prepare)();
int (*prepare_late)();
bool (*wake)();
void (*restore_early)();
void (*restore)();
void (*end)();
};
5.11: ✅struct platform_s2idle_ops {
int (*begin)();
int (*prepare)();
int (*prepare_late)();
bool (*wake)();
void (*restore_early)();
void (*restore)();
void (*end)();
};
5.13: ✅struct platform_s2idle_ops {
int (*begin)();
int (*prepare)();
int (*prepare_late)();
bool (*wake)();
void (*restore_early)();
void (*restore)();
void (*end)();
};
5.15: ✅struct platform_s2idle_ops {
int (*begin)();
int (*prepare)();
int (*prepare_late)();
bool (*wake)();
void (*restore_early)();
void (*restore)();
void (*end)();
};
5.19: ✅struct platform_s2idle_ops {
int (*begin)();
int (*prepare)();
int (*prepare_late)();
bool (*wake)();
void (*restore_early)();
void (*restore)();
void (*end)();
};
6.2: ✅struct platform_s2idle_ops {
int (*begin)();
int (*prepare)();
int (*prepare_late)();
void (*check)();
bool (*wake)();
void (*restore_early)();
void (*restore)();
void (*end)();
};
6.5: ✅struct platform_s2idle_ops {
int (*begin)();
int (*prepare)();
int (*prepare_late)();
void (*check)();
bool (*wake)();
void (*restore_early)();
void (*restore)();
void (*end)();
};
6.8: ✅struct platform_s2idle_ops {
int (*begin)();
int (*prepare)();
int (*prepare_late)();
void (*check)();
bool (*wake)();
void (*restore_early)();
void (*restore)();
void (*end)();
};
arm64: ✅struct platform_s2idle_ops {
int (*begin)();
int (*prepare)();
int (*prepare_late)();
bool (*wake)();
void (*restore_early)();
void (*restore)();
void (*end)();
};
armhf: ✅struct platform_s2idle_ops {
int (*begin)();
int (*prepare)();
int (*prepare_late)();
bool (*wake)();
void (*restore_early)();
void (*restore)();
void (*end)();
};
ppc64el: ✅struct platform_s2idle_ops {
int (*begin)();
int (*prepare)();
int (*prepare_late)();
bool (*wake)();
void (*restore_early)();
void (*restore)();
void (*end)();
};
riscv64: Absent ⚠️
aws: Absent ⚠️
azure: ✅struct platform_s2idle_ops {
int (*begin)();
int (*prepare)();
int (*prepare_late)();
bool (*wake)();
void (*restore_early)();
void (*restore)();
void (*end)();
};
gcp: ✅struct platform_s2idle_ops {
int (*begin)();
int (*prepare)();
int (*prepare_late)();
bool (*wake)();
void (*restore_early)();
void (*restore)();
void (*end)();
};
lowlatency: ✅struct platform_s2idle_ops {
int (*begin)();
int (*prepare)();
int (*prepare_late)();
bool (*wake)();
void (*restore_early)();
void (*restore)();
void (*end)();
};
Regular
4.15 and 4.18 ✅
4.18 and 5.0 ✅
5.0 and 5.3 ✅
5.3 and 5.4 ⚠️int (*prepare_late)()
void (*restore_early)()
void (*sync)()
void (*wake)() ➡️ bool (*wake)()
5.4 and 5.8 ✅
5.8 and 5.11 ✅
5.11 and 5.13 ✅
5.13 and 5.15 ✅
5.15 and 5.19 ✅
5.19 and 6.2 ⚠️void (*check)()
6.2 and 6.5 ✅
6.5 and 6.8 ✅
amd64 and arm64 ✅
amd64 and armhf ✅
amd64 and ppc64el ✅
generic and azure ✅
generic and gcp ✅
generic and lowlatency ✅