Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/hid/intel-ish-hid/ipc/
Dpci-ish.c217 if (pdev->dev_flags & PCI_DEV_FLAGS_NO_D3) { in ish_resume_handler()
218 pdev->dev_flags &= ~PCI_DEV_FLAGS_NO_D3; in ish_resume_handler()
283 pdev->dev_flags |= PCI_DEV_FLAGS_NO_D3; in ish_suspend()
/Linux-v5.4/include/linux/
Dpci.h192 PCI_DEV_FLAGS_NO_D3 = (__force pci_dev_flags_t) (1 << 1), enumerator
/Linux-v5.4/drivers/pci/
Dpci.c1126 if (state >= PCI_D3hot && (dev->dev_flags & PCI_DEV_FLAGS_NO_D3)) in pci_set_power_state()
Dquirks.c1344 pdev->dev_flags |= PCI_DEV_FLAGS_NO_D3; in quirk_no_ata_d3()