| /linux/drivers/xen/ |
| H A D | acpi.c | 39 static int xen_acpi_notify_hypervisor_state(u8 sleep_state, in xen_acpi_notify_hypervisor_state() argument 51 .sleep_state = sleep_state, in xen_acpi_notify_hypervisor_state() 66 int xen_acpi_notify_hypervisor_sleep(u8 sleep_state, in xen_acpi_notify_hypervisor_sleep() argument 69 return xen_acpi_notify_hypervisor_state(sleep_state, pm1a_cnt, in xen_acpi_notify_hypervisor_sleep() 73 int xen_acpi_notify_hypervisor_extended_sleep(u8 sleep_state, in xen_acpi_notify_hypervisor_extended_sleep() argument 76 return xen_acpi_notify_hypervisor_state(sleep_state, val_a, in xen_acpi_notify_hypervisor_extended_sleep()
|
| /linux/drivers/acpi/ |
| H A D | wakeup.c | 38 void acpi_enable_wakeup_devices(u8 sleep_state) in acpi_enable_wakeup_devices() argument 45 || sleep_state > dev->wakeup.sleep_state in acpi_enable_wakeup_devices() 51 acpi_enable_wakeup_device_power(dev, sleep_state); in acpi_enable_wakeup_devices() 63 void acpi_disable_wakeup_devices(u8 sleep_state) in acpi_disable_wakeup_devices() argument 70 || sleep_state > dev->wakeup.sleep_state in acpi_disable_wakeup_devices()
|
| H A D | osl.c | 61 static int (*__acpi_os_prepare_sleep)(u8 sleep_state, u32 pm1a_ctrl, 63 static int (*__acpi_os_prepare_extended_sleep)(u8 sleep_state, u32 val_a, 1749 acpi_status acpi_os_prepare_sleep(u8 sleep_state, u32 pm1a_control, in acpi_os_prepare_sleep() argument 1755 rc = __acpi_os_prepare_sleep(sleep_state, in acpi_os_prepare_sleep() 1765 void acpi_os_set_prepare_sleep(int (*func)(u8 sleep_state, in acpi_os_set_prepare_sleep() argument 1772 acpi_status acpi_os_prepare_extended_sleep(u8 sleep_state, u32 val_a, in acpi_os_prepare_extended_sleep() argument 1778 rc = __acpi_os_prepare_extended_sleep(sleep_state, 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() argument 1795 void acpi_os_set_prepare_extended_sleep(int (*func)(u8 sleep_state, in acpi_os_set_prepare_extended_sleep() argument 1801 acpi_status acpi_os_enter_sleep(u8 sleep_state, in acpi_os_enter_sleep() argument [all …]
|
| H A D | proc.c | 35 dev->wakeup.sleep_state); in acpi_system_wakeup_device_seq_show()
|
| H A D | sleep.c | 87 bool acpi_sleep_state_supported(u8 sleep_state) in acpi_sleep_state_supported() argument 92 status = acpi_get_sleep_type_data(sleep_state, &type_a, &type_b); in acpi_sleep_state_supported()
|
| H A D | device_pm.c | 720 && adev->wakeup.sleep_state >= target_state; in acpi_dev_pm_get_state()
|
| /linux/drivers/acpi/acpica/ |
| H A D | dbcmds.c | 36 static void acpi_db_do_one_sleep_state(u8 sleep_state); 109 u8 sleep_state; in acpi_db_sleep() local 129 sleep_state = (u8)strtoul(object_arg, NULL, 0); in acpi_db_sleep() 130 acpi_db_do_one_sleep_state(sleep_state); in acpi_db_sleep() 146 static void acpi_db_do_one_sleep_state(u8 sleep_state) in acpi_db_do_one_sleep_state() argument 154 if (sleep_state > ACPI_S_STATES_MAX) { in acpi_db_do_one_sleep_state() 156 sleep_state, ACPI_S_STATES_MAX); in acpi_db_do_one_sleep_state() 161 sleep_state, acpi_gbl_sleep_state_names[sleep_state]); in acpi_db_do_one_sleep_state() 166 acpi_get_sleep_type_data(sleep_state, &sleep_type_a, &sleep_type_b); in acpi_db_do_one_sleep_state() 169 acpi_gbl_sleep_state_names[sleep_state], in acpi_db_do_one_sleep_state() [all …]
|
| /linux/include/xen/ |
| H A D | acpi.h | 45 int xen_acpi_notify_hypervisor_sleep(u8 sleep_state, 47 int xen_acpi_notify_hypervisor_extended_sleep(u8 sleep_state,
|
| /linux/drivers/hv/ |
| H A D | mshv_common.c | 177 in->set_sleep_state_info.sleep_state = HV_SLEEP_STATE_S5; in hv_initialize_sleep_states() 232 in->sleep_state = HV_SLEEP_STATE_S5; in hv_machine_power_off()
|
| /linux/include/linux/ |
| H A D | tboot.h | 135 #define tboot_sleep(sleep_state, pm1a_control, pm1b_control) \ argument
|
| H A D | olpc-ec.h | 59 asmlinkage int xo1_do_sleep(u8 sleep_state);
|
| /linux/drivers/net/wwan/iosm/ |
| H A D | iosm_ipc_pcie.c | 237 enum ipc_pcie_sleep_state sleep_state = IPC_PCIE_D0L12; in ipc_pcie_read_bios_cfg() local 252 sleep_state = IPC_PCIE_D3L2; in ipc_pcie_read_bios_cfg() 257 return sleep_state; in ipc_pcie_read_bios_cfg()
|
| /linux/include/hyperv/ |
| H A D | hvhdk_mini.h | 209 u32 sleep_state; /* enum hv_sleep_state */ member 231 u32 sleep_state; /* enum hv_sleep_state */ member
|
| /linux/fs/smb/client/ |
| H A D | transport.c | 642 unsigned int sleep_state = TASK_KILLABLE; in wait_for_response() local 646 sleep_state = TASK_INTERRUPTIBLE; in wait_for_response() 651 (sleep_state | TASK_FREEZABLE_UNSAFE)); in wait_for_response()
|
| /linux/include/xen/interface/ |
| H A D | platform.h | 271 uint32_t sleep_state; /* Which state to enter (Sn). */ member
|
| /linux/tools/power/acpi/os_specific/service_layers/ |
| H A D | osunixxf.c | 289 * PARAMETERS: sleep_state - Which sleep state to enter 301 acpi_status acpi_os_enter_sleep(u8 sleep_state, u32 rega_value, u32 regb_value) in acpi_os_enter_sleep() argument
|
| /linux/sound/soc/ |
| H A D | soc-dapm.c | 1700 s = pinctrl_lookup_state(p, priv->sleep_state); 3806 /* set to sleep_state when initializing */ in snd_soc_dapm_new_control_unlocked()
|