Searched refs:PCI_D2 (Results 1 - 6 of 6) sorted by relevance

/linux-master/drivers/pci/
H A Dpci-acpi.c928 return PCI_D2;
1062 [PCI_D2] = ACPI_STATE_D2,
1075 case PCI_D2:
1117 [ACPI_STATE_D2] = PCI_D2,
H A Dpci.c1370 else if (state == PCI_D2)
1507 || (state == PCI_D2 && !dev->d2_support))
1528 else if (state == PCI_D2)
1553 else if ((state == PCI_D1 || state == PCI_D2) && pci_no_d1d2(dev))
2664 case PCI_D2:
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_opregion.c466 { PCI_D2, 0x02 },
/linux-master/drivers/video/fbdev/aty/
H A Dradeon_pm.c2592 radeonfb_whack_power_state(rinfo, PCI_D2);
2593 pci_platform_power_transition(rinfo->pdev, PCI_D2);
/linux-master/drivers/vfio/pci/
H A Dvfio_pci_config.c734 state = PCI_D2;
/linux-master/include/linux/
H A Dpci.h175 #define PCI_D2 ((pci_power_t __force) 2) macro

Completed in 188 milliseconds