Query: usb_endpoint_type
OS: suse
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
USB_ENDPOINT_TYPE(9) Kernel Mode Gadget API USB_ENDPOINT_TYPE(9)NAMEusb_endpoint_type - get the endpoint's transfer typeSYNOPSISint usb_endpoint_type(const struct usb_endpoint_descriptor * epd);ARGUMENTSepd endpoint to be checkedDESCRIPTIONReturns one of USB_ENDPOINT_XFER_{CONTROL, ISOC, BULK, INT} according to epd's transfer type.AUTHORDavid Brownell <dbrownell@users.sourceforge.net> Author.COPYRIGHTKernel Hackers Manual 2.6. July 2010 USB_ENDPOINT_TYPE(9)