pub fn acpi_pm_init() -> KernelResult<()>Expand description
Initialize the ACPI power management subsystem.
Parses the FADT to extract PM1a/PM1b control and status register addresses, SLP_TYP values for each sleep state, and SCI interrupt configuration.
Must be called after acpi::init() has completed.