Query: pci_dev_run_wake
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
PCI_DEV_RUN_WAKE(9) Hardware Interfaces PCI_DEV_RUN_WAKE(9)NAMEpci_dev_run_wake - Check if device can generate run-time wake-up events.SYNOPSISbool pci_dev_run_wake(struct pci_dev * dev);ARGUMENTSdev Device to check.DESCRIPTIONReturn true if the device itself is capable of generating wake-up events (through the platform or using the native PCIe PME) or if the device supports PME and one of its upstream bridges can generate wake-up events.COPYRIGHTKernel Hackers Manual 3.10 June 2014 PCI_DEV_RUN_WAKE(9)