Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/xen/
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-4.19.296/include/xen/
Dacpi.h78 int xen_acpi_notify_hypervisor_sleep(u8 sleep_state,
80 int xen_acpi_notify_hypervisor_extended_sleep(u8 sleep_state,
/linux-4.19.296/drivers/base/
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-4.19.296/include/linux/pinctrl/
Ddevinfo.h36 struct pinctrl_state *sleep_state; member
/linux-4.19.296/include/acpi/
Dacpixf.h856 acpi_get_sleep_type_data(u8 sleep_state,
861 acpi_enter_sleep_state_prep(u8 sleep_state))
862 ACPI_EXTERNAL_RETURN_STATUS(acpi_status acpi_enter_sleep_state(u8 sleep_state))
867 acpi_leave_sleep_state_prep(u8 sleep_state))
868 ACPI_EXTERNAL_RETURN_STATUS(acpi_status acpi_leave_sleep_state(u8 sleep_state))
Dacpiosxf.h326 acpi_status acpi_os_enter_sleep(u8 sleep_state, u32 rega_value, u32 regb_value);
Dacpi_bus.h334 u64 sleep_state; member
Dactypes.h893 typedef acpi_status (*acpi_sleep_function) (u8 sleep_state);
/linux-4.19.296/include/linux/
Dtboot.h155 #define tboot_sleep(sleep_state, pm1a_control, pm1b_control) \ argument
Dacpi.h887 void acpi_os_set_prepare_sleep(int (*func)(u8 sleep_state,
890 acpi_status acpi_os_prepare_sleep(u8 sleep_state,
893 void acpi_os_set_prepare_extended_sleep(int (*func)(u8 sleep_state,
896 acpi_status acpi_os_prepare_extended_sleep(u8 sleep_state,
/linux-4.19.296/drivers/iio/accel/
Dbma180.c121 bool sleep_state; member
150 if (data->sleep_state) in bma180_get_data_reg()
221 data->sleep_state = state; in bma180_set_sleep_state()
241 if (data->sleep_state) in bma180_set_bw()
266 if (data->sleep_state) in bma180_set_scale()
/linux-4.19.296/include/xen/interface/
Dplatform.h288 uint32_t sleep_state; /* Which state to enter (Sn). */ member
/linux-4.19.296/include/sound/
Dsoc-dapm.h272 { .active_state = active, .sleep_state = sleep,}), \
699 const char *sleep_state; member
/linux-4.19.296/drivers/base/power/
Dmain.c1223 static pm_message_t resume_event(pm_message_t sleep_state) in resume_event() argument
1225 switch (sleep_state.event) { in resume_event()