Query: usb_endpoint_is_isoc_in
OS: suse
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
USB_ENDPOINT_IS_ISOC(9) Kernel Mode Gadget API USB_ENDPOINT_IS_ISOC(9)NAMEusb_endpoint_is_isoc_in - check if the endpoint is isochronous INSYNOPSISint usb_endpoint_is_isoc_in(const struct usb_endpoint_descriptor * epd);ARGUMENTSepd endpoint to be checkedDESCRIPTIONReturns true if the endpoint has isochronous transfer type and IN direction, otherwise it returns false.AUTHORDavid Brownell <dbrownell@users.sourceforge.net> Author.COPYRIGHTKernel Hackers Manual 2.6. July 2010 USB_ENDPOINT_IS_ISOC(9)