table of contents
other versions
- stretch 4.9.168-1
USB_PUT_INTF(9) | USB Core APIs | USB_PUT_INTF(9) |
NAME¶
usb_put_intf - release a use of the usb interface structureSYNOPSIS¶
void usb_put_intf(struct usb_interface * intf);
ARGUMENTS¶
intfinterface that's been decremented
DESCRIPTION¶
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.COPYRIGHT¶
April 2019 | Kernel Hackers Manual 4.9. |