1PCI_LOAD_SAVED_STATE(9) Hardware Interfaces PCI_LOAD_SAVED_STATE(9)
23
4
NAME
6pci_load_saved_state - Reload the provided save state into struct
7pci_dev.
8
SYNOPSIS
10int pci_load_saved_state(struct pci_dev * dev,
11struct pci_saved_state * state);
12
ARGUMENTS
14dev
15PCI device that we're dealing with
1617
state
18Saved state returned from pci_store_saved_state
19
COPYRIGHT
21Kernel Hackers Manual 3.10 June 2019 PCI_LOAD_SAVED_STATE(9)