Lines Matching refs:PCI_D3hot
1095 if (state < PCI_D0 || state > PCI_D3hot) in pci_raw_set_power_state()
1137 case PCI_D3hot: in pci_raw_set_power_state()
1140 if ((pmcsr & PCI_PM_CTRL_STATE_MASK) == PCI_D3hot in pci_raw_set_power_state()
1156 if (state == PCI_D3hot || dev->current_state == PCI_D3hot) in pci_raw_set_power_state()
1402 if (state >= PCI_D3hot && (dev->dev_flags & PCI_DEV_FLAGS_NO_D3)) in pci_set_power_state()
1409 error = pci_raw_set_power_state(dev, state > PCI_D3hot ? in pci_set_power_state()
1410 PCI_D3hot : state); in pci_set_power_state()
2586 pci_enable_wake(dev, PCI_D3hot, enable); in pci_wake_from_d3()
2610 return PCI_D3hot; in pci_target_state()
2615 return PCI_D3hot; in pci_target_state()
2632 pci_power_t state = PCI_D3hot; in pci_target_state()
2647 return PCI_D3hot; in pci_target_state()
2816 pci_dev->current_state != PCI_D3hot; in pci_dev_need_resume()
4815 csr |= PCI_D3hot; in pci_pm_reset()