Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/usb/host/
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()
/linux-6.1.9/drivers/usb/gadget/udc/
Dfsl_udc_core.c161 struct ep_td_struct *curr_td, *next_td; in done() local
175 next_td = req->head; in done()
177 curr_td = next_td; in done()
179 next_td = curr_td->next_td_virt; in done()
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()