1USB_ENDPOINT_IS_BULK(9) Kernel Mode Gadget API USB_ENDPOINT_IS_BULK(9)
23
4
NAME
6usb_endpoint_is_bulk_in - check if the endpoint is bulk IN
7
SYNOPSIS
9int
10usb_endpoint_is_bulk_in(const struct usb_endpoint_descriptor * epd);
11
ARGUMENTS
13epd
14endpoint to be checked
15
DESCRIPTION
17Returns true if the endpoint has bulk transfer type and IN direction,
18otherwise it returns false.
19
AUTHOR
21David Brownell <dbrownell@users.sourceforge.net>
22Author.
23
COPYRIGHT
25Kernel Hackers Manual 2.6. June 2019 USB_ENDPOINT_IS_BULK(9)