Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

__pci_register_driver(9) [centos man page]

__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)

Check Out this Related Man Page

drv(1)                                                              Apple Inc.                                                              drv(1)

NAME
drv - cups driver interface for ppd compiler files SYNOPSIS
drv list drv cat drv:///filename.drv/pcfilename DESCRIPTION
drv lists and compiles PPDC source files installed in the /usr/share/cups/drv and (on Mac OS X) /Library/Printers/PPDs/Contents/Resources directories on behalf of the scheduler, cupsd(8). The first form of the command lists all of the PPD files that can be produced by the driver information files in the two directories. The second form of the command compiles the requested PPD and sends it to the standard output. SEE ALSO
ppdc(1), ppdhtml(1), ppdi(1), ppdmerge(1), ppdpo(1), ppdcfile(5) http://localhost:631/help COPYRIGHT
Copyright 2008-2009 by Apple Inc. 9 March 2009 CUPS drv(1)
Man Page