Home
last modified time | relevance | path

Searched refs:ACPI_FADT_S4_RTC_WAKE (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/include/acpi/
Dactbl.h283 #define ACPI_FADT_S4_RTC_WAKE (1<<7) /* 07: [V1] RTC alarm can wake system from S4 */ macro
/linux-6.12.1/drivers/rtc/
Drtc-cmos.c864 if (acpi_gbl_FADT.flags & ACPI_FADT_S4_RTC_WAKE) in acpi_cmos_wake_setup()