'\" t .\" Title: pci_unregister_driver .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.79.1 .\" Date: June 2017 .\" Manual: Hardware Interfaces .\" Source: Kernel Hackers Manual 4.11.3 .\" Language: English .\" .TH "PCI_UNREGISTER_DRIVE" "9" "June 2017" "Kernel Hackers Manual 4\&.11\&" "Hardware Interfaces" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" pci_unregister_driver \- unregister a pci driver .SH "SYNOPSIS" .HP \w'void\ pci_unregister_driver('u .BI "void pci_unregister_driver(struct\ pci_driver\ *\ " "drv" ");" .SH "ARGUMENTS" .PP \fIstruct pci_driver * drv\fR .RS 4 the driver structure to unregister .RE .SH "DESCRIPTION" .PP Deletes the driver structure from the list of registered PCI drivers, gives it a chance to clean up by calling its \fBremove\fR function for each device it was responsible for, and marks those devices as driverless\&. .SH "COPYRIGHT" .br