1USB_PUT_INTF(9)                  USB Core APIs                 USB_PUT_INTF(9)
2
3
4

NAME

6       usb_put_intf - release a use of the usb interface structure
7

SYNOPSIS

9       void usb_put_intf(struct usb_interface * intf);
10

ARGUMENTS

12       intf
13           interface that's been decremented
14

DESCRIPTION

16       Must be called when a user of an interface is finished with it. When
17       the last user of the interface calls this function, the memory of the
18       interface is freed.
19
21Kernel Hackers Manual 3.10         June 2019                   USB_PUT_INTF(9)
Impressum