Home
last modified time | relevance | path

Searched refs:next_dl_td (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/usb/host/
H A Dohci-q.c550 td->next_dl_td = NULL; in td_fill()
904 if (td->next_dl_td) in add_to_done_list()
911 if (td2->next_dl_td) in add_to_done_list()
913 td2->next_dl_td = td_prev; in add_to_done_list()
918 ohci->dl_end->next_dl_td = td_prev; in add_to_done_list()
926 ohci->dl_end = td->next_dl_td = td; in add_to_done_list()
930 if (td2 && td2->next_dl_td) in add_to_done_list()
1008 if (td->next_dl_td) in finish_unlinks()
1207 ohci->dl_start = td->next_dl_td; in process_done_list()
H A Dohci.h133 struct td *next_dl_td; member
H A Dohci-hcd.c803 if (!td_next->next_dl_td) in io_watchdog_func()
/openbmc/u-boot/drivers/usb/host/
H A Dohci.h122 struct td *next_dl_td; member
H A Dohci-hcd.c917 td->next_dl_td = NULL; in td_fill()
1108 td_list->next_dl_td = td_rev; in dl_reverse_done_list()
1184 td_t *td_next = td_list->next_dl_td; in dl_done_list()