Lines Matching refs:PCI_D3hot
1231 need_restore = (state == PCI_D3hot || dev->current_state >= PCI_D3hot) && in pci_power_up()
1244 if (state == PCI_D3hot) in pci_power_up()
1382 if (state == PCI_D3hot) in pci_set_low_power_state()
1444 if (state >= PCI_D3hot && (dev->dev_flags & PCI_DEV_FLAGS_NO_D3)) in pci_set_power_state()
1452 error = pci_set_low_power_state(dev, PCI_D3hot); in pci_set_power_state()
2631 pci_enable_wake(dev, PCI_D3hot, enable); in pci_wake_from_d3()
2655 return PCI_D3hot; in pci_target_state()
2660 return PCI_D3hot; in pci_target_state()
2677 pci_power_t state = PCI_D3hot; in pci_target_state()
2692 return PCI_D3hot; in pci_target_state()
2834 pci_dev->current_state != PCI_D3hot; in pci_dev_need_resume()
4850 csr |= PCI_D3hot; in pci_pm_reset()