1USB_ENDPOINT_IS_BULK(9) Kernel Mode Gadget API USB_ENDPOINT_IS_BULK(9)
2
3
4
6 usb_endpoint_is_bulk_out - check if the endpoint is bulk OUT
7
9 int
10 usb_endpoint_is_bulk_out(const struct usb_endpoint_descriptor * epd);
11
13 epd
14 endpoint to be checked
15
17 Returns true if the endpoint has bulk transfer type and OUT direction,
18 otherwise it returns false.
19
21 David Brownell <dbrownell@users.sourceforge.net>
22 Author.
23
25Kernel Hackers Manual 2.6. November 2011 USB_ENDPOINT_IS_BULK(9)