Searched refs:uhci_td (Results 1 - 4 of 4) sorted by path

/linux-master/drivers/usb/host/
H A Duhci-debug.c43 static int uhci_show_td(struct uhci_hcd *uhci, struct uhci_td *td, char *buf,
104 struct uhci_td *td;
222 struct uhci_td *td = list_entry(urbp->td_list.next,
223 struct uhci_td, list);
379 struct uhci_td *td;
434 td = list_entry(tmp, struct uhci_td, fl_list);
H A Duhci-q.c106 static struct uhci_td *uhci_alloc_td(struct uhci_hcd *uhci)
109 struct uhci_td *td;
124 static void uhci_free_td(struct uhci_hcd *uhci, struct uhci_td *td)
134 static inline void uhci_fill_td(struct uhci_hcd *uhci, struct uhci_td *td,
142 static void uhci_add_td_to_urbp(struct uhci_td *td, struct urb_priv *urbp)
147 static void uhci_remove_td_from_urbp(struct uhci_td *td)
156 struct uhci_td *td, unsigned framenum)
164 struct uhci_td *ftd, *ltd;
167 ltd = list_entry(ftd->fl_list.prev, struct uhci_td, fl_list);
183 struct uhci_td *t
[all...]
H A Duhci-hcd.c611 uhci->td_pool = dma_pool_create("uhci_td", uhci_dev(uhci),
612 sizeof(struct uhci_td), 16, 0);
H A Duhci-hcd.h163 struct uhci_td *dummy_td; /* Dummy TD to end the queue */
164 struct uhci_td *post_td; /* Last TD completed */
258 struct uhci_td { struct
393 struct uhci_td *term_td; /* Terminating TD, see UHCI bug */

Completed in 202 milliseconds