1PCI_STORE_SAVED_STAT(9) Hardware Interfaces PCI_STORE_SAVED_STAT(9)
23
4
NAME
6pci_store_saved_state - Allocate and return an opaque struct containing
7the device saved state.
8
SYNOPSIS
10struct pci_saved_state * pci_store_saved_state(struct pci_dev * dev);
11
ARGUMENTS
13dev
14PCI device that we're dealing with
15
DESCRIPTION
17Return NULL if no state or error.
18
COPYRIGHT
20Kernel Hackers Manual 3.10 June 2019 PCI_STORE_SAVED_STAT(9)