Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/usb/host/
Dusb-ohci.c509 struct urb * urbt; in sohci_return_urb() local
548 for (urbt = urb->next; urbt && (urbt != urb); urbt = urbt->next); in sohci_return_urb()
549 if (urbt) { /* send the reply and requeue URB */ in sohci_return_urb()