Home
last modified time | relevance | path

Searched refs:next_td (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/
H A Dfsl_udc_core.c162 struct ep_td_struct *curr_td, *next_td; variable
176 next_td = req->head;
178 curr_td = next_td;
180 next_td = curr_td->next_td_virt;
H A Dmv_udc_core.c212 struct mv_dtd *curr_td, *next_td; variable
226 next_td = req->head;
228 curr_td = next_td;
230 next_td = curr_td->next_dtd_virt;
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/
H A Dfsl_udc_core.c160 struct ep_td_struct *curr_td, *next_td; variable
174 next_td = req->head;
176 curr_td = next_td;
178 next_td = curr_td->next_td_virt;
H A Dmv_udc_core.c212 struct mv_dtd *curr_td, *next_td; variable
226 next_td = req->head;
228 curr_td = next_td;
230 next_td = curr_td->next_dtd_virt;

Completed in 13 milliseconds