Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/usb/gadget/
H A Dci_udc.c605 struct ept_queue_item *item, *next_td; in handle_ep_complete() local
615 next_td = item; in handle_ep_complete()
618 ci_invalidate_td(next_td); in handle_ep_complete()
619 item = next_td; in handle_ep_complete()
625 next_td = (struct ept_queue_item *)(unsigned long) in handle_ep_complete()
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dfhci-hcd.c172 struct td *next_td; in fhci_mem_free() local
179 list_for_each_entry_safe(td, next_td, &fhci->empty_tds, node) { in fhci_mem_free()
/OK3568_Linux_fs/kernel/drivers/usb/gadget/udc/
H A Dfsl_udc_core.c162 struct ep_td_struct *curr_td, *next_td; in done() local
176 next_td = req->head; in done()
178 curr_td = next_td; in done()
180 next_td = curr_td->next_td_virt; in done()
H A Dmv_udc_core.c212 struct mv_dtd *curr_td, *next_td; in done() local
226 next_td = req->head; in done()
228 curr_td = next_td; in done()
230 next_td = curr_td->next_dtd_virt; in done()