Go to the documentation of this file.
30 INIT_LIST_HEAD (&ohci->
pending);
56 static void ohci_mem_cleanup (
struct ohci_hcd *ohci)
71 static inline struct td *
78 while (td && td->
td_dma != td_dma)
93 memset (td, 0,
sizeof *td);
102 td_free (
struct ohci_hcd *hc,
struct td *td)
106 while (*prev && *prev != td)
111 ohci_dbg (hc,
"no hash for td %p\n", td);
126 memset (ed, 0,
sizeof (*ed));
134 ed_free (
struct ohci_hcd *hc,
struct ed *ed)