Home
last modified time | relevance | path

Searched refs:PCI_DEV_FLAGS_NO_D3 (Results 1 – 2 of 2) sorted by relevance

/linux/arch/x86/pci/
H A Dfixup.c1079 root_pdev->dev_flags |= PCI_DEV_FLAGS_NO_D3; in quirk_tuxeo_rp_d3()
/linux/include/linux/
H A Dpci.h241 PCI_DEV_FLAGS_NO_D3 = (__force pci_dev_flags_t) (1 << 1), enumerator