1USB_ENDPOINT_IS_INT_(9) Kernel Mode Gadget API USB_ENDPOINT_IS_INT_(9)
2
3
4
6 usb_endpoint_is_int_in - check if the endpoint is interrupt IN
7
9 int usb_endpoint_is_int_in(const struct usb_endpoint_descriptor * epd);
10
12 epd
13 endpoint to be checked
14
16 Returns true if the endpoint has interrupt transfer type and IN
17 direction, otherwise it returns false.
18
20 David Brownell <dbrownell@users.sourceforge.net>
21 Author.
22
24Kernel Hackers Manual 2.6. November 2011 USB_ENDPOINT_IS_INT_(9)