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