pci_store_saved_state (9) - Linux Manuals
pci_store_saved_state: Allocate and return an opaque struct containing the device saved state.
NAME
pci_store_saved_state - Allocate and return an opaque struct containing the device saved state.
SYNOPSIS
-
struct pci_saved_state * pci_store_saved_state(struct pci_dev
* dev);
ARGUMENTS
dev
-
- PCI device that we're dealing with
DESCRIPTION
Return NULL if no state or error.
COPYRIGHT