table of contents
other versions
- wheezy 3.2.78-1
PCI_ENABLE_DEVICE_ME(9) | Hardware Interfaces | PCI_ENABLE_DEVICE_ME(9) |
NAME¶
pci_enable_device_mem - Initialize a device for use with Memory spaceSYNOPSIS¶
int
pci_enable_device_mem(struct pci_dev * dev);
ARGUMENTS¶
devPCI device to be initialized
DESCRIPTION¶
Initialize device before it's used by a driver. Ask low-level code to enable Memory resources. Wake up the device if it was suspended. Beware, this function can fail.COPYRIGHT¶
March 2016 | Kernel Hackers Manual 3.2. |