Lines Matching refs:PCI_D3hot
1228 need_restore = (state == PCI_D3hot || dev->current_state >= PCI_D3hot) && in pci_power_up()
1241 if (state == PCI_D3hot) in pci_power_up()
1379 if (state == PCI_D3hot) in pci_set_low_power_state()
1441 if (state >= PCI_D3hot && (dev->dev_flags & PCI_DEV_FLAGS_NO_D3)) in pci_set_power_state()
1449 error = pci_set_low_power_state(dev, PCI_D3hot); in pci_set_power_state()
2626 pci_enable_wake(dev, PCI_D3hot, enable); in pci_wake_from_d3()
2650 return PCI_D3hot; in pci_target_state()
2655 return PCI_D3hot; in pci_target_state()
2672 pci_power_t state = PCI_D3hot; in pci_target_state()
2687 return PCI_D3hot; in pci_target_state()
2829 pci_dev->current_state != PCI_D3hot; in pci_dev_need_resume()
4840 csr |= PCI_D3hot; in pci_pm_reset()