Home
last modified time | relevance | path

Searched refs:pci_dev_run_wake (Results 1 – 6 of 6) sorted by relevance

/linux-5.19.10/drivers/usb/cdns3/
Dcdnsp-pci.c166 if (pci_dev_run_wake(pdev)) in cdnsp_pci_probe()
192 if (pci_dev_run_wake(pdev)) in cdnsp_pci_remove()
/linux-5.19.10/drivers/usb/core/
Dhcd-pci.c284 if (pci_dev_run_wake(dev)) in usb_hcd_pci_probe()
327 if (pci_dev_run_wake(dev)) in usb_hcd_pci_remove()
/linux-5.19.10/drivers/pci/
Dpci.c2781 __pci_enable_wake(dev, target_state, pci_dev_run_wake(dev)); in pci_finish_runtime_suspend()
2801 bool pci_dev_run_wake(struct pci_dev *dev) in pci_dev_run_wake() function
2830 EXPORT_SYMBOL_GPL(pci_dev_run_wake);
2897 if (!pci_dev_run_wake(pci_dev)) in pci_dev_complete_resume()
/linux-5.19.10/include/linux/
Dpci.h1360 bool pci_dev_run_wake(struct pci_dev *dev);
/linux-5.19.10/drivers/net/ethernet/realtek/
Dr8169_main.c4999 if (pci_dev_run_wake(pdev)) in rtl_remove_one()
5501 if (pci_dev_run_wake(pdev)) in rtl_init_one()
/linux-5.19.10/drivers/net/ethernet/intel/e1000e/
Dnetdev.c7691 if (pci_dev_run_wake(pdev) && hw->mac.type != e1000_pch_cnp) in e1000_probe()
7761 if (pci_dev_run_wake(pdev)) in e1000_remove()