Query: pci_set_power_state
OS: suse
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
PCI_SET_POWER_STATE(9) Hardware Interfaces PCI_SET_POWER_STATE(9)NAMEpci_set_power_state - Set the power state of a PCI deviceSYNOPSISint pci_set_power_state(struct pci_dev * dev, pci_power_t state);ARGUMENTSdev PCI device to handle. state PCI power state (D0, D1, D2, D3hot) to put the device into.DESCRIPTIONTransition a device to a new power state, using the platform firmware and/or the device's PCI PM registers.RETURN VALUE-EINVAL if the requested state is invalid. -EIO if device does not support PCI PM or its PM capabilities register has a wrong version, or device doesn't support the requested state. 0 if device already is in the requested state. 0 if device's power state has been successfully changed.COPYRIGHTKernel Hackers Manual 2.6. July 2010 PCI_SET_POWER_STATE(9)
Related Man Pages |
---|
power(9e) - opensolaris |
pci_disable_io(9) - debian |
pci(9) - debian |
pci_set_powerstate(9) - debian |
pci_write_config(9) - debian |
Similar Topics in the Unix Linux Community |
---|
How to restrict user to a specific directory in solaris 10 |
Is UNIX an open source OS ? |
Migrating to UNIX |
Update kernel Linux without reboot?! |
Docker learning Phase-I |