Query: pci_enable_device
OS: suse
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
PCI_ENABLE_DEVICE(9) Hardware Interfaces PCI_ENABLE_DEVICE(9)NAMEpci_enable_device - Initialize device before it's used by a driver.SYNOPSISint pci_enable_device(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 and memory. Wake up the device if it was suspended. Beware, this function can fail. Note we don't actually enable the device many times if we call this function repeatedly (we just increment the count).COPYRIGHTKernel Hackers Manual 2.6. July 2010 PCI_ENABLE_DEVICE(9)
Related Man Pages |
---|
fpa(4) - freebsd |
struct_device_driver(9) - centos |
fpa(4) - netbsd |
device_create(9) - suse |
devctl(8) - freebsd |