Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/pci/
Dpci-acpi.c513 return PCI_D2; in acpi_pci_choose_state()
534 [PCI_D2] = ACPI_STATE_D2, in acpi_pci_set_power_state()
553 case PCI_D2: in acpi_pci_set_power_state()
571 [ACPI_STATE_D2] = PCI_D2, in acpi_pci_get_power_state()
Dpci.c837 || (state == PCI_D2 && !dev->d2_support)) in pci_raw_set_power_state()
849 case PCI_D2: in pci_raw_set_power_state()
872 else if (state == PCI_D2 || dev->current_state == PCI_D2) in pci_raw_set_power_state()
1075 else if ((state == PCI_D1 || state == PCI_D2) && pci_no_d1d2(dev)) in pci_set_power_state()
2258 case PCI_D2: in pci_target_state()
/linux-4.19.296/include/linux/
Dpci.h134 #define PCI_D2 ((pci_power_t __force) 2) macro