.\" This manpage has been automatically generated by docbook2man .\" from a DocBook document. This tool can be found at: .\" .\" Please send any bug reports, improvements, comments, patches, .\" etc. to Steve Cheng . .TH "USB_PUT_INTF" "9" "09 October 2005" "" "" .SH NAME usb_put_intf \- release a use of the usb interface structure .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp void usb_put_intf (struct usb_interface * \fIintf\fB); \fR .SH "ARGUMENTS" .TP \fB\fIintf\fB\fR interface that's been decremented .SH "DESCRIPTION" .PP Must be called when a user of an interface is finished with it. When the last user of the interface calls this function, the memory of the interface is freed.