centos man page for pci_enable_device

Query: pci_enable_device

OS: centos

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)

NAME
pci_enable_device - Initialize device before it's used by a driver.
SYNOPSIS
int pci_enable_device(struct pci_dev * dev);
ARGUMENTS
dev PCI device to be initialized
DESCRIPTION
Initialize 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).
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 PCI_ENABLE_DEVICE(9)
Related Man Pages
device_create(9) - centos
device_create_vargs(9) - centos
struct_device_driver(9) - centos
struct_input_polled_dev(9) - centos
fpa(4) - netbsd
Similar Topics in the Unix Linux Community
Weird 'find' results
Set hard block limit for user using quota
Best performance UNIX just for HOST Virtualization?
Unsure why access time on a directory change isn't changing
Please Welcome Dave Munro to the Moderator Team!