Home
last modified time | relevance | path

Searched refs:PCI_D3cold (Results 1 – 6 of 6) sorted by relevance

/openbsd/sys/dev/pci/drm/include/linux/
H A Dpci.h388 PCI_D3cold enumerator
/openbsd/sys/dev/pci/drm/i915/display/
H A Dintel_opregion.c441 { PCI_D3cold, 0x04 },
/openbsd/sys/dev/pci/drm/radeon/
H A Dradeon_drv.c411 pci_set_power_state(pdev, PCI_D3cold); in radeon_pmops_runtime_suspend()
/openbsd/sys/dev/pci/drm/i915/
H A Di915_driver.c1121 opregion_target_state = suspend_to_idle(dev_priv) ? PCI_D1 : PCI_D3cold; in i915_drm_suspend()
/openbsd/sys/dev/pci/drm/amd/amdgpu/
H A Damdgpu_drv.c2634 pci_set_power_state(pdev, PCI_D3cold); in amdgpu_pmops_runtime_suspend()
H A Damdgpu_device.c1576 pci_set_power_state(pdev, PCI_D3cold); in amdgpu_switcheroo_set_state()