Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/pci/
H A Dfixup.c1039 root_pdev->dev_flags |= PCI_DEV_FLAGS_NO_D3; in quirk_tuxeo_rp_d3()
/linux-6.15/include/linux/
H A Dpci.h227 PCI_DEV_FLAGS_NO_D3 = (__force pci_dev_flags_t) (1 << 1), enumerator
/linux-6.15/drivers/pci/
H A Dpci.c1606 if (state >= PCI_D3hot && (dev->dev_flags & PCI_DEV_FLAGS_NO_D3)) in __pci_set_power_state()
H A Dquirks.c1465 pdev->dev_flags |= PCI_DEV_FLAGS_NO_D3; in quirk_no_ata_d3()