next_dl_td        801 drivers/usb/host/ohci-hcd.c 				if (!td_next->next_dl_td)
next_dl_td        550 drivers/usb/host/ohci-q.c 	td->next_dl_td = NULL;
next_dl_td        904 drivers/usb/host/ohci-q.c 	if (td->next_dl_td)
next_dl_td        911 drivers/usb/host/ohci-q.c 		if (td2->next_dl_td)
next_dl_td        913 drivers/usb/host/ohci-q.c 		td2->next_dl_td = td_prev;
next_dl_td        918 drivers/usb/host/ohci-q.c 		ohci->dl_end->next_dl_td = td_prev;
next_dl_td        926 drivers/usb/host/ohci-q.c 	ohci->dl_end = td->next_dl_td = td;
next_dl_td        930 drivers/usb/host/ohci-q.c 	if (td2 && td2->next_dl_td)
next_dl_td       1008 drivers/usb/host/ohci-q.c 			if (td->next_dl_td)
next_dl_td       1207 drivers/usb/host/ohci-q.c 			ohci->dl_start = td->next_dl_td;
next_dl_td        133 drivers/usb/host/ohci.h 	struct td	*next_dl_td;