Home
last modified time | relevance | path

Searched refs:may_skip_resume (Results 1 – 6 of 6) sorted by relevance

/linux/include/linux/
A Dpm.h588 unsigned int may_skip_resume:1; /* Set by subsystems */ member
/linux/drivers/base/power/
A Dmain.c1258 dev->power.may_skip_resume)) in __device_suspend_noirq()
1662 dev->power.may_skip_resume = true; in __device_suspend()
/linux/drivers/acpi/
A Ddevice_pm.c1113 dev->power.may_skip_resume = false; in acpi_subsys_suspend_noirq()
/linux/Documentation/driver-api/pm/
A Ddevices.rst832 the :c:member:`power.may_skip_resume` status bit set by the PM core during the
836 clear :c:member:`power.may_skip_resume` in its ``->suspend``, ``->suspend_late``
838 ``DPM_FLAG_SMART_SUSPEND`` need to clear :c:member:`power.may_skip_resume` in
841 Setting the :c:member:`power.may_skip_resume` status bit along with the
/linux/drivers/pci/
A Dpci-driver.c898 dev->power.may_skip_resume = false; in pci_pm_suspend_noirq()
/linux/Documentation/power/
A Dpci.rst1033 taken into consideration by the PM core along with the power.may_skip_resume

Completed in 22 milliseconds