Searched refs:purbp (Results 1 – 1 of 1) sorted by relevance
335 struct urb_priv *purbp; in uhci_cleanup_queue() local338 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()