'\" t .\" Title: maple_driver_register .\" Author: .\" Generator: DocBook XSL Stylesheets v1.79.1 .\" Date: July 2017 .\" Manual: Busses .\" Source: Kernel Hackers Manual 4.12.2 .\" Language: English .\" .TH "MAPLE_DRIVER_REGISTE" "9" "July 2017" "Kernel Hackers Manual 4\&.12\&" "Busses" .\" ----------------------------------------------------------------- .\" * 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" maple_driver_register \- register a maple driver .SH "SYNOPSIS" .HP \w'int\ maple_driver_register('u .BI "int maple_driver_register(struct\ maple_driver\ *\ " "drv" ");" .SH "ARGUMENTS" .PP \fIstruct maple_driver * drv\fR .RS 4 maple driver to be registered\&. .RE .SH "DESCRIPTION" .PP Registers the passed in \fIdrv\fR, while updating the bus type\&. Devices with matching function IDs will be automatically probed\&. .SH "AUTHOR" .PP \fBPaul Mundt\fR <\&lethal@linux-sh.org\&> .RS 4 Author. .RE .SH "COPYRIGHT" .br