Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/dwc2/
Dhcd.c431 struct dwc2_qtd *urb_qtd; in dwc2_hcd_urb_dequeue() local
433 urb_qtd = urb->qtd; in dwc2_hcd_urb_dequeue()
434 if (!urb_qtd) { in dwc2_hcd_urb_dequeue()
439 qh = urb_qtd->qh; in dwc2_hcd_urb_dequeue()
447 if (urb_qtd->in_process && qh->channel) { in dwc2_hcd_urb_dequeue()
468 u8 in_process = urb_qtd->in_process; in dwc2_hcd_urb_dequeue()
470 dwc2_hcd_qtd_unlink_and_free(hsotg, urb_qtd, qh); in dwc2_hcd_urb_dequeue()
478 dwc2_hcd_qtd_unlink_and_free(hsotg, urb_qtd, qh); in dwc2_hcd_urb_dequeue()