• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/usb/host/

Lines Matching refs:uhci_td

106 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 *td)
196 struct uhci_td *ntd;
198 ntd = list_entry(td->fl_list.next, struct uhci_td, fl_list);
203 struct uhci_td *ptd;
205 ptd = list_entry(td->fl_list.prev, struct uhci_td, fl_list);
216 struct uhci_td *ftd, *ltd;
222 ltd = list_entry(ftd->fl_list.prev, struct uhci_td, fl_list);
237 struct uhci_td *td;
317 struct uhci_td *td;
335 struct uhci_td *ptd;
339 ptd = list_entry(purbp->td_list.prev, struct uhci_td,
341 td = list_entry(urbp->td_list.prev, struct uhci_td,
359 td = list_entry(urbp->td_list.next, struct uhci_td, list);
374 struct uhci_td *td;
396 td = list_entry(urbp->td_list.next, struct uhci_td, list);
398 td = list_entry(urbp->td_list.prev, struct uhci_td,
487 struct uhci_td *td = list_entry(urbp->td_list.next,
488 struct uhci_td, list);
741 struct uhci_td *td, *tmp;
790 struct uhci_td *td;
916 struct uhci_td *td;
1098 struct uhci_td *td;
1102 td = list_entry(urbp->td_list.prev, struct uhci_td, list);
1130 td = list_entry(tmp, struct uhci_td, list);
1146 struct uhci_td *td, *tmp;
1229 struct uhci_td *td = NULL; /* Since urb->number_of_packets > 0 */
1340 struct uhci_td *td, *tmp;
1612 struct uhci_td *td = list_entry(urbp->td_list.next,
1613 struct uhci_td, list);
1640 struct uhci_td *td;
1661 td = list_entry(urbp->td_list.next, struct uhci_td, list);