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