Home
last modified time | relevance | path

Searched refs:PCI_D2 (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.4/drivers/pci/
Dpci-acpi.c926 return PCI_D2; in acpi_pci_choose_state()
987 [PCI_D2] = ACPI_STATE_D2, in acpi_pci_set_power_state()
1007 case PCI_D2: in acpi_pci_set_power_state()
1025 [ACPI_STATE_D2] = PCI_D2, in acpi_pci_get_power_state()
Dpci.c850 || (state == PCI_D2 && !dev->d2_support)) in pci_raw_set_power_state()
863 case PCI_D2: in pci_raw_set_power_state()
888 else if (state == PCI_D2 || dev->current_state == PCI_D2) in pci_raw_set_power_state()
1106 else if ((state == PCI_D1 || state == PCI_D2) && pci_no_d1d2(dev)) in pci_set_power_state()
2338 case PCI_D2: in pci_target_state()
/Linux-v5.4/drivers/gpu/drm/i915/display/
Dintel_opregion.c422 { PCI_D2, 0x02 },
/Linux-v5.4/drivers/video/fbdev/aty/
Dradeon_pm.c2595 radeonfb_whack_power_state(rinfo, PCI_D2); in radeon_set_suspend()
2596 __pci_complete_power_transition(rinfo->pdev, PCI_D2); in radeon_set_suspend()
Daty128fb.c2366 pci_set_power_state(pdev, PCI_D2); in aty128_set_suspend()
/Linux-v5.4/drivers/vfio/pci/
Dvfio_pci_config.c683 state = PCI_D2; in vfio_pm_config_write()
/Linux-v5.4/include/linux/
Dpci.h140 #define PCI_D2 ((pci_power_t __force) 2) macro