Searched refs:sleep_type_b (Results 1 - 4 of 4) sorted by relevance

/fuchsia/zircon/kernel/arch/x86/include/arch/x86/
H A Dacpi.h23 uint8_t sleep_type_a, uint8_t sleep_type_b);
/fuchsia/zircon/system/public/zircon/syscalls/
H A Dsystem.h26 uint8_t sleep_type_b; // Value from ACPI VM (SLP_TYPb) member in struct:zx_system_powerctl_arg::__anon817::__anon818
/fuchsia/zircon/kernel/syscalls/
H A Dsystem_x86.cpp39 uint8_t sleep_type_b = arg->acpi_transition_s_state.sleep_type_b; local
84 sleep_type_a, sleep_type_b);
156 uint8_t sleep_type_b = arg->acpi_transition_s_state.sleep_type_b; local
196 sleep_type_a, sleep_type_b);
/fuchsia/zircon/third_party/lib/acpica/source/components/hardware/
H A Dhwsleep.c116 arg.acpi_transition_s_state.sleep_type_b = AcpiGbl_SleepTypeB;

Completed in 102 milliseconds