HomeSort by: relevance | last modified time | path
    Searched defs:short_read (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/dwc2/dist/
dwc2_hcdintr.c 426 * For IN transfers where halt_status is DWC2_HC_XFER_COMPLETE, *short_read
428 * transferred. short_read may also be NULL on entry, in which case it remains
435 int *short_read)
446 if (short_read != NULL)
447 *short_read = (count != 0);
485 int short_read = 0; local in function:dwc2_update_urb_state
488 &short_read);
518 } else if (short_read || urb->actual_length >= urb->length) {
530 dev_vdbg(hsotg->dev, " short_read %d, xfer_done %d\n", short_read,
    [all...]
dwc2_hcdintr.c 426 * For IN transfers where halt_status is DWC2_HC_XFER_COMPLETE, *short_read
428 * transferred. short_read may also be NULL on entry, in which case it remains
435 int *short_read)
446 if (short_read != NULL)
447 *short_read = (count != 0);
485 int short_read = 0; local in function:dwc2_update_urb_state
488 &short_read);
518 } else if (short_read || urb->actual_length >= urb->length) {
530 dev_vdbg(hsotg->dev, " short_read %d, xfer_done %d\n", short_read,
    [all...]
dwc2_hcdintr.c 426 * For IN transfers where halt_status is DWC2_HC_XFER_COMPLETE, *short_read
428 * transferred. short_read may also be NULL on entry, in which case it remains
435 int *short_read)
446 if (short_read != NULL)
447 *short_read = (count != 0);
485 int short_read = 0; local in function:dwc2_update_urb_state
488 &short_read);
518 } else if (short_read || urb->actual_length >= urb->length) {
530 dev_vdbg(hsotg->dev, " short_read %d, xfer_done %d\n", short_read,
    [all...]
dwc2_hcdintr.c 426 * For IN transfers where halt_status is DWC2_HC_XFER_COMPLETE, *short_read
428 * transferred. short_read may also be NULL on entry, in which case it remains
435 int *short_read)
446 if (short_read != NULL)
447 *short_read = (count != 0);
485 int short_read = 0; local in function:dwc2_update_urb_state
488 &short_read);
518 } else if (short_read || urb->actual_length >= urb->length) {
530 dev_vdbg(hsotg->dev, " short_read %d, xfer_done %d\n", short_read,
    [all...]

Completed in 231 milliseconds