Home
last modified time | relevance | path

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

1234

/linux-6.6.21/arch/x86/platform/intel-mid/
Dpwr.c186 pci_power_t weakest = PCI_D3hot; in __find_weakest_power_state()
248 if (state > PCI_D3hot) in mid_pwr_set_power_state()
249 state = PCI_D3hot; in mid_pwr_set_power_state()
435 pwr->lss[i][j].state = PCI_D3hot; in mid_set_initial_state()
/linux-6.6.21/drivers/gpu/drm/gma500/
Dpower.c147 pci_set_power_state(pdev, PCI_D3hot); in gma_suspend_pci()
/linux-6.6.21/drivers/gpu/drm/vboxvideo/
Dvbox_drv.c126 pci_set_power_state(pdev, PCI_D3hot); in vbox_pm_suspend()
/linux-6.6.21/drivers/gpu/drm/ast/
Dast_drv.c165 pci_set_power_state(pdev, PCI_D3hot); in ast_pm_suspend()
/linux-6.6.21/drivers/pci/
Dpci-acpi.c930 return PCI_D3hot; in acpi_pci_choose_state()
1063 [PCI_D3hot] = ACPI_STATE_D3_HOT, in acpi_pci_set_power_state()
1076 case PCI_D3hot: in acpi_pci_set_power_state()
1118 [ACPI_STATE_D3_HOT] = PCI_D3hot, in acpi_pci_get_power_state()
Dpci.c1265 need_restore = (state == PCI_D3hot || dev->current_state >= PCI_D3hot) && in pci_power_up()
1278 if (state == PCI_D3hot) in pci_power_up()
1423 if (state == PCI_D3hot) in pci_set_low_power_state()
1488 if (state >= PCI_D3hot && (dev->dev_flags & PCI_DEV_FLAGS_NO_D3)) in pci_set_power_state()
1496 error = pci_set_low_power_state(dev, PCI_D3hot); in pci_set_power_state()
2689 pci_enable_wake(dev, PCI_D3hot, enable); in pci_wake_from_d3()
2713 return PCI_D3hot; in pci_target_state()
2718 return PCI_D3hot; in pci_target_state()
2735 pci_power_t state = PCI_D3hot; in pci_target_state()
2750 return PCI_D3hot; in pci_target_state()
[all …]
/linux-6.6.21/drivers/gpu/drm/qxl/
Dqxl_drv.c215 pci_set_power_state(pdev, PCI_D3hot); in qxl_pm_suspend()
/linux-6.6.21/drivers/hid/intel-ish-hid/ipc/
Dipc.c782 csr |= PCI_D3hot; in _ish_hw_reset()
1012 pci_set_power_state(pdev, PCI_D3hot); in ish_device_disable()
Dpci-ish.c159 pci_pme_capable(pdev, PCI_D3hot) || in enable_pme_wake()
/linux-6.6.21/arch/x86/pci/
Dintel_mid_pci.c355 pci_set_power_state(dev, PCI_D3hot); in mid_power_off_one_device()
/linux-6.6.21/drivers/accel/ivpu/
Divpu_drv.c613 pci_set_power_state(to_pci_dev(vdev->drm.dev), PCI_D3hot); in ivpu_dev_init()
625 pci_set_power_state(to_pci_dev(vdev->drm.dev), PCI_D3hot); in ivpu_dev_fini()
Divpu_pm.c160 pci_set_power_state(to_pci_dev(dev), PCI_D3hot); in ivpu_pm_suspend_cb()
/linux-6.6.21/drivers/mmc/host/
Dtoshsd.c579 pci_enable_wake(pdev, PCI_D3hot, 0); in toshsd_pm_suspend()
581 pci_set_power_state(pdev, PCI_D3hot); in toshsd_pm_suspend()
/linux-6.6.21/drivers/bus/mhi/host/
Dpci_generic.c989 if (pci_pme_capable(pdev, PCI_D3hot)) { in mhi_pci_probe()
1020 if (pci_pme_capable(pdev, PCI_D3hot)) in mhi_pci_remove()
1029 pci_set_power_state(pdev, PCI_D3hot); in mhi_pci_shutdown()
/linux-6.6.21/drivers/gpu/drm/i915/gvt/
Dcfg_space.c100 if (pwr == PCI_D3hot) in vgpu_pci_cfg_mem_write()
/linux-6.6.21/drivers/net/wireless/quantenna/qtnfmac/pcie/
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-6.6.21/drivers/net/ethernet/via/
Dvia-velocity.c2249 velocity_set_power_state(vptr, PCI_D3hot); in velocity_open()
2449 velocity_set_power_state(vptr, PCI_D3hot); in velocity_ioctl()
2874 velocity_set_power_state(vptr, PCI_D3hot); in velocity_probe()
3146 pci_enable_wake(vptr->pdev, PCI_D3hot, 1); in velocity_suspend()
3147 velocity_set_power_state(vptr, PCI_D3hot); in velocity_suspend()
3153 velocity_set_power_state(vptr, PCI_D3hot); in velocity_suspend()
3292 velocity_set_power_state(vptr, PCI_D3hot); in velocity_ethtool_down()
/linux-6.6.21/drivers/usb/host/
Dxhci-pci.c733 pci_set_power_state(dev, PCI_D3hot); in xhci_pci_remove()
941 pci_set_power_state(pdev, PCI_D3hot); in xhci_pci_shutdown()
/linux-6.6.21/drivers/gpu/drm/loongson/
Dlsdc_drv.c411 pci_set_power_state(pdev, PCI_D3hot); in lsdc_pm_suspend()
/linux-6.6.21/drivers/net/ethernet/aquantia/atlantic/
Daq_pci_func.c378 pci_set_power_state(pdev, PCI_D3hot); in aq_pci_shutdown()
/linux-6.6.21/drivers/vfio/pci/
Dvfio_pci_core.c249 if (pdev->current_state < PCI_D3hot && state >= PCI_D3hot) { in vfio_pci_set_power_state()
254 if (pdev->current_state >= PCI_D3hot && state <= PCI_D0) in vfio_pci_set_power_state()
262 if (needs_save && pdev->current_state >= PCI_D3hot) { in vfio_pci_set_power_state()
Dvfio_pci_config.c412 return pdev->current_state < PCI_D3hot && in __vfio_pci_memory_enabled()
706 if (state >= PCI_D3hot) in vfio_lock_and_set_power_state()
737 state = PCI_D3hot; in vfio_pm_config_write()
/linux-6.6.21/drivers/gpu/drm/radeon/
Dradeon_drv.c412 pci_set_power_state(pdev, PCI_D3hot); in radeon_pmops_runtime_suspend()
/linux-6.6.21/drivers/platform/x86/intel/pmc/
Dmtl.c961 pci_set_power_state(pcidev, PCI_D3hot); in mtl_set_device_d3()
/linux-6.6.21/drivers/gpu/drm/i915/
Di915_driver.c1160 pci_set_power_state(pdev, PCI_D3hot); in i915_drm_suspend_late()
1580 intel_opregion_notify_adapter(dev_priv, PCI_D3hot); in intel_runtime_suspend()

1234