Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/usb/dwc2/
H A Dhcd_intr.c431 * For IN transfers where halt_status is DWC2_HC_XFER_COMPLETE, *short_read
433 * transferred. short_read may also be NULL on entry, in which case it remains
440 int *short_read) in dwc2_get_actual_xfer_length()
451 if (short_read) in dwc2_get_actual_xfer_length()
452 *short_read = (count != 0); in dwc2_get_actual_xfer_length()
497 int short_read = 0; in dwc2_update_urb_state() local
500 &short_read); in dwc2_update_urb_state()
516 } else if (short_read || urb->actual_length >= urb->length) { in dwc2_update_urb_state()
529 dev_vdbg(hsotg->dev, " short_read %d, xfer_done %d\n", short_read, in dwc2_update_urb_state()
436 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
[all...]
/kernel/linux/linux-6.6/drivers/usb/dwc2/
H A Dhcd_intr.c401 * For IN transfers where halt_status is DWC2_HC_XFER_COMPLETE, *short_read
403 * transferred. short_read may also be NULL on entry, in which case it remains
410 int *short_read) in dwc2_get_actual_xfer_length()
421 if (short_read) in dwc2_get_actual_xfer_length()
422 *short_read = (count != 0); in dwc2_get_actual_xfer_length()
467 int short_read = 0; in dwc2_update_urb_state() local
470 &short_read); in dwc2_update_urb_state()
486 } else if (short_read || urb->actual_length >= urb->length) { in dwc2_update_urb_state()
499 dev_vdbg(hsotg->dev, " short_read %d, xfer_done %d\n", short_read, in dwc2_update_urb_state()
406 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
[all...]

Completed in 3 milliseconds