1PCI_LOAD_AND_FREE_SA(9) Hardware Interfaces PCI_LOAD_AND_FREE_SA(9)
23
4
NAME
6pci_load_and_free_saved_state - Reload the save state pointed to by
7state, and free the memory allocated for it.
8
SYNOPSIS
10int pci_load_and_free_saved_state(struct pci_dev * dev,
11struct pci_saved_state ** state);
12
ARGUMENTS
14dev
15PCI device that we're dealing with
1617
state
18Pointer to saved state returned from pci_store_saved_state
19
COPYRIGHT
21Kernel Hackers Manual 3.10 June 2019 PCI_LOAD_AND_FREE_SA(9)