Searched refs:uhci_td (Results 1 - 8 of 8) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/usb/host/
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_td *td, u32 status,
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.h143 struct uhci_td *dummy_td; /* Dummy TD to end the queue */
144 struct uhci_td *post_td; /* Last TD completed */
246 struct uhci_td { struct
266 static inline u32 td_status(struct uhci_td *td) {
346 struct uhci_td *term_td; /* Terminating TD, see UHCI bug */
H A Duhci-debug.c41 static int uhci_show_td(struct uhci_td *td, char *buf, int len, int space)
98 struct uhci_td *td;
202 struct uhci_td *td = list_entry(urbp->td_list.next,
203 struct uhci_td, list);
348 struct uhci_td *td;
397 td = list_entry(tmp, struct uhci_td, fl_list);
H A Duhci-hcd.c639 uhci->td_pool = dma_pool_create("uhci_td", uhci_dev(uhci),
640 sizeof(struct uhci_td), 16, 0);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/usb/host/
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_td *td, u32 status,
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.h143 struct uhci_td *dummy_td; /* Dummy TD to end the queue */
144 struct uhci_td *post_td; /* Last TD completed */
246 struct uhci_td { struct
266 static inline u32 td_status(struct uhci_td *td) {
346 struct uhci_td *term_td; /* Terminating TD, see UHCI bug */
H A Duhci-debug.c41 static int uhci_show_td(struct uhci_td *td, char *buf, int len, int space)
98 struct uhci_td *td;
202 struct uhci_td *td = list_entry(urbp->td_list.next,
203 struct uhci_td, list);
348 struct uhci_td *td;
397 td = list_entry(tmp, struct uhci_td, fl_list);
H A Duhci-hcd.c639 uhci->td_pool = dma_pool_create("uhci_td", uhci_dev(uhci),
640 sizeof(struct uhci_td), 16, 0);

Completed in 123 milliseconds