Home
last modified time | relevance | path

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

/linux-6.15/drivers/usb/gadget/udc/cdns2/
H A Dcdns2-pci.c80 if (pci_dev_run_wake(pdev)) in cdns2_pci_probe()
90 if (pci_dev_run_wake(pdev)) in cdns2_pci_remove()
/linux-6.15/drivers/usb/cdns3/
H A Dcdnsp-pci.c162 if (pci_dev_run_wake(pdev)) in cdnsp_pci_probe()
188 if (pci_dev_run_wake(pdev)) in cdnsp_pci_remove()
/linux-6.15/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-6.15/drivers/pci/
H A Dpci.c2813 __pci_enable_wake(dev, target_state, pci_dev_run_wake(dev)); in pci_finish_runtime_suspend()
2831 bool pci_dev_run_wake(struct pci_dev *dev) in pci_dev_run_wake() function
2860 EXPORT_SYMBOL_GPL(pci_dev_run_wake);
2927 if (!pci_dev_run_wake(pci_dev)) in pci_dev_complete_resume()
/linux-6.15/drivers/net/ethernet/realtek/
H A Dr8169_main.c5114 if (pci_dev_run_wake(pdev)) in rtl_remove_one()
5638 if (pci_dev_run_wake(pdev)) in rtl_init_one()
/linux-6.15/include/linux/
H A Dpci.h1450 bool pci_dev_run_wake(struct pci_dev *dev);
/linux-6.15/drivers/net/ethernet/intel/e1000e/
H A Dnetdev.c7694 if (pci_dev_run_wake(pdev)) in e1000_probe()
7763 if (pci_dev_run_wake(pdev)) in e1000_remove()