.\" 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_DEV" "" "06 October 2005" "" "" .SH NAME usb_put_dev \- release a use of the usb device structure .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp void usb_put_dev (struct usb_device * \fIdev\fB); \fR .SH "ARGUMENTS" .TP \fB\fIdev\fB\fR device that's been disconnected .SH "DESCRIPTION" .PP Must be called when a user of a device is finished with it. When the last user of the device calls this function, the memory of the device is freed.