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

/linux-4.1.27/drivers/pci/
H A Dpci-acpi.c401 return PCI_D2; acpi_pci_choose_state()
422 [PCI_D2] = ACPI_STATE_D2, acpi_pci_set_power_state()
441 case PCI_D2: acpi_pci_set_power_state()
H A Dpci.c576 || (state == PCI_D2 && !dev->d2_support)) pci_raw_set_power_state()
588 case PCI_D2: pci_raw_set_power_state()
611 else if (state == PCI_D2 || dev->current_state == PCI_D2) pci_raw_set_power_state()
825 else if ((state == PCI_D1 || state == PCI_D2) && pci_no_d1d2(dev)) pci_set_power_state()
1885 case PCI_D2: pci_target_state()
/linux-4.1.27/drivers/gpu/drm/i915/
H A Dintel_opregion.c378 { PCI_D2, 0x02 },
/linux-4.1.27/drivers/video/fbdev/aty/
H A Dradeon_pm.c2591 radeonfb_whack_power_state(rinfo, PCI_D2); radeon_set_suspend()
2592 __pci_complete_power_transition(rinfo->pdev, PCI_D2); radeon_set_suspend()
H A Daty128fb.c2470 pci_set_power_state(pdev, PCI_D2); aty128_set_suspend()
/linux-4.1.27/drivers/vfio/pci/
H A Dvfio_pci_config.c638 state = PCI_D2; vfio_pm_config_write()
/linux-4.1.27/drivers/net/wireless/rtlwifi/
H A Dpci.c2424 PCI_D2 ((pci_power_t __force) 2)
/linux-4.1.27/include/linux/
H A Dpci.h114 #define PCI_D2 ((pci_power_t __force) 2) macro

Completed in 582 milliseconds