Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/gadget/
H A Dci_udc.c608 struct ept_queue_item *item, *next_td; in handle_ep_complete() local
618 next_td = item; in handle_ep_complete()
621 ci_invalidate_td(next_td); in handle_ep_complete()
622 item = next_td; in handle_ep_complete()
628 next_td = (struct ept_queue_item *)(unsigned long) in handle_ep_complete()
/openbmc/linux/drivers/usb/host/
H A Dfhci-hcd.c173 struct td *next_td; in fhci_mem_free() local
180 list_for_each_entry_safe(td, next_td, &fhci->empty_tds, node) { in fhci_mem_free()
/openbmc/linux/drivers/usb/gadget/udc/
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()
H A Dfsl_udc_core.c160 struct ep_td_struct *curr_td, *next_td; in done() local
174 next_td = req->head; in done()
176 curr_td = next_td; in done()
178 next_td = curr_td->next_td_virt; in done()