Home
last modified time | relevance | path

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

/external/u-boot/arch/mips/mach-au1x00/
Dau1x00_usb_ohci.h111 struct td *next_dl_td; member
Dau1x00_usb_ohci.c631 td->next_dl_td = NULL; in td_fill()
785 td_list->next_dl_td = td_rev; in dl_reverse_done_list()
806 td_list_next = td_list->next_dl_td; in dl_done_list()
/external/u-boot/drivers/usb/host/
Dohci.h122 struct td *next_dl_td; member
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()