Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dpci.h238 PCI_DEV_FLAGS_NO_PM_RESET = (__force pci_dev_flags_t) (1 << 7), enumerator
/linux/drivers/pci/
H A Dquirks.c3801 dev->dev_flags |= PCI_DEV_FLAGS_NO_PM_RESET; in quirk_no_pm_reset()