Lines Matching defs:urb
242 dxfer->urb = dwc2_hcd_urb_alloc(sc->sc_hsotg,
267 dwc2_hcd_urb_free(sc->sc_hsotg, dxfer->urb, dxfer->urb->packet_count);
520 err = dwc2_hcd_urb_dequeue(hsotg, dxfer->urb);
973 dwc2_urb = dxfer->urb;
1383 * Sets the final status of an URB and returns it to the upper layer. Any
1384 * required cleanup of the URB is performed.
1404 if (!qtd->urb) {
1405 dev_dbg(hsotg->dev, "## %s: qtd->urb is NULL ##\n", __func__);
1409 xfer = qtd->urb->priv;
1411 dev_dbg(hsotg->dev, "## %s: urb->priv is NULL ##\n", __func__);
1420 struct dwc2_hcd_urb *urb = qtd->urb;
1421 xfer->ux_actlen = dwc2_hcd_urb_get_actual_length(urb);
1430 urb, i);
1441 i, urb->iso_descs[i].status);
1496 qtd->urb = NULL;