Searched refs:PCI_DEV_FLAGS_NO_D3 (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/
H A Dpci.h227 PCI_DEV_FLAGS_NO_D3 = (__force pci_dev_flags_t) (1 << 1), enumerator in enum:pci_dev_flags
/linux-master/drivers/pci/
H A Dpci.c1574 if (state >= PCI_D3hot && (dev->dev_flags & PCI_DEV_FLAGS_NO_D3))
H A Dquirks.c1450 pdev->dev_flags |= PCI_DEV_FLAGS_NO_D3;

Completed in 134 milliseconds