Home
last modified time | relevance | path

Searched refs:PCI_D3hot (Results 1 – 25 of 71) sorted by relevance

123

/linux/drivers/gpu/drm/gma500/
H A Dpower.c147 pci_set_power_state(pdev, PCI_D3hot); in gma_suspend_pci()
/linux/drivers/gpu/drm/vboxvideo/
H A Dvbox_drv.c128 pci_set_power_state(pdev, PCI_D3hot); in vbox_pm_suspend()
/linux/drivers/pci/
H A Dpci.c1331 need_restore = (state == PCI_D3hot || dev->current_state >= PCI_D3hot) && in pci_power_up()
1344 if (state == PCI_D3hot) in pci_power_up()
1505 if (state == PCI_D3hot) in pci_set_low_power_state()
1553 if (state >= PCI_D3hot && (dev->dev_flags & PCI_DEV_FLAGS_NO_D3)) in __pci_set_power_state()
1561 error = pci_set_low_power_state(dev, PCI_D3hot, locked); in __pci_set_power_state()
2602 pci_enable_wake(dev, PCI_D3hot, enable); in pci_wake_from_d3()
2626 return PCI_D3hot; in pci_target_state()
2631 return PCI_D3hot; in pci_target_state()
2648 pci_power_t state = PCI_D3hot; in pci_target_state()
2663 return PCI_D3hot; in pci_target_state()
[all …]
H A Dpci-acpi.c937 return PCI_D3hot; in acpi_pci_choose_state()
1078 [PCI_D3hot] = ACPI_STATE_D3_HOT, in acpi_pci_set_power_state()
1091 case PCI_D3hot: in acpi_pci_set_power_state()
1133 [ACPI_STATE_D3_HOT] = PCI_D3hot, in acpi_pci_get_power_state()
/linux/arch/x86/pci/
H A Dintel_mid.c355 pci_set_power_state(dev, PCI_D3hot); in mid_power_off_one_device()
/linux/drivers/net/ethernet/via/
H A Dvia-velocity.c2248 velocity_set_power_state(vptr, PCI_D3hot); in velocity_open()
2450 velocity_set_power_state(vptr, PCI_D3hot); in velocity_ioctl()
2875 velocity_set_power_state(vptr, PCI_D3hot); in velocity_probe()
3145 pci_enable_wake(vptr->pdev, PCI_D3hot, 1); in velocity_suspend()
3146 velocity_set_power_state(vptr, PCI_D3hot); in velocity_suspend()
3152 velocity_set_power_state(vptr, PCI_D3hot); in velocity_suspend()
3291 velocity_set_power_state(vptr, PCI_D3hot); in velocity_ethtool_down()
/linux/drivers/net/wireless/quantenna/qtnfmac/pcie/
H A Dtopaz_pcie.c1187 writel((u32 __force)PCI_D3hot, ts->ep_pmstate); in qtnf_pcie_topaz_suspend()
1193 pci_enable_wake(pdev, PCI_D3hot, 1); in qtnf_pcie_topaz_suspend()
1194 pci_set_power_state(pdev, PCI_D3hot); in qtnf_pcie_topaz_suspend()
/linux/drivers/net/ethernet/broadcom/bnge/
H A Dbnge_core.c398 pci_set_power_state(pdev, PCI_D3hot); in bnge_shutdown()
/linux/drivers/net/ethernet/intel/idpf/
H A Didpf_main.c180 pci_set_power_state(pdev, PCI_D3hot); in idpf_shutdown()
/linux/drivers/usb/host/
H A Dxhci-pci.c733 pci_set_power_state(dev, PCI_D3hot); in xhci_pci_remove()
938 pci_set_power_state(pdev, PCI_D3hot); in xhci_pci_shutdown()
/linux/drivers/vfio/pci/
H A Dvfio_pci_core.c278 if (pdev->current_state < PCI_D3hot && state >= PCI_D3hot) { in vfio_pci_set_power_state()
283 if (pdev->current_state >= PCI_D3hot && state <= PCI_D0) in vfio_pci_set_power_state()
291 if (needs_save && pdev->current_state >= PCI_D3hot) { in vfio_pci_set_power_state()
H A Dvfio_pci_config.c416 return pdev->current_state < PCI_D3hot && in __vfio_pci_memory_enabled()
715 if (state >= PCI_D3hot) { in vfio_lock_and_set_power_state()
750 state = PCI_D3hot; in vfio_pm_config_write()
/linux/drivers/net/ethernet/aquantia/atlantic/
H A Daq_pci_func.c375 pci_set_power_state(pdev, PCI_D3hot); in aq_pci_shutdown()
/linux/sound/soc/intel/catpt/
H A Ddsp.c390 catpt_updatel_pci(cdev, PMCS, PCI_PM_CTRL_STATE_MASK, (__force u32)PCI_D3hot); in catpt_dsp_power_down()
/linux/drivers/net/ethernet/3com/
H A Dtyphoon.c2090 if (typhoon_sleep(tp, PCI_D3hot, 0) < 0) in typhoon_open()
2117 if (typhoon_sleep(tp, PCI_D3hot, 0) < 0) in typhoon_close()
2459 err = typhoon_sleep(tp, PCI_D3hot, 0); in typhoon_init_one()
H A D3c59x.c3240 if (pci_enable_wake(VORTEX_PCI(vp), PCI_D3hot, 1)) { in acpi_set_WOL()
3247 if (VORTEX_PCI(vp)->current_state < PCI_D3hot) in acpi_set_WOL()
3251 pci_set_power_state(VORTEX_PCI(vp), PCI_D3hot); in acpi_set_WOL()
/linux/drivers/net/wireless/intersil/p54/
H A Dp54pci.c677 pci_set_power_state(pdev, PCI_D3hot); in p54p_suspend()
/linux/drivers/platform/x86/intel/telemetry/
H A Ddebugfs.c586 (__force int)PCI_D3hot) ? 1 : 0; in telem_soc_states_show()
/linux/drivers/accel/qaic/
H A Dqaic_drv.c740 pci_set_power_state(qdev->pdev, PCI_D3hot); in qaic_pm_suspend()
/linux/drivers/accel/ivpu/
H A Divpu_drv.c450 pci_set_power_state(to_pci_dev(vdev->drm.dev), PCI_D3hot); in ivpu_shutdown()
/linux/drivers/net/ethernet/atheros/atl1c/
H A Datl1c_main.c151 pci_enable_wake(pdev, PCI_D3hot, 0); in atl1c_reset_pcie()
2559 pci_set_power_state(pdev, PCI_D3hot); in atl1c_shutdown()
2836 pci_enable_wake(pdev, PCI_D3hot, 0); in atl1c_io_slot_reset()
/linux/drivers/mmc/host/
H A Dsdhci-pci-gli.c649 pci_set_power_state(pdev, PCI_D3hot); in gl9750_hw_setting()
858 pci_set_power_state(pdev, PCI_D3hot); in gl9755_hw_setting()
/linux/drivers/net/ethernet/sfc/siena/
H A Defx.c1223 return pci_set_power_state(pci_dev, PCI_D3hot); in efx_pm_poweroff()
/linux/drivers/gpu/drm/i915/display/
H A Dintel_opregion.c471 { PCI_D3hot, 0x04 },
/linux/drivers/net/ethernet/atheros/atl1e/
H A Datl1e_main.c2218 pci_enable_wake(pdev, PCI_D3hot, 0); in atl1e_resume()
2514 pci_enable_wake(pdev, PCI_D3hot, 0); in atl1e_io_slot_reset()

123