Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/dwc2/
Dhcd_intr.c407 int *short_read) in dwc2_get_actual_xfer_length() argument
418 if (short_read != NULL) in dwc2_get_actual_xfer_length()
419 *short_read = (count != 0); in dwc2_get_actual_xfer_length()
458 int short_read = 0; in dwc2_update_urb_state() local
461 &short_read); in dwc2_update_urb_state()
489 } else if (short_read || urb->actual_length >= urb->length) { in dwc2_update_urb_state()
502 dev_vdbg(hsotg->dev, " short_read %d, xfer_done %d\n", short_read, in dwc2_update_urb_state()