Query: pci_enable_device_io
OS: suse
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
PCI_ENABLE_DEVICE_IO(9) Hardware Interfaces PCI_ENABLE_DEVICE_IO(9)NAMEpci_enable_device_io - Initialize a device for use with IO spaceSYNOPSISint pci_enable_device_io(struct pci_dev * dev);ARGUMENTSdev PCI device to be initializedDESCRIPTIONInitialize device before it's used by a driver. Ask low-level code to enable I/O resources. Wake up the device if it was suspended. Beware, this function can fail.COPYRIGHTKernel Hackers Manual 2.6. July 2010 PCI_ENABLE_DEVICE_IO(9)