Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/host/
H A Duhci-q.c335 struct urb_priv *purbp; in uhci_cleanup_queue() local
338 purbp = list_entry(urbp->node.prev, struct urb_priv, node); in uhci_cleanup_queue()
339 WARN_ON(list_empty(&purbp->td_list)); in uhci_cleanup_queue()
340 ptd = list_entry(purbp->td_list.prev, struct uhci_td, in uhci_cleanup_queue()