Home
last modified time | relevance | path

Searched refs:sleep_state (Results 1 – 25 of 37) sorted by relevance

12

/linux-6.3-rc2/drivers/acpi/acpica/
A Dhwxfsleep.c211 status = acpi_get_sleep_type_data(sleep_state, in ACPI_EXPORT_SYMBOL()
230 arg.integer.value = sleep_state; in ACPI_EXPORT_SYMBOL()
240 switch (sleep_state) { in ACPI_EXPORT_SYMBOL()
286 acpi_status acpi_enter_sleep_state(u8 sleep_state) in ACPI_EXPORT_SYMBOL()
301 status = acpi_hw_legacy_sleep(sleep_state); in ACPI_EXPORT_SYMBOL()
304 status = acpi_hw_extended_sleep(sleep_state); in ACPI_EXPORT_SYMBOL()
332 status = acpi_hw_legacy_wake_prep(sleep_state); in ACPI_EXPORT_SYMBOL()
335 status = acpi_hw_extended_wake_prep(sleep_state); in ACPI_EXPORT_SYMBOL()
353 acpi_status acpi_leave_sleep_state(u8 sleep_state) in ACPI_EXPORT_SYMBOL()
361 status = acpi_hw_legacy_wake(sleep_state); in ACPI_EXPORT_SYMBOL()
[all …]
A Dhwesleep.c68 acpi_status acpi_hw_extended_sleep(u8 sleep_state) in acpi_hw_extended_sleep() argument
100 "Entering sleep state [S%u]\n", sleep_state)); in acpi_hw_extended_sleep()
107 if (sleep_state < ACPI_STATE_S4) { in acpi_hw_extended_sleep()
111 status = acpi_os_enter_sleep(sleep_state, sleep_control, 0); in acpi_hw_extended_sleep()
150 acpi_status acpi_hw_extended_wake_prep(u8 sleep_state) in acpi_hw_extended_wake_prep() argument
181 acpi_status acpi_hw_extended_wake(u8 sleep_state) in acpi_hw_extended_wake() argument
192 acpi_hw_execute_sleep_method(METHOD_PATHNAME__WAK, sleep_state); in acpi_hw_extended_wake()
A Ddbcmds.c109 u8 sleep_state; in acpi_db_sleep() local
130 acpi_db_do_one_sleep_state(sleep_state); in acpi_db_sleep()
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()
181 sleep_state); in acpi_db_do_one_sleep_state()
188 status = acpi_enter_sleep_state(sleep_state); in acpi_db_do_one_sleep_state()
194 sleep_state); in acpi_db_do_one_sleep_state()
201 sleep_state); in acpi_db_do_one_sleep_state()
202 status = acpi_leave_sleep_state(sleep_state); in acpi_db_do_one_sleep_state()
[all …]
A Dhwsleep.c30 acpi_status acpi_hw_legacy_sleep(u8 sleep_state) in acpi_hw_legacy_sleep() argument
79 "Entering sleep state [S%u]\n", sleep_state)); in acpi_hw_legacy_sleep()
113 if (sleep_state < ACPI_STATE_S4) { in acpi_hw_legacy_sleep()
117 status = acpi_os_enter_sleep(sleep_state, pm1a_control, pm1b_control); in acpi_hw_legacy_sleep()
132 if (sleep_state > ACPI_STATE_S3) { in acpi_hw_legacy_sleep()
182 acpi_status acpi_hw_legacy_wake_prep(u8 sleep_state) in acpi_hw_legacy_wake_prep() argument
246 acpi_status acpi_hw_legacy_wake(u8 sleep_state) in acpi_hw_legacy_wake() argument
279 acpi_hw_execute_sleep_method(METHOD_PATHNAME__WAK, sleep_state); in acpi_hw_legacy_wake()
A Dachware.h52 acpi_status acpi_hw_legacy_sleep(u8 sleep_state);
54 acpi_status acpi_hw_legacy_wake_prep(u8 sleep_state);
56 acpi_status acpi_hw_legacy_wake(u8 sleep_state);
63 acpi_status acpi_hw_extended_sleep(u8 sleep_state);
65 acpi_status acpi_hw_extended_wake_prep(u8 sleep_state);
67 acpi_status acpi_hw_extended_wake(u8 sleep_state);
A Dhwxface.c335 acpi_get_sleep_type_data(u8 sleep_state, u8 *sleep_type_a, u8 *sleep_type_b) in ACPI_EXPORT_SYMBOL()
345 if ((sleep_state > ACPI_S_STATES_MAX) || !sleep_type_a || !sleep_type_b) { in ACPI_EXPORT_SYMBOL()
360 info->relative_pathname = acpi_gbl_sleep_state_names[sleep_state]; in ACPI_EXPORT_SYMBOL()
/linux-6.3-rc2/drivers/xen/
A Dacpi.c38 static int xen_acpi_notify_hypervisor_state(u8 sleep_state, in xen_acpi_notify_hypervisor_state() argument
50 .sleep_state = sleep_state, in xen_acpi_notify_hypervisor_state()
65 int xen_acpi_notify_hypervisor_sleep(u8 sleep_state, in xen_acpi_notify_hypervisor_sleep() argument
68 return xen_acpi_notify_hypervisor_state(sleep_state, pm1a_cnt, in xen_acpi_notify_hypervisor_sleep()
72 int xen_acpi_notify_hypervisor_extended_sleep(u8 sleep_state, in xen_acpi_notify_hypervisor_extended_sleep() argument
75 return xen_acpi_notify_hypervisor_state(sleep_state, val_a, in xen_acpi_notify_hypervisor_extended_sleep()
/linux-6.3-rc2/drivers/acpi/
A Dwakeup.c38 void acpi_enable_wakeup_devices(u8 sleep_state) in acpi_enable_wakeup_devices() argument
45 || sleep_state > (u32) 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 > (u32) dev->wakeup.sleep_state in acpi_disable_wakeup_devices()
A Dsleep.h3 extern void acpi_enable_wakeup_devices(u8 sleep_state);
4 extern void acpi_disable_wakeup_devices(u8 sleep_state);
A Dosl.c59 static int (*__acpi_os_prepare_sleep)(u8 sleep_state, u32 pm1a_ctrl,
61 static int (*__acpi_os_prepare_extended_sleep)(u8 sleep_state, u32 val_a,
1707 acpi_status acpi_os_prepare_sleep(u8 sleep_state, u32 pm1a_control, in acpi_os_prepare_sleep() argument
1712 rc = __acpi_os_prepare_sleep(sleep_state, in acpi_os_prepare_sleep()
1722 void acpi_os_set_prepare_sleep(int (*func)(u8 sleep_state, in acpi_os_set_prepare_sleep() argument
1729 acpi_status acpi_os_prepare_extended_sleep(u8 sleep_state, u32 val_a, in acpi_os_prepare_extended_sleep() argument
1734 rc = __acpi_os_prepare_extended_sleep(sleep_state, in acpi_os_prepare_extended_sleep()
1751 void acpi_os_set_prepare_extended_sleep(int (*func)(u8 sleep_state, in acpi_os_set_prepare_extended_sleep() argument
1757 acpi_status acpi_os_enter_sleep(u8 sleep_state, in acpi_os_enter_sleep() argument
1763 status = acpi_os_prepare_extended_sleep(sleep_state, in acpi_os_enter_sleep()
[all …]
A Dscan.c903 wakeup->sleep_state = element->integer.value; in acpi_bus_extract_wakeup_device_power_package()
910 int sleep_state; in acpi_bus_extract_wakeup_device_power_package() local
913 &sleep_state); in acpi_bus_extract_wakeup_device_power_package()
920 if (sleep_state < wakeup->sleep_state) { in acpi_bus_extract_wakeup_device_power_package()
923 (int)wakeup->sleep_state, sleep_state); in acpi_bus_extract_wakeup_device_power_package()
924 wakeup->sleep_state = sleep_state; in acpi_bus_extract_wakeup_device_power_package()
950 if (wakeup->sleep_state == ACPI_STATE_S5) in acpi_wakeup_gpe_init()
951 wakeup->sleep_state = ACPI_STATE_S4; in acpi_wakeup_gpe_init()
A Dpower.c661 int enable, int sleep_state, int dev_state) in acpi_device_sleep_wake() argument
681 in_arg[1].integer.value = sleep_state; in acpi_device_sleep_wake()
710 int acpi_enable_wakeup_device_power(struct acpi_device *dev, int sleep_state) in acpi_enable_wakeup_device_power() argument
736 err = acpi_device_sleep_wake(dev, 1, sleep_state, 3); in acpi_enable_wakeup_device_power()
A Dproc.c35 (u32) dev->wakeup.sleep_state); in acpi_system_wakeup_device_seq_show()
/linux-6.3-rc2/include/xen/
A Dacpi.h43 int xen_acpi_notify_hypervisor_sleep(u8 sleep_state,
45 int xen_acpi_notify_hypervisor_extended_sleep(u8 sleep_state,
/linux-6.3-rc2/arch/x86/kernel/
A Dtboot.c282 static int tboot_sleep(u8 sleep_state, u32 pm1a_control, u32 pm1b_control) in tboot_sleep() argument
299 if (sleep_state >= ACPI_S_STATE_COUNT || in tboot_sleep()
300 acpi_shutdown_map[sleep_state] == -1) { in tboot_sleep()
301 pr_warn("unsupported sleep state 0x%x\n", sleep_state); in tboot_sleep()
305 tboot_shutdown(acpi_shutdown_map[sleep_state]); in tboot_sleep()
309 static int tboot_extended_sleep(u8 sleep_state, u32 val_a, u32 val_b) in tboot_extended_sleep() argument
/linux-6.3-rc2/drivers/base/
A Dpinctrl.c70 dev->pins->sleep_state = pinctrl_lookup_state(dev->pins->p, in pinctrl_bind_pins()
72 if (IS_ERR(dev->pins->sleep_state)) in pinctrl_bind_pins()
/linux-6.3-rc2/include/acpi/
A Dacpixf.h865 acpi_get_sleep_type_data(u8 sleep_state,
870 acpi_enter_sleep_state_prep(u8 sleep_state))
871 ACPI_EXTERNAL_RETURN_STATUS(acpi_status acpi_enter_sleep_state(u8 sleep_state))
876 acpi_leave_sleep_state_prep(u8 sleep_state))
877 ACPI_EXTERNAL_RETURN_STATUS(acpi_status acpi_leave_sleep_state(u8 sleep_state))
A Dacpi_bus.h330 u64 sleep_state; member
714 bool acpi_sleep_state_supported(u8 sleep_state);
716 static inline bool acpi_sleep_state_supported(u8 sleep_state) { return false; } in acpi_sleep_state_supported() argument
/linux-6.3-rc2/include/linux/pinctrl/
A Ddevinfo.h41 struct pinctrl_state *sleep_state; member
/linux-6.3-rc2/drivers/net/wwan/iosm/
A Diosm_ipc_pcie.c235 enum ipc_pcie_sleep_state sleep_state = IPC_PCIE_D0L12; in ipc_pcie_read_bios_cfg() local
250 sleep_state = IPC_PCIE_D3L2; in ipc_pcie_read_bios_cfg()
255 return sleep_state; in ipc_pcie_read_bios_cfg()
/linux-6.3-rc2/include/linux/
A Dtboot.h135 #define tboot_sleep(sleep_state, pm1a_control, pm1b_control) \ argument
A Dacpi.h1087 void acpi_os_set_prepare_sleep(int (*func)(u8 sleep_state,
1090 acpi_status acpi_os_prepare_sleep(u8 sleep_state,
1093 void acpi_os_set_prepare_extended_sleep(int (*func)(u8 sleep_state,
1096 acpi_status acpi_os_prepare_extended_sleep(u8 sleep_state,
/linux-6.3-rc2/drivers/iio/accel/
A Dbma180.c141 bool sleep_state; member
173 if (data->sleep_state) in bma180_get_data_reg()
244 data->sleep_state = state; in bma180_set_sleep_state()
264 if (data->sleep_state) in bma180_set_bw()
289 if (data->sleep_state) in bma180_set_scale()
/linux-6.3-rc2/arch/x86/platform/olpc/
A Dolpc-xo1-pm.c73 asmlinkage __visible int xo1_do_sleep(u8 sleep_state) in xo1_do_sleep() argument
/linux-6.3-rc2/drivers/input/touchscreen/
A Dcyttsp4_core.c1101 if (cd->sleep_state == SS_SLEEP_ON || cd->sleep_state == SS_SLEEPING) in cyttsp4_irq()
1510 if (cd->sleep_state == SS_SLEEP_ON) { in cyttsp4_core_sleep_()
1514 cd->sleep_state = SS_SLEEPING; in cyttsp4_core_sleep_()
1572 cd->sleep_state = ss; in cyttsp4_core_sleep_()
1668 if (cd->sleep_state == SS_SLEEP_ON) { in cyttsp4_startup_()
1669 cd->sleep_state = SS_SLEEP_OFF; in cyttsp4_startup_()
1778 if (cd->sleep_state == SS_SLEEP_OFF) { in cyttsp4_core_wake_()
1784 cd->sleep_state = SS_WAKING; in cyttsp4_core_wake_()
1817 cd->sleep_state = SS_SLEEP_OFF; in cyttsp4_core_wake_()

Completed in 44 milliseconds

12