Searched refs:PCI_D3hot (Results 1 - 89 of 89) sorted by relevance

/linux-4.1.27/drivers/net/wireless/orinoco/
H A Dorinoco_pci.h30 pci_set_power_state(pdev, PCI_D3hot); orinoco_pci_suspend()
/linux-4.1.27/drivers/gpu/drm/ast/
H A Dast_drv.c131 pci_set_power_state(pdev, PCI_D3hot); ast_pm_suspend()
/linux-4.1.27/drivers/pci/
H A Dpci-acpi.c403 return PCI_D3hot; acpi_pci_choose_state()
423 [PCI_D3hot] = ACPI_STATE_D3_COLD, acpi_pci_set_power_state()
442 case PCI_D3hot: acpi_pci_set_power_state()
H A Dpci.c560 if (state < PCI_D0 || state > PCI_D3hot) pci_raw_set_power_state()
592 case PCI_D3hot: pci_raw_set_power_state()
595 if ((pmcsr & PCI_PM_CTRL_STATE_MASK) == PCI_D3hot pci_raw_set_power_state()
609 if (state == PCI_D3hot || dev->current_state == PCI_D3hot) pci_raw_set_power_state()
841 if (state >= PCI_D3hot && (dev->dev_flags & PCI_DEV_FLAGS_NO_D3)) pci_set_power_state()
848 error = pci_raw_set_power_state(dev, state > PCI_D3hot ? pci_set_power_state()
849 PCI_D3hot : state); pci_set_power_state()
887 return PCI_D3hot; pci_choose_state()
1857 pci_enable_wake(dev, PCI_D3hot, enable); pci_wake_from_d3()
1871 pci_power_t target_state = PCI_D3hot; pci_target_state()
1915 * (PCI_D3hot is the default) and put the device into that state.
3220 * unset, it will be reinitialized internally when going from PCI_D3hot to
3222 * already, force it into PCI_D3hot and back to PCI_D0, causing it to be reset.
3247 csr |= PCI_D3hot; pci_pm_reset()
H A Dpci-driver.c464 if (kexec_in_progress && (pci_dev->current_state <= PCI_D3hot)) pci_device_shutdown()
/linux-4.1.27/drivers/mmc/host/
H A Dtoshsd.c582 pci_enable_wake(pdev, PCI_D3hot, 0); toshsd_pm_suspend()
584 pci_set_power_state(pdev, PCI_D3hot); toshsd_pm_suspend()
/linux-4.1.27/drivers/ptp/
H A Dptp_pch.c531 pci_enable_wake(pdev, PCI_D3hot, 0); pch_suspend()
553 pci_enable_wake(pdev, PCI_D3hot, 0); pch_resume()
/linux-4.1.27/drivers/misc/cb710/
H A Dcore.c183 pci_set_power_state(pdev, PCI_D3hot); cb710_suspend()
/linux-4.1.27/drivers/gpu/drm/gma500/
H A Dpower.c142 pci_set_power_state(pdev, PCI_D3hot); gma_suspend_pci()
/linux-4.1.27/drivers/gpu/drm/qxl/
H A Dqxl_drv.c155 pci_set_power_state(pdev, PCI_D3hot); qxl_pm_suspend()
/linux-4.1.27/drivers/i2c/busses/
H A Di2c-eg20t.c886 pci_enable_wake(pdev, PCI_D3hot, 0); pch_i2c_suspend()
906 pci_enable_wake(pdev, PCI_D3hot, 0); pch_i2c_resume()
/linux-4.1.27/drivers/misc/
H A Dpch_phub.c846 pci_enable_wake(pdev, PCI_D3hot, 0); pch_phub_suspend()
866 pci_enable_wake(pdev, PCI_D3hot, 0); pch_phub_resume()
/linux-4.1.27/drivers/net/ethernet/amd/
H A Damd8111e.c1652 pci_enable_wake(pci_dev, PCI_D3hot, 1); amd8111e_suspend()
1657 pci_enable_wake(pci_dev, PCI_D3hot, 0); amd8111e_suspend()
1662 pci_set_power_state(pci_dev, PCI_D3hot); amd8111e_suspend()
1677 pci_enable_wake(pci_dev, PCI_D3hot, 0); amd8111e_resume()
/linux-4.1.27/drivers/scsi/aic7xxx/
H A Daic7xxx_osm_pci.c138 pci_set_power_state(pdev, PCI_D3hot); ahc_linux_pci_dev_suspend()
H A Daic79xx_osm_pci.c93 pci_set_power_state(pdev, PCI_D3hot); ahd_linux_pci_dev_suspend()
/linux-4.1.27/drivers/net/wireless/hostap/
H A Dhostap_pci.c418 pci_set_power_state(pdev, PCI_D3hot); prism2_pci_suspend()
/linux-4.1.27/arch/x86/pci/
H A Dintel_mid_pci.c291 pci_set_power_state(dev, PCI_D3hot); mrst_power_off_unused_dev()
/linux-4.1.27/drivers/char/agp/
H A Dati-agp.c239 pci_set_power_state(dev, PCI_D3hot); agp_ati_suspend()
H A Dnvidia-agp.c404 pci_set_power_state(pdev, PCI_D3hot); agp_nvidia_suspend()
H A Dvia-agp.c499 pci_set_power_state (pdev, PCI_D3hot); agp_via_suspend()
/linux-4.1.27/sound/pci/cs5535audio/
H A Dcs5535audio.c260 pci_set_power_state(cs5535au->pci, PCI_D3hot); snd_cs5535audio_free()
/linux-4.1.27/drivers/vfio/pci/
H A Dvfio_pci.c237 pci_set_power_state(pdev, PCI_D3hot); vfio_pci_disable()
985 pci_set_power_state(pdev, PCI_D3hot); vfio_pci_probe()
1134 pci_set_power_state(tmp->pdev, PCI_D3hot); vfio_pci_try_bus_reset()
H A Dvfio_pci_config.c641 state = PCI_D3hot; vfio_pm_config_write()
/linux-4.1.27/drivers/net/ethernet/via/
H A Dvia-velocity.c2261 velocity_set_power_state(vptr, PCI_D3hot); velocity_open()
2468 velocity_set_power_state(vptr, PCI_D3hot); velocity_ioctl()
2902 velocity_set_power_state(vptr, PCI_D3hot); velocity_probe()
3175 pci_enable_wake(vptr->pdev, PCI_D3hot, 1); velocity_suspend()
3176 velocity_set_power_state(vptr, PCI_D3hot); velocity_suspend()
3182 velocity_set_power_state(vptr, PCI_D3hot); velocity_suspend()
3315 velocity_set_power_state(vptr, PCI_D3hot); velocity_ethtool_down()
H A Dvia-rhine.c2451 pci_set_power_state(pdev, PCI_D3hot); rhine_shutdown_pci()
/linux-4.1.27/drivers/spi/
H A Dspi-topcliff-pch.c1676 pci_enable_wake(pdev, PCI_D3hot, 0); pch_spi_suspend()
1678 pci_set_power_state(pdev, PCI_D3hot); pch_spi_suspend()
1700 pci_enable_wake(pdev, PCI_D3hot, 0); pch_spi_resume()
/linux-4.1.27/drivers/gpu/drm/i915/
H A Di915_drv.c662 pci_set_power_state(drm_dev->pdev, PCI_D3hot); i915_drm_suspend_late()
1436 * won't be able to restore them. Since PCI_D3hot matches the intel_runtime_suspend()
1441 intel_opregion_notify_adapter(dev, PCI_D3hot); intel_runtime_suspend()
H A Dintel_opregion.c379 { PCI_D3hot, 0x04 },
/linux-4.1.27/drivers/net/wireless/p54/
H A Dp54pci.c672 pci_set_power_state(pdev, PCI_D3hot); p54p_suspend()
/linux-4.1.27/drivers/usb/host/
H A Dxhci-pci.c310 pci_set_power_state(dev, PCI_D3hot); xhci_pci_remove()
H A Dxhci.c775 pci_set_power_state(to_pci_dev(hcd->self.controller), PCI_D3hot); xhci_shutdown()
/linux-4.1.27/drivers/net/can/
H A Dpch_can.c1100 pci_enable_wake(pdev, PCI_D3hot, 0); pch_can_suspend()
1123 pci_enable_wake(pdev, PCI_D3hot, 0); pch_can_resume()
/linux-4.1.27/drivers/scsi/isci/
H A Dinit.c737 pci_set_power_state(pdev, PCI_D3hot);
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmfmac/
H A Dpcie.c1687 bus->wowl_supported = pci_pme_capable(pdev, PCI_D3hot); brcmf_pcie_probe()
1809 pci_enable_wake(pdev, PCI_D3hot, false); brcmf_pcie_resume()
/linux-4.1.27/drivers/net/ethernet/3com/
H A Dtyphoon.c2081 if(typhoon_sleep(tp, PCI_D3hot, 0) < 0) typhoon_open()
2108 if(typhoon_sleep(tp, PCI_D3hot, 0) < 0) typhoon_close()
2427 if(typhoon_sleep(tp, PCI_D3hot, 0) < 0) { typhoon_init_one()
H A D3c59x.c3243 if (pci_enable_wake(VORTEX_PCI(vp), PCI_D3hot, 1)) { acpi_set_WOL()
3250 if (VORTEX_PCI(vp)->current_state < PCI_D3hot) acpi_set_WOL()
3254 pci_set_power_state(VORTEX_PCI(vp), PCI_D3hot); acpi_set_WOL()
/linux-4.1.27/drivers/net/ethernet/atheros/atl1c/
H A Datl1c_main.c138 pci_enable_wake(pdev, PCI_D3hot, 0); atl1c_reset_pcie()
2491 pci_set_power_state(pdev, PCI_D3hot); atl1c_shutdown()
2751 pci_enable_wake(pdev, PCI_D3hot, 0); atl1c_io_slot_reset()
/linux-4.1.27/drivers/net/ethernet/dec/tulip/
H A Ddmfe.c2142 pci_enable_wake(pci_dev, PCI_D3hot, 1); dmfe_suspend()
2169 pci_enable_wake(pci_dev, PCI_D3hot, 0); dmfe_resume()
H A Dtulip_core.c310 pci_enable_wake(tp->pdev, PCI_D3hot, 0); tulip_up()
1902 pci_enable_wake(pdev, PCI_D3hot, 0); tulip_resume()
/linux-4.1.27/drivers/net/ethernet/atheros/atl1e/
H A Datl1e_main.c2230 pci_enable_wake(pdev, PCI_D3hot, 0); atl1e_resume()
2526 pci_enable_wake(pdev, PCI_D3hot, 0); atl1e_io_slot_reset()
/linux-4.1.27/drivers/net/ethernet/broadcom/
H A Db44.c2486 ssb_pcihost_set_power_state(sdev, PCI_D3hot); b44_remove_one()
2515 ssb_pcihost_set_power_state(sdev, PCI_D3hot); b44_suspend()
H A Dbnx2.c4049 case PCI_D3hot: { bnx2_set_power_state()
4056 pci_set_power_state(bp->pdev, PCI_D3hot); bnx2_set_power_state()
4072 pci_set_power_state(bp->pdev, PCI_D3hot); bnx2_set_power_state()
8788 bnx2_set_power_state(bp, PCI_D3hot); bnx2_shutdown()
H A Dtg3.c4266 pci_set_power_state(tp->pdev, PCI_D3hot); tg3_power_down()
11705 pci_set_power_state(tp->pdev, PCI_D3hot); tg3_open()
/linux-4.1.27/drivers/net/ethernet/intel/e1000/
H A De1000_main.c5159 pci_set_power_state(pdev, PCI_D3hot); e1000_suspend()
5186 pci_enable_wake(pdev, PCI_D3hot, 0); e1000_resume()
5218 pci_set_power_state(pdev, PCI_D3hot); e1000_shutdown()
5288 pci_enable_wake(pdev, PCI_D3hot, 0); e1000_io_slot_reset()
/linux-4.1.27/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_hw.c1684 pci_enable_wake(pdev, PCI_D3hot, 1); qlcnic_82xx_shutdown()
/linux-4.1.27/drivers/gpu/drm/mgag200/
H A Dmgag200_mode.c1097 pci_set_power_state(pdev, PCI_D3hot);
/linux-4.1.27/drivers/gpu/drm/nouveau/
H A Dnouveau_drm.c668 pci_set_power_state(pdev, PCI_D3hot); nouveau_pmops_suspend()
/linux-4.1.27/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_drv.c1297 pci_set_power_state(pdev, PCI_D3hot); vmw_pci_suspend()
/linux-4.1.27/drivers/net/ethernet/qlogic/netxen/
H A Dnetxen_nic_main.c1801 pci_enable_wake(pdev, PCI_D3hot, 1); netxen_nic_shutdown()
1822 pci_enable_wake(pdev, PCI_D3hot, 1); netxen_nic_suspend()
/linux-4.1.27/drivers/usb/gadget/udc/
H A Dpch_udc.c3098 pci_enable_wake(pdev, PCI_D3hot, 0); pch_udc_suspend()
3120 pci_enable_wake(pdev, PCI_D3hot, 0); pch_udc_resume()
/linux-4.1.27/include/linux/
H A Dpm.h648 * the upcoming system state (such as PCI_D3hot), and enable
H A Dpci.h115 #define PCI_D3hot ((pci_power_t __force) 3) macro
/linux-4.1.27/drivers/net/ethernet/intel/igb/
H A Digb_main.c7444 pci_set_power_state(pdev, PCI_D3hot); igb_suspend()
7473 pci_enable_wake(pdev, PCI_D3hot, 0); igb_resume()
7528 pci_set_power_state(pdev, PCI_D3hot); igb_runtime_suspend()
7548 pci_set_power_state(pdev, PCI_D3hot); igb_shutdown()
7694 pci_enable_wake(pdev, PCI_D3hot, 0); igb_io_slot_reset()
/linux-4.1.27/drivers/net/ethernet/adaptec/
H A Dstarfire.c2008 pci_set_power_state(pdev, PCI_D3hot); /* go to sleep in D3 mode */ starfire_remove_one()
/linux-4.1.27/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_pci.c2041 pci_set_power_state(pdev, PCI_D3hot); fm10k_suspend()
/linux-4.1.27/drivers/net/ethernet/realtek/
H A D8139cp.c1853 pci_set_power_state (cp->pdev, PCI_D3hot); cp_set_d3_state()
H A D8139too.c2641 pci_set_power_state (pdev, PCI_D3hot); rtl8139_suspend()
H A Dr8169.c7864 pci_set_power_state(pdev, PCI_D3hot); rtl_shutdown()
/linux-4.1.27/drivers/net/ethernet/toshiba/
H A Dtc35815.c2168 pci_set_power_state(pdev, PCI_D3hot); tc35815_suspend()
/linux-4.1.27/drivers/net/wireless/rtlwifi/
H A Dpci.c2425 PCI_D3hot ((pci_power_t __force) 3)
/linux-4.1.27/drivers/gpu/drm/radeon/
H A Dradeon_device.c1628 pci_set_power_state(dev->pdev, PCI_D3hot); radeon_suspend_kms()
/linux-4.1.27/sound/pci/
H A Dcs4281.c1315 pci_set_power_state(chip->pci, PCI_D3hot); snd_cs4281_free()
H A Dens1370.c1930 pci_set_power_state(ensoniq->pci, PCI_D3hot); snd_ensoniq_free()
/linux-4.1.27/sound/pci/hda/
H A Dhda_intel.c861 pci_set_power_state(pci, PCI_D3hot); azx_freeze_noirq()
/linux-4.1.27/sound/pci/ymfpci/
H A Dymfpci_main.c2238 pci_set_power_state(chip->pci, PCI_D3hot); snd_ymfpci_free()
/linux-4.1.27/drivers/net/ethernet/emulex/benet/
H A Dbe_main.c3316 pci_enable_wake(adapter->pdev, PCI_D3hot, 1); be_setup_wol()
3320 pci_enable_wake(adapter->pdev, PCI_D3hot, 0); be_setup_wol()
/linux-4.1.27/drivers/block/
H A Dcciss.c4561 pmcsr |= PCI_D3hot; cciss_controller_hard_reset()
4653 * pci_set_power_state(pci_dev, PCI_D3hot); cciss_kdump_hard_reset_controller()
/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_main.c9830 bnx2x_set_power_state(bp, PCI_D3hot); bnx2x_recovery_failed()
9975 bp, PCI_D3hot); bnx2x_parity_recover()
12245 bnx2x_set_power_state(bp, PCI_D3hot); bnx2x_open()
13617 bnx2x_set_power_state(bp, PCI_D3hot); __bnx2x_remove()
13629 pci_set_power_state(pdev, PCI_D3hot); __bnx2x_remove()
H A Dbnx2x_cmn.c3131 case PCI_D3hot: bnx2x_set_power_state()
/linux-4.1.27/drivers/net/ethernet/intel/
H A De100.c3046 pci_set_power_state(pdev, PCI_D3hot); __e100_power_off()
/linux-4.1.27/drivers/net/ethernet/oki-semi/pch_gbe/
H A Dpch_gbe_main.c2567 pci_set_power_state(pdev, PCI_D3hot); pch_gbe_shutdown()
/linux-4.1.27/drivers/net/ethernet/sfc/
H A Defx.c3129 return pci_set_power_state(pci_dev, PCI_D3hot); efx_pm_poweroff()
/linux-4.1.27/drivers/net/ethernet/sis/
H A Dsis900.c2448 pci_set_power_state(pci_dev, PCI_D3hot); sis900_suspend()
/linux-4.1.27/drivers/net/ethernet/ti/
H A Dtlan.c360 pci_set_power_state(pdev, PCI_D3hot); tlan_suspend()
/linux-4.1.27/drivers/scsi/lpfc/
H A Dlpfc_init.c9773 * set device to PCI_D3hot state in PCI config space instead of setting it
9799 pci_set_power_state(pdev, PCI_D3hot); lpfc_pci_suspend_one_s3()
10522 * device to PCI_D3hot state in PCI config space instead of setting it
10549 pci_set_power_state(pdev, PCI_D3hot); lpfc_pci_suspend_one_s4()
/linux-4.1.27/drivers/net/ethernet/atheros/atlx/
H A Datl1.c2897 pci_set_power_state(pdev, PCI_D3hot); atl1_shutdown()
H A Datl2.c1663 pci_enable_wake(pdev, PCI_D3hot, 0); atl2_resume()
/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_main.c5915 pci_set_power_state(pdev, PCI_D3hot); ixgbe_suspend()
5930 pci_set_power_state(pdev, PCI_D3hot); ixgbe_shutdown()
/linux-4.1.27/drivers/scsi/
H A Dhpsa.c5661 rc = pci_set_power_state(pdev, PCI_D3hot); hpsa_controller_hard_reset()
5754 * pci_set_power_state(pci_dev, PCI_D3hot); hpsa_kdump_hard_reset_controller()
/linux-4.1.27/drivers/net/ethernet/marvell/
H A Dskge.c4174 pci_set_power_state(pdev, PCI_D3hot); skge_shutdown()
H A Dsky2.c5213 pci_set_power_state(pdev, PCI_D3hot); sky2_shutdown()
/linux-4.1.27/drivers/net/ethernet/qlogic/qlge/
H A Dqlge_main.c4982 pci_enable_wake(pdev, PCI_D3hot, 0); qlge_resume()
/linux-4.1.27/drivers/block/mtip32xx/
H A Dmtip32xx.c4556 pci_set_power_state(pdev, PCI_D3hot); mtip_pci_suspend()
/linux-4.1.27/drivers/net/ethernet/intel/i40e/
H A Di40e_main.c10247 pci_set_power_state(pdev, PCI_D3hot); i40e_shutdown()
10275 pci_set_power_state(pdev, PCI_D3hot); i40e_suspend()
/linux-4.1.27/drivers/net/ethernet/intel/e1000e/
H A Dnetdev.c6591 pci_enable_wake(pdev, PCI_D3hot, 0); e1000_io_slot_reset()
/linux-4.1.27/drivers/net/ethernet/micrel/
H A Dksz884x.c3528 data |= PCI_PM_CTRL_PME_ENABLE | PCI_D3hot; hw_cfg_wol_pme()
/linux-4.1.27/drivers/net/ethernet/nvidia/
H A Dforcedeth.c6181 pci_set_power_state(pdev, PCI_D3hot); nv_shutdown()
/linux-4.1.27/drivers/ata/
H A Dlibata-core.c6385 pci_set_power_state(pdev, PCI_D3hot); ata_pci_device_do_suspend()
/linux-4.1.27/drivers/net/wireless/ipw2x00/
H A Dipw2100.c6432 pci_set_power_state(pci_dev, PCI_D3hot); ipw2100_suspend()

Completed in 2866 milliseconds