Home
last modified time | relevance | path

Searched refs:td_head (Results 1 – 4 of 4) sorted by relevance

/drivers/usb/host/
Dfhci-q.c66 if (ed->td_head == NULL) in fhci_add_tds_to_ed()
67 ed->td_head = td_list[0]; in fhci_add_tds_to_ed()
117 ed->td_head = list_entry(ed->td_list.next, struct td, in fhci_remove_td_from_ed()
120 ed->td_head = NULL; in fhci_remove_td_from_ed()
144 td = ed->td_head; in fhci_move_td_from_ed_to_done_list()
149 ed->td_head = list_entry(ed->td_list.next, struct td, node); in fhci_move_td_from_ed_to_done_list()
151 ed->td_head = NULL; in fhci_move_td_from_ed_to_done_list()
174 ed->td_head = list_entry(ed->td_list.next, struct td, node); in free_urb_priv()
176 ed->td_head = NULL; in free_urb_priv()
183 if (ed->td_head == NULL) in free_urb_priv()
Dfhci-sched.c285 td = ed->td_head; in scan_ed_list()
738 urb->start_frame = ed->td_head ? ed->next_iso : in fhci_queue_urb()
869 if (!ed->td_head) { in fhci_queue_urb()
Dfhci.h336 struct td *td_head; /* a pointer to the current TD handled */ member
Dfhci-hcd.c518 while (ed->td_head != NULL) { in fhci_endpoint_disable()