Man Page: usb_endpoint_is_bulk_out
Operating Environment: suse
Section: 9
USB_ENDPOINT_IS_BULK(9) Kernel Mode Gadget API USB_ENDPOINT_IS_BULK(9)NAMEusb_endpoint_is_bulk_out - check if the endpoint is bulk OUTSYNOPSISint usb_endpoint_is_bulk_out(const struct usb_endpoint_descriptor * epd);ARGUMENTSepd endpoint to be checkedDESCRIPTIONReturns true if the endpoint has bulk transfer type and OUT direction, otherwise it returns false.AUTHORDavid Brownell <dbrownell@users.sourceforge.net> Author.COPYRIGHTKernel Hackers Manual 2.6. July 2010 USB_ENDPOINT_IS_BULK(9)