Searched refs:next_td (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/host/ |
H A D | fhci-hcd.c | 172 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 D | fhci-hcd.c | 173 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 D | fsl_udc_core.c | 162 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 D | mv_udc_core.c | 212 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 D | fsl_udc_core.c | 160 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 D | mv_udc_core.c | 212 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