Resume abandoned device
int pci_reenable_device(struct pci_dev * dev);
dev
PCI device to be resumed
Note this function is a backend of pci_default_resume and is not supposed to be called by normal code, write proper resume handler and use it instead.