Query: usb_put_intf
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
USB_PUT_INTF(9) USB Core APIs USB_PUT_INTF(9)NAMEusb_put_intf - release a use of the usb interface structureSYNOPSISvoid usb_put_intf(struct usb_interface * intf);ARGUMENTSintf interface that's been decrementedDESCRIPTIONMust 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.COPYRIGHTKernel Hackers Manual 3.10 June 2014 USB_PUT_INTF(9)