Home
last modified time | relevance | path

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

/linux/drivers/usb/cdns3/
H A Dcdnsp-pci.c162 if (pci_dev_run_wake(pdev)) in cdnsp_pci_probe()
185 if (pci_dev_run_wake(pdev)) in cdnsp_pci_remove()
/linux/drivers/usb/core/
H A Dhcd-pci.c279 if (pci_dev_run_wake(dev)) in usb_hcd_pci_probe()
322 if (pci_dev_run_wake(dev)) in usb_hcd_pci_remove()
/linux/drivers/pci/
H A Dpci.c2730 __pci_enable_wake(dev, target_state, pci_dev_run_wake(dev)); in pci_finish_runtime_suspend()
2748 bool pci_dev_run_wake(struct pci_dev *dev) in pci_dev_run_wake() function
2777 EXPORT_SYMBOL_GPL(pci_dev_run_wake);
2844 if (!pci_dev_run_wake(pci_dev)) in pci_dev_complete_resume()
/linux/drivers/net/ethernet/realtek/
H A Dr8169_main.c5275 if (pci_dev_run_wake(pdev)) in rtl_remove_one()
5813 if (pci_dev_run_wake(pdev)) in rtl_init_one()
/linux/include/linux/
H A Dpci.h1523 bool pci_dev_run_wake(struct pci_dev *dev);
/linux/drivers/net/ethernet/intel/e1000e/
H A Dnetdev.c7703 if (pci_dev_run_wake(pdev)) in e1000_probe()
7772 if (pci_dev_run_wake(pdev)) in e1000_remove()