Lines Matching refs:PCI_D0
1143 else if (!dev->pm_cap) /* Fall back to PCI_D0 */
1144 dev->current_state = PCI_D0;
1243 platform_pci_set_power_state(dev, PCI_D0);
1248 dev->current_state = PCI_D0;
1268 if (state == PCI_D0)
1284 dev->current_state = PCI_D0;
1310 if (dev->current_state == PCI_D0)
1318 if (dev->current_state != PCI_D0) {
1465 else if (state < PCI_D0)
1466 state = PCI_D0;
1481 if (state == PCI_D0)
1954 err = pci_set_power_state(dev, PCI_D0);
2451 if (bridge->current_state != PCI_D0)
2732 return PCI_D0;
2747 return PCI_D0;
2791 int ret = pci_set_power_state(dev, PCI_D0);
2796 pci_enable_wake(dev, PCI_D0, false);
2952 return PCI_D0;
4867 * pci_pm_reset - Put device into PCI_D3 and back into PCI_D0.
4873 * PCI_D0. If that's the case and the device is not in a low-power state
4874 * already, force it into PCI_D3hot and back to PCI_D0, causing it to be reset.
4895 if (dev->current_state != PCI_D0)
4904 csr |= PCI_D0;
5317 pci_set_power_state(dev, PCI_D0);