Searched refs:poweroff_noirq (Results 1 – 10 of 10) sorted by relevance
/linux/drivers/base/power/ |
H A D | generic_ops.c | 130 * pm_generic_poweroff_noirq - Generic poweroff_noirq callback for subsystems. 137 return pm && pm->poweroff_noirq ? pm->poweroff_noirq(dev) : 0; in pm_generic_poweroff_noirq()
|
/linux/include/linux/ |
H A D | pm.h | 215 * @poweroff_noirq: Complete the actions started by @poweroff(). Analogous to 306 int (*poweroff_noirq)(struct device *dev); member 334 .poweroff_noirq = pm_sleep_ptr(suspend_fn), \
|
/linux/drivers/usb/core/ |
H A D | hcd-pci.c | 644 .poweroff_noirq = hcd_pci_suspend_noirq,
|
/linux/drivers/pcmcia/ |
H A D | cs.c | 878 .poweroff_noirq = pcmcia_socket_dev_suspend_noirq,
|
/linux/Documentation/power/ |
H A D | pci.rst | 295 .poweroff_noirq = pci_pm_poweroff_noirq, 619 prepare, poweroff, poweroff_noirq 824 3.1.7. poweroff_noirq() 827 The poweroff_noirq() callback is hibernation-specific. It is executed after 834 The difference between poweroff_noirq() and poweroff() is analogous to the
|
/linux/drivers/acpi/ |
H A D | device_pm.c | 1387 .poweroff_noirq = acpi_subsys_poweroff_noirq,
|
/linux/drivers/acpi/x86/ |
H A D | lpss.c | 1233 .poweroff_noirq = acpi_lpss_poweroff_noirq,
|
/linux/drivers/hv/ |
H A D | vmbus_drv.c | 1006 .poweroff_noirq = vmbus_suspend, 2764 .poweroff_noirq = vmbus_bus_suspend,
|
/linux/Documentation/driver-api/pm/ |
H A D | devices.rst | 520 ``poweroff_noirq``. 570 12. The ``poweroff_noirq`` phase is analogous to the ``suspend_noirq`` phase. 572 The ``->poweroff``, ``->poweroff_late`` and ``->poweroff_noirq`` callbacks
|
/linux/drivers/thunderbolt/ |
H A D | nhi.c | 1444 .poweroff_noirq = nhi_poweroff_noirq,
|