Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dpci.h222 PCI_DEV_FLAGS_NO_PM_RESET = (__force pci_dev_flags_t) (1 << 7), enumerator
/OK3568_Linux_fs/kernel/drivers/pci/
H A Dquirks.c3632 dev->dev_flags |= PCI_DEV_FLAGS_NO_PM_RESET; in quirk_no_pm_reset()
H A Dpci.c4687 if (!dev->pm_cap || dev->dev_flags & PCI_DEV_FLAGS_NO_PM_RESET) in pci_pm_reset()