Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/dwc2/
Dhcd.c426 struct dwc2_qtd *urb_qtd; in dwc2_hcd_urb_dequeue() local
428 urb_qtd = urb->qtd; in dwc2_hcd_urb_dequeue()
429 if (!urb_qtd) { in dwc2_hcd_urb_dequeue()
434 qh = urb_qtd->qh; in dwc2_hcd_urb_dequeue()
442 if (urb_qtd->in_process && qh->channel) { in dwc2_hcd_urb_dequeue()
463 u8 in_process = urb_qtd->in_process; in dwc2_hcd_urb_dequeue()
465 dwc2_hcd_qtd_unlink_and_free(hsotg, urb_qtd, qh); in dwc2_hcd_urb_dequeue()
473 dwc2_hcd_qtd_unlink_and_free(hsotg, urb_qtd, qh); in dwc2_hcd_urb_dequeue()