poweroff_noirq    648 arch/s390/pci/pci.c 	.poweroff_noirq = zpci_freeze,
poweroff_noirq   1254 drivers/acpi/acpi_lpss.c 		.poweroff_noirq = acpi_lpss_poweroff_noirq,
poweroff_noirq   1259 drivers/acpi/device_pm.c 		.poweroff_noirq = acpi_subsys_poweroff_noirq,
poweroff_noirq   1805 drivers/base/power/domain.c 	genpd->domain.ops.poweroff_noirq = genpd_poweroff_noirq;
poweroff_noirq    149 drivers/base/power/generic_ops.c 	return pm && pm->poweroff_noirq ? pm->poweroff_noirq(dev) : 0;
poweroff_noirq    427 drivers/base/power/main.c 		return ops->poweroff_noirq;
poweroff_noirq   1079 drivers/dma/sa11x0-dma.c 	.poweroff_noirq = sa11x0_dma_suspend,
poweroff_noirq   1015 drivers/hv/vmbus_drv.c 	.poweroff_noirq	= vmbus_suspend,
poweroff_noirq   2326 drivers/hv/vmbus_drv.c 	.poweroff_noirq	= vmbus_bus_suspend,
poweroff_noirq   1186 drivers/pci/pci-driver.c 	if (drv->pm->poweroff_noirq) {
poweroff_noirq   1189 drivers/pci/pci-driver.c 		error = drv->pm->poweroff_noirq(dev);
poweroff_noirq   1190 drivers/pci/pci-driver.c 		suspend_report_result(drv->pm->poweroff_noirq, error);
poweroff_noirq   1207 drivers/pci/pci-driver.c 	if (pcibios_pm_ops.poweroff_noirq)
poweroff_noirq   1208 drivers/pci/pci-driver.c 		return pcibios_pm_ops.poweroff_noirq(dev);
poweroff_noirq   1405 drivers/pci/pci-driver.c 	.poweroff_noirq = pci_pm_poweroff_noirq,
poweroff_noirq    879 drivers/pcmcia/cs.c 	.poweroff_noirq = pcmcia_socket_dev_suspend_noirq,
poweroff_noirq   1338 drivers/pcmcia/yenta_socket.c 	.poweroff_noirq = yenta_dev_suspend_noirq,
poweroff_noirq   1221 drivers/thunderbolt/nhi.c 	.poweroff_noirq = nhi_poweroff_noirq,
poweroff_noirq    612 drivers/usb/core/hcd-pci.c 	.poweroff_noirq	= hcd_pci_suspend_noirq,
poweroff_noirq    297 include/linux/pm.h 	int (*poweroff_noirq)(struct device *dev);
poweroff_noirq    334 include/linux/pm.h 	.poweroff_noirq = suspend_fn, \