usb_hcd_check_unlink_urb (9) Linux Manual Page
usb_hcd_check_unlink_urb – check whether an URB may be unlinked Synopsis int usb_hcd_check_unlink_urb(struct usb_hcd *hcd, struct urb *urb, int status); Arguments hcd host controller to which urb was submitted urb URB being checked for unlinkability status error code to store in urb if the unlink succeeds Description Host controller drivers should call this routine in their…
