pci_load_and_free_saved_state (9) - Linux Manuals

pci_load_and_free_saved_state: Reload the save state pointed to by state, and free the memory allocated for it.

NAME

pci_load_and_free_saved_state - Reload the save state pointed to by state, and free the memory allocated for it.

SYNOPSIS

int pci_load_and_free_saved_state(struct pci_dev dev, struct pci_saved_state ** state);

ARGUMENTS

dev

PCI device that we're dealing with

state

Pointer to saved state returned from pci_store_saved_state

COPYRIGHT