Searched refs:PCI_D0 (Results 1 - 25 of 92) sorted by relevance

1234

/linux-master/drivers/gpu/drm/i915/
H A Di915_switcheroo.c31 pci_set_power_state(pdev, PCI_D0);
/linux-master/drivers/net/wireless/marvell/mwifiex/
H A Dpcie_quirks.c110 pci_set_power_state(pdev, PCI_D0);
/linux-master/drivers/platform/x86/intel/atomisp2/
H A Dpm.c115 pdev->current_state = PCI_D0;
/linux-master/drivers/gpu/drm/gma500/
H A Dpower.c162 pci_set_power_state(pdev, PCI_D0);
/linux-master/drivers/pci/
H A Dpci-driver.c488 if (pci_dev->current_state == PCI_D0)
536 if (pci_dev->current_state != PCI_D0) {
537 int error = pci_set_power_state(pci_dev, PCI_D0);
555 pci_enable_wake(pci_dev, PCI_D0, false);
561 pci_update_current_state(pci_dev, PCI_D0);
609 if (pci_dev->current_state == PCI_D0)
647 if (!pci_dev->state_saved && pci_dev->current_state != PCI_D0
832 if (!pci_dev->state_saved && pci_dev->current_state != PCI_D0
878 if (!pci_dev->state_saved && pci_dev->current_state != PCI_D0
902 if (pci_dev->current_state == PCI_D0) {
[all...]
H A Dpci.c1230 else if (!dev->pm_cap) /* Fall back to PCI_D0 */
1231 dev->current_state = PCI_D0;
1333 platform_pci_set_power_state(dev, PCI_D0);
1338 dev->current_state = PCI_D0;
1358 if (state == PCI_D0)
1374 dev->current_state = PCI_D0;
1401 if (dev->current_state == PCI_D0)
1409 if (dev->current_state != PCI_D0) {
1551 else if (state < PCI_D0)
1552 state = PCI_D0;
[all...]
H A Dpci-acpi.c924 return PCI_D0;
1060 [PCI_D0] = ACPI_STATE_D0,
1073 case PCI_D0:
1105 if (state == PCI_D0)
1115 [ACPI_STATE_D0] = PCI_D0,
/linux-master/drivers/net/wireless/mediatek/mt76/mt76x2/
H A Dpci.c145 err = pci_set_power_state(pdev, PCI_D0);
/linux-master/arch/x86/platform/intel-mid/
H A Dpwr.c245 /* We support states between PCI_D0 and PCI_D3hot */
246 if (state < PCI_D0)
247 state = PCI_D0;
/linux-master/drivers/gpio/
H A Dgpio-bt8xx.c265 pci_set_power_state(pdev, PCI_D0);
/linux-master/drivers/net/wireless/mediatek/mt76/mt7615/
H A Dpci.c150 err = pci_set_power_state(pdev, PCI_D0);
/linux-master/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_pci.c270 pci_set_power_state(pdev, PCI_D0);
H A Ddwmac-loongson.c201 pci_set_power_state(pdev, PCI_D0);
/linux-master/drivers/pci/msi/
H A Dmsi.c155 BUG_ON(dev->current_state != PCI_D0);
240 if (dev->current_state != PCI_D0 || pci_dev_is_disconnected(dev)) {
412 if (!pci_msi_supported(dev, minvec) || dev->current_state != PCI_D0)
798 if (!pci_msi_supported(dev, nvec) || dev->current_state != PCI_D0)
/linux-master/drivers/gpu/drm/qxl/
H A Dqxl_drv.c226 pci_set_power_state(pdev, PCI_D0);
/linux-master/arch/x86/kernel/
H A Dearly-quirks.c648 if ((pmcsr & PCI_PM_CTRL_STATE_MASK) != PCI_D0) {
654 if ((pmcsr & PCI_PM_CTRL_STATE_MASK) != PCI_D0) {
/linux-master/drivers/vfio/pci/
H A Dvfio_pci_core.c245 if (pci_num_vf(pdev) && state > PCI_D0)
254 if (pdev->current_state >= PCI_D3hot && state <= PCI_D0)
420 vfio_pci_set_power_state(vdev, PCI_D0);
592 vfio_pci_set_power_state(vdev, PCI_D0);
1247 vfio_pci_set_power_state(vdev, PCI_D0);
2276 vfio_pci_set_power_state(vdev, PCI_D0);
2369 vfio_pci_set_power_state(vdev, PCI_D0);
2580 vfio_pci_set_power_state(cur, PCI_D0);
/linux-master/arch/mips/txx9/generic/
H A Dpci.c356 pci_set_power_state(dev, PCI_D0);
/linux-master/drivers/net/wireless/mediatek/mt76/mt76x0/
H A Dpci.c276 err = pci_set_power_state(pdev, PCI_D0);
/linux-master/drivers/net/wireless/quantenna/qtnfmac/pcie/
H A Dtopaz_pcie.c1204 pci_set_power_state(pdev, PCI_D0);
1206 pci_enable_wake(pdev, PCI_D0, 0);
1208 writel((u32 __force)PCI_D0, ts->ep_pmstate);
/linux-master/drivers/pci/pcie/
H A Daspm.c556 if ((endpoint->current_state != PCI_D0) &&
923 if (parent->current_state != PCI_D0 || child->current_state != PCI_D0) {
/linux-master/drivers/mfd/
H A Dsta2x11-mfd.c505 pci_set_power_state(pdev, PCI_D0);
/linux-master/drivers/net/ethernet/aquantia/atlantic/
H A Daq_pci_func.c414 pci_set_power_state(pdev, PCI_D0);
/linux-master/drivers/gpu/drm/radeon/
H A Dradeon_drv.c431 pci_set_power_state(pdev, PCI_D0);
/linux-master/drivers/gpu/drm/loongson/
H A Dlsdc_drv.c425 pci_set_power_state(pdev, PCI_D0);

Completed in 223 milliseconds

1234