Lines Matching refs:td
342 struct td *td_head; /* a pointer to the current TD handled */
345 struct td { struct
396 struct td **tds;
520 void fhci_recycle_empty_td(struct fhci_hcd *fhci, struct td *td);
523 struct td *fhci_td_fill(struct fhci_hcd *fhci, struct urb *urb,
527 void fhci_add_tds_to_ed(struct ed *ed, struct td **td_list, int number);
571 struct td *fhci_remove_td_from_ed(struct ed *ed);
572 struct td *fhci_remove_td_from_frame(struct fhci_time_frame *frame);
574 struct td *fhci_peek_td_from_frame(struct fhci_time_frame *frame);
575 void fhci_add_td_to_frame(struct fhci_time_frame *frame, struct td *td);
576 struct td *fhci_remove_td_from_done_list(struct fhci_controller_list *p_list);
577 void fhci_done_td(struct urb *urb, struct td *td);