.\" This manpage has been automatically generated by docbook2man .\" from a DocBook document. This tool can be found at: .\" .\" Please send any bug reports, improvements, comments, patches, .\" etc. to Steve Cheng . .TH "PCI_CHOOSE_STATE" "9" "09 October 2005" "" "" .SH NAME pci_choose_state \- Choose the power state of a PCI device .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp pci_power_t pci_choose_state (struct pci_dev * \fIdev\fB, pm_message_t \fIstate\fB); \fR .SH "ARGUMENTS" .TP \fB\fIdev\fB\fR PCI device to be suspended .TP \fB\fIstate\fB\fR target sleep state for the whole system. This is the value that is passed to \fBsuspend\fR function. .SH "DESCRIPTION" .PP Returns PCI power state suitable for given device and given system message.