1USB_ENDPOINT_XFER_IN(9) Kernel Mode Gadget API USB_ENDPOINT_XFER_IN(9)
23
4
NAME
6usb_endpoint_xfer_int - check if the endpoint has interrupt transfer
7type
8
SYNOPSIS
10int usb_endpoint_xfer_int(const struct usb_endpoint_descriptor * epd);
11
ARGUMENTS
13epd
14endpoint to be checked
15
DESCRIPTION
17Returns true if the endpoint is of type interrupt, otherwise it returns
18false.
19
AUTHOR
21David Brownell <dbrownell@users.sourceforge.net>
22Author.
23
COPYRIGHT
25Kernel Hackers Manual 2.6. November 2011 USB_ENDPOINT_XFER_IN(9)