Home
last modified time | relevance | path

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

/drivers/usb/host/
Dfhci-q.c70 if (ed->td_head == NULL) in fhci_add_tds_to_ed()
71 ed->td_head = td_list[0]; in fhci_add_tds_to_ed()
121 ed->td_head = list_entry(ed->td_list.next, struct td, in fhci_remove_td_from_ed()
124 ed->td_head = NULL; in fhci_remove_td_from_ed()
148 td = ed->td_head; in fhci_move_td_from_ed_to_done_list()
153 ed->td_head = list_entry(ed->td_list.next, struct td, node); in fhci_move_td_from_ed_to_done_list()
155 ed->td_head = NULL; in fhci_move_td_from_ed_to_done_list()
178 ed->td_head = list_entry(ed->td_list.next, struct td, node); in free_urb_priv()
180 ed->td_head = NULL; in free_urb_priv()
187 if (ed->td_head == NULL) in free_urb_priv()
Dfhci-sched.c289 td = ed->td_head; in scan_ed_list()
744 urb->start_frame = ed->td_head ? ed->next_iso : in fhci_queue_urb()
876 if (!ed->td_head) { in fhci_queue_urb()
Dfhci.h342 struct td *td_head; /* a pointer to the current TD handled */ member
Dfhci-hcd.c523 while (ed->td_head != NULL) { in fhci_endpoint_disable()