Searched refs:short_read (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/usb/dwc2/
H A Dhcd_intr.c398 * For IN transfers where halt_status is DWC2_HC_XFER_COMPLETE, *short_read
400 * transferred. short_read may also be NULL on entry, in which case it remains
407 int *short_read) dwc2_get_actual_xfer_length()
418 if (short_read != NULL) dwc2_get_actual_xfer_length()
419 *short_read = (count != 0); dwc2_get_actual_xfer_length()
458 int short_read = 0; dwc2_update_urb_state() local
461 &short_read); dwc2_update_urb_state()
489 } else if (short_read || urb->actual_length >= urb->length) { dwc2_update_urb_state()
502 dev_vdbg(hsotg->dev, " short_read %d, xfer_done %d\n", short_read, dwc2_update_urb_state()
403 dwc2_get_actual_xfer_length(struct dwc2_hsotg *hsotg, struct dwc2_host_chan *chan, int chnum, struct dwc2_qtd *qtd, enum dwc2_halt_status halt_status, int *short_read) dwc2_get_actual_xfer_length() argument

Completed in 43 milliseconds