'\" t .\" Title: module_usb_composite_driver .\" Author: .\" Generator: DocBook XSL Stylesheets v1.79.1 .\" Date: January 2017 .\" Manual: Kernel Mode Gadget API .\" Source: Kernel Hackers Manual 4.8.15 .\" Language: English .\" .TH "MODULE_USB_COMPOSITE" "9" "January 2017" "Kernel Hackers Manual 4\&.8\&." "Kernel Mode Gadget API" .\" ----------------------------------------------------------------- .\" * 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" module_usb_composite_driver \- Helper macro for registering a USB gadget composite driver .SH "SYNOPSIS" .HP \w'module_usb_composite_driver('u .BI "module_usb_composite_driver(" "__usb_composite_driver" ");" .SH "ARGUMENTS" .PP \fI__usb_composite_driver\fR .RS 4 usb_composite_driver struct .RE .SH "DESCRIPTION" .PP Helper macro for USB gadget composite drivers which do not do anything special in module init/exit\&. This eliminates a lot of boilerplate\&. Each module may only use this macro once, and calling it replaces \fBmodule_init\fR and \fBmodule_exit\fR .SH "AUTHOR" .PP \fBDavid Brownell\fR <\&dbrownell@users.sourceforge.net\&> .RS 4 Author. .RE .SH "COPYRIGHT" .br