Lines Matching refs:status
41 finish_urb(struct ohci_hcd *ohci, struct urb *urb, int status)
54 if (likely(status == -EINPROGRESS))
55 status = 0;
75 usb_hcd_giveback_urb(ohci_to_hcd(ohci), urb, status);
95 status = 0;
755 /* calculate transfer length/status and update the urb */
760 int status = -EINPROGRESS;
764 /* ISO ... drivers see per-TD length/status */
775 return status;
787 urb->iso_frame_desc [td->index].status = cc_to_error [cc];
794 /* BULK, INT, CONTROL ... drivers see aggregate length/status,
804 /* update packet status if needed (short is normally ok) */
809 status = cc_to_error[cc];
828 return status;
889 "urb %p path %s ep%d%s %08x cc %d --> status %d\n",
1155 int status;
1157 /* update URB's length and status from TD */
1158 status = td_done(ohci, urb, td);
1163 finish_urb(ohci, urb, status);