Searched refs:PCI_UNKNOWN (Results 1 - 11 of 11) sorted by relevance

/linux-master/drivers/pci/
H A Dpci-driver.c489 pci_dev->current_state = PCI_UNKNOWN;
534 pci_update_current_state(pci_dev, PCI_UNKNOWN);
610 pci_dev->current_state = PCI_UNKNOWN;
648 && pci_dev->current_state != PCI_UNKNOWN) {
833 && pci_dev->current_state != PCI_UNKNOWN) {
879 && pci_dev->current_state != PCI_UNKNOWN) {
1326 && pci_dev->current_state != PCI_UNKNOWN) {
H A Dpci.h773 return PCI_UNKNOWN;
811 return PCI_UNKNOWN;
H A Dpci-acpi.c1124 return PCI_UNKNOWN;
1128 return PCI_UNKNOWN;
H A Dpci.c1337 if (state == PCI_UNKNOWN)
2660 case PCI_UNKNOWN:
H A Dprobe.c1932 dev->current_state = PCI_UNKNOWN;
/linux-master/arch/x86/platform/intel-mid/
H A Dpwr.c278 return PCI_UNKNOWN;
282 return PCI_UNKNOWN;
/linux-master/arch/powerpc/kernel/
H A Dpci_of_scan.c211 dev->current_state = PCI_UNKNOWN; /* unknown power state */
/linux-master/arch/sparc/kernel/
H A Dpci.c331 dev->current_state = PCI_UNKNOWN; /* unknown power state */
/linux-master/drivers/ata/
H A Data_piix.c1012 pdev->current_state = PCI_UNKNOWN;
/linux-master/drivers/pci/pcie/
H A Daspm.c557 (endpoint->current_state != PCI_UNKNOWN))
/linux-master/include/linux/
H A Dpci.h178 #define PCI_UNKNOWN ((pci_power_t __force) 5) macro

Completed in 283 milliseconds