centos man page for __pci_enable_wake

Query: __pci_enable_wake

OS: centos

Section: 9

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

__PCI_ENABLE_WAKE(9)						Hardware Interfaces					      __PCI_ENABLE_WAKE(9)

NAME
__pci_enable_wake - enable PCI device as wakeup event source
SYNOPSIS
int __pci_enable_wake(struct pci_dev * dev, pci_power_t state, bool runtime, bool enable);
ARGUMENTS
dev PCI device affected state PCI state from which device will issue wakeup events runtime True if the events are to be generated at run time enable True to enable event generation; false to disable
DESCRIPTION
This enables the device as a wakeup event source, or disables it. When such events involves platform-specific hooks, those hooks are called automatically by this routine. Devices with legacy power management (no standard PCI PM capabilities) always require such platform hooks.
RETURN VALUE
0 is returned on success -EINVAL is returned if device is not supposed to wake up the system Error code depending on the platform is returned if both the platform and the native mechanism fail to enable the generation of wake-up events
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 __PCI_ENABLE_WAKE(9)
Related Man Pages
pci_disable_io(9) - debian
pci_find_dbsf(9) - debian
pci_read_config(9) - debian
pci_set_powerstate(9) - debian
pci_find_device(9) - debian
Similar Topics in the Unix Linux Community
Weird 'find' results
Set hard block limit for user using quota
DB2 convert digits to binary format
CentOS 6 ran out of space, need to reclaim it
Please Welcome Dave Munro to the Moderator Team!