next_td           163 drivers/usb/gadget/udc/fsl_udc_core.c 	struct ep_td_struct *curr_td, *next_td;
next_td           177 drivers/usb/gadget/udc/fsl_udc_core.c 	next_td = req->head;
next_td           179 drivers/usb/gadget/udc/fsl_udc_core.c 		curr_td = next_td;
next_td           181 drivers/usb/gadget/udc/fsl_udc_core.c 			next_td = curr_td->next_td_virt;
next_td           213 drivers/usb/gadget/udc/mv_udc_core.c 	struct mv_dtd *curr_td, *next_td;
next_td           227 drivers/usb/gadget/udc/mv_udc_core.c 	next_td = req->head;
next_td           229 drivers/usb/gadget/udc/mv_udc_core.c 		curr_td = next_td;
next_td           231 drivers/usb/gadget/udc/mv_udc_core.c 			next_td = curr_td->next_dtd_virt;
next_td           172 drivers/usb/host/fhci-hcd.c 	struct td *next_td;
next_td           179 drivers/usb/host/fhci-hcd.c 	list_for_each_entry_safe(td, next_td, &fhci->empty_tds, node) {