td_head           517 drivers/usb/host/fhci-hcd.c 		while (ed->td_head != NULL) {
td_head            66 drivers/usb/host/fhci-q.c 	if (ed->td_head == NULL)
td_head            67 drivers/usb/host/fhci-q.c 		ed->td_head = td_list[0];
td_head           117 drivers/usb/host/fhci-q.c 			ed->td_head = list_entry(ed->td_list.next, struct td,
td_head           120 drivers/usb/host/fhci-q.c 			ed->td_head = NULL;
td_head           144 drivers/usb/host/fhci-q.c 	td = ed->td_head;
td_head           149 drivers/usb/host/fhci-q.c 		ed->td_head = list_entry(ed->td_list.next, struct td, node);
td_head           151 drivers/usb/host/fhci-q.c 		ed->td_head = NULL;
td_head           174 drivers/usb/host/fhci-q.c 		ed->td_head = list_entry(ed->td_list.next, struct td, node);
td_head           176 drivers/usb/host/fhci-q.c 		ed->td_head = NULL;
td_head           183 drivers/usb/host/fhci-q.c 	if (ed->td_head == NULL)
td_head           285 drivers/usb/host/fhci-sched.c 		td = ed->td_head;
td_head           739 drivers/usb/host/fhci-sched.c 		urb->start_frame = ed->td_head ? ed->next_iso :
td_head           870 drivers/usb/host/fhci-sched.c 	if (!ed->td_head) {
td_head           336 drivers/usb/host/fhci.h 	struct td *td_head;	/* a pointer to the current TD handled */