1USB_ENDPOINT_XFER_BU(9) Kernel Mode Gadget API USB_ENDPOINT_XFER_BU(9)
23
4
NAME
6usb_endpoint_xfer_bulk - check if the endpoint has bulk transfer type
7
SYNOPSIS
9int usb_endpoint_xfer_bulk(const struct usb_endpoint_descriptor * epd);
10
ARGUMENTS
12epd
13endpoint to be checked
14
DESCRIPTION
16Returns true if the endpoint is of type bulk, otherwise it returns
17false.
18
AUTHOR
20David Brownell <dbrownell@users.sourceforge.net>
21Author.
22
COPYRIGHT
24Kernel Hackers Manual 2.6. June 2019 USB_ENDPOINT_XFER_BU(9)