Home
last modified time | relevance | path

Searched defs:sleep_state (Results 1 – 15 of 15) sorted by relevance

/linux/drivers/acpi/acpica/
H A Dhwesleep.c68 acpi_status acpi_hw_extended_sleep(u8 sleep_state) in acpi_hw_extended_sleep()
150 acpi_status acpi_hw_extended_wake_prep(u8 sleep_state) in acpi_hw_extended_wake_prep()
181 acpi_status acpi_hw_extended_wake(u8 sleep_state) in acpi_hw_extended_wake()
H A Dhwsleep.c30 acpi_status acpi_hw_legacy_sleep(u8 sleep_state) in acpi_hw_legacy_sleep()
182 acpi_status acpi_hw_legacy_wake_prep(u8 sleep_state) in acpi_hw_legacy_wake_prep()
246 acpi_status acpi_hw_legacy_wake(u8 sleep_state) in acpi_hw_legacy_wake()
H A Ddbcmds.c109 u8 sleep_state; in acpi_db_sleep() local
146 static void acpi_db_do_one_sleep_state(u8 sleep_state) in acpi_db_do_one_sleep_state()
/linux/drivers/xen/
H A Dacpi.c39 static int xen_acpi_notify_hypervisor_state(u8 sleep_state, in xen_acpi_notify_hypervisor_state()
66 int xen_acpi_notify_hypervisor_sleep(u8 sleep_state, in xen_acpi_notify_hypervisor_sleep()
73 int xen_acpi_notify_hypervisor_extended_sleep(u8 sleep_state, in xen_acpi_notify_hypervisor_extended_sleep()
/linux/drivers/acpi/
H A Dwakeup.c38 void acpi_enable_wakeup_devices(u8 sleep_state) in acpi_enable_wakeup_devices()
63 void acpi_disable_wakeup_devices(u8 sleep_state) in acpi_disable_wakeup_devices()
H A Dosl.c1749 acpi_status acpi_os_prepare_sleep(u8 sleep_state, u32 pm1a_control, in acpi_os_prepare_sleep()
1765 void acpi_os_set_prepare_sleep(int (*func)(u8 sleep_state, in acpi_os_set_prepare_sleep()
1772 acpi_status acpi_os_prepare_extended_sleep(u8 sleep_state, u32 val_a, in acpi_os_prepare_extended_sleep()
1788 acpi_status acpi_os_prepare_extended_sleep(u8 sleep_state, u32 val_a, in acpi_os_prepare_extended_sleep()
1795 void acpi_os_set_prepare_extended_sleep(int (*func)(u8 sleep_state, in acpi_os_set_prepare_extended_sleep()
1801 acpi_status acpi_os_enter_sleep(u8 sleep_state, in acpi_os_enter_sleep()
H A Dsleep.c87 bool acpi_sleep_state_supported(u8 sleep_state) in acpi_sleep_state_supported()
H A Dscan.c980 int sleep_state; in acpi_bus_extract_wakeup_device_power_package() local
/linux/include/linux/
H A Dtboot.h135 #define tboot_sleep(sleep_state, pm1a_control, pm1b_control) \ argument
/linux/drivers/net/wwan/iosm/
H A Diosm_ipc_pcie.c237 enum ipc_pcie_sleep_state sleep_state = IPC_PCIE_D0L12; in ipc_pcie_read_bios_cfg() local
/linux/tools/power/acpi/os_specific/service_layers/
H A Dosunixxf.c301 acpi_status acpi_os_enter_sleep(u8 sleep_state, u32 rega_value, u32 regb_value) in acpi_os_enter_sleep()
/linux/fs/smb/client/
H A Dtransport.c642 unsigned int sleep_state = TASK_KILLABLE; in wait_for_response() local
/linux/include/hyperv/
H A Dhvhdk_mini.h209 u32 sleep_state; /* enum hv_sleep_state */ member
231 u32 sleep_state; /* enum hv_sleep_state */ member
/linux/include/acpi/
H A Dacpi_bus.h347 u64 sleep_state; member
844 static inline bool acpi_sleep_state_supported(u8 sleep_state) { return false; } in acpi_sleep_state_supported()
/linux/include/xen/interface/
H A Dplatform.h271 uint32_t sleep_state; /* Which state to enter (Sn). */ member