Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/usb/host/
Dusb-ohci.c1124 if (ohci->ed_isotail != NULL) { in ep_link()
1125 ohci->ed_isotail->hwNextED = cpu_to_le32 (ed->dma); in ep_link()
1126 ed->ed_prev = ohci->ed_isotail; in ep_link()
1138 ohci->ed_isotail = edi; in ep_link()
1227 if (ohci->ed_isotail == ed) in ep_unlink()
1228 ohci->ed_isotail = ed->ed_prev; in ep_unlink()
2647 ohci->ed_isotail = NULL; in hc_restart()
Dusb-ohci.h397 ed_t * ed_isotail; /* last endpoint of iso list */ member