1USB_PUT_INTF(9) USB Core APIs USB_PUT_INTF(9)
23
4
NAME
6usb_put_intf - release a use of the usb interface structure
7
SYNOPSIS
9void usb_put_intf(struct usb_interface * intf);
10
ARGUMENTS
12intf
13interface that´s been decremented
14
DESCRIPTION
16Must be called when a user of an interface is finished with it. When
17the last user of the interface calls this function, the memory of the
18interface is freed.
19
COPYRIGHT
21Kernel Hackers Manual 2.6. June 2019 USB_PUT_INTF(9)