new_td           1753 drivers/usb/host/r8a66597-hcd.c 	struct r8a66597_td *td, *new_td = NULL;
new_td           1778 drivers/usb/host/r8a66597-hcd.c 		new_td = td;
new_td           1780 drivers/usb/host/r8a66597-hcd.c 			list_move_tail(&new_td->queue,
new_td           1782 drivers/usb/host/r8a66597-hcd.c 			new_td = r8a66597_get_td(r8a66597, pipenum);
new_td           1783 drivers/usb/host/r8a66597-hcd.c 			if (!new_td) {
new_td           1784 drivers/usb/host/r8a66597-hcd.c 				new_td = td;
new_td           1787 drivers/usb/host/r8a66597-hcd.c 		} while (td != new_td && td->address == new_td->address &&
new_td           1788 drivers/usb/host/r8a66597-hcd.c 			td->pipe->info.epnum == new_td->pipe->info.epnum);
new_td           1790 drivers/usb/host/r8a66597-hcd.c 		start_transfer(r8a66597, new_td);
new_td           1792 drivers/usb/host/r8a66597-hcd.c 		if (td == new_td)
new_td           1795 drivers/usb/host/r8a66597-hcd.c 			set_td_timer(r8a66597, new_td);