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

/drivers/usb/dwc2/
H A Dhcd_intr.c395 * For IN transfers where halt_status is DWC2_HC_XFER_COMPLETE, *short_read
397 * transferred. short_read may also be NULL on entry, in which case it remains
404 int *short_read)
415 if (short_read != NULL)
416 *short_read = (count != 0);
455 int short_read = 0; local
458 &short_read);
481 } else if (short_read || urb->actual_length >= urb->length) {
494 dev_vdbg(hsotg->dev, " short_read %d, xfer_done %d\n", short_read,
400 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) argument
[all...]

Completed in 35 milliseconds