Lines Matching refs:actual_length
432 r->p->actual_length = xfer->actual_length; in usb_host_req_complete_ctrl()
433 if (r->in && xfer->actual_length) { in usb_host_req_complete_ctrl()
436 memcpy(r->cbuf, r->buffer + 8, xfer->actual_length); in usb_host_req_complete_ctrl()
440 if (r->usb3ep0quirk && xfer->actual_length >= 18 && in usb_host_req_complete_ctrl()
453 xfer->actual_length > in usb_host_req_complete_ctrl()
461 r->p->status, r->p->actual_length); in usb_host_req_complete_ctrl()
482 if (r->in && xfer->actual_length) { in usb_host_req_complete_data()
483 usb_packet_copy(r->p, r->buffer, xfer->actual_length); in usb_host_req_complete_data()
486 r->p->status, r->p->actual_length); in usb_host_req_complete_data()
508 r->p->status, r->p->actual_length); in usb_host_req_abort()
661 psize = xfer->xfer->iso_packet_desc[xfer->packet].actual_length; in usb_host_iso_data_copy()
1528 p->status, p->actual_length); in usb_host_handle_control()
1609 p->status, p->actual_length); in usb_host_handle_data()
1614 p->status, p->actual_length); in usb_host_handle_data()
1622 p->status, p->actual_length); in usb_host_handle_data()