1USB_ENDPOINT_TYPE(9)        Kernel Mode Gadget API        USB_ENDPOINT_TYPE(9)
2
3
4

NAME

6       usb_endpoint_type - get the endpoint´s transfer type
7

SYNOPSIS

9       int usb_endpoint_type(const struct usb_endpoint_descriptor * epd);
10

ARGUMENTS

12       epd
13           endpoint to be checked
14

DESCRIPTION

16       Returns one of USB_ENDPOINT_XFER_{CONTROL, ISOC, BULK, INT} according
17       to epd´s transfer type.
18

AUTHOR

20       David Brownell <dbrownell@users.sourceforge.net>
21           Author.
22
24Kernel Hackers Manual 2.6.         June 2019              USB_ENDPOINT_TYPE(9)
Impressum