1USB_URB_EP_TYPE_CHEC(9) USB Core APIs USB_URB_EP_TYPE_CHEC(9)
23
4
NAME
6usb_urb_ep_type_check - sanity check of endpoint in the given urb
7
SYNOPSIS
9int usb_urb_ep_type_check(const struct urb * urb);
10
ARGUMENTS
12urb
13urb to be checked
14
DESCRIPTION
16This performs a light-weight sanity check for the endpoint in the given
17urb. It returns 0 if the urb contains a valid endpoint, otherwise a
18negative error code.
19
COPYRIGHT
21Kernel Hackers Manual 3.10 June 2019 USB_URB_EP_TYPE_CHEC(9)