pci_save_state(9) save the PCI configuration space of a device before suspending

SYNOPSIS

int pci_save_state(struct pci_dev * dev);

ARGUMENTS

dev

- PCI device that we're dealing with

COPYRIGHT