centos man page for __pci_register_driver

Query: __pci_register_driver

OS: centos

Section: 9

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

__PCI_REGISTER_DRIVE(9) 					Hardware Interfaces					   __PCI_REGISTER_DRIVE(9)

NAME
__pci_register_driver - register a new pci driver
SYNOPSIS
int __pci_register_driver(struct pci_driver * drv, struct module * owner, const char * mod_name);
ARGUMENTS
drv the driver structure to register owner owner module of drv mod_name module name string
DESCRIPTION
Adds the driver structure to the list of registered drivers. Returns a negative value on error, otherwise 0. If no error occurred, the driver remains registered even if no device was claimed during registration.
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 __PCI_REGISTER_DRIVE(9)
Related Man Pages
device_schedule_callback_owner(9) - centos
amr(7d) - sunos
struct_ccw_driver(9) - suse
struct_ccwgroup_driver(9) - suse
usb_mid(7d) - sunos
Similar Topics in the Unix Linux Community
The simplest network driver