Home
last modified time | relevance | path

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

/drivers/usb/host/
Dohci-hcd.c756 struct td *td, *td_start, *td_next; in io_watchdog_func() local
804 list_for_each_entry(td_next, &ed->td_list, td_list) { in io_watchdog_func()
805 if (!td_next->next_dl_td) in io_watchdog_func()
807 td = td_next; in io_watchdog_func()
814 td_next = list_prepare_entry(td, &ed->td_list, td_list); in io_watchdog_func()
815 list_for_each_entry_continue(td_next, &ed->td_list, td_list) { in io_watchdog_func()
816 if (head == (u32) td_next->td_dma) in io_watchdog_func()
818 td = td_next; /* head pointer has passed this TD */ in io_watchdog_func()
Dfhci-sched.c64 struct td *td_next = in fhci_transaction_confirm() local
68 td_next->start_frame = usb->actual_frame->frame_num; in fhci_transaction_confirm()
Dxhci-ring.c2936 struct xhci_td *td_next = list_next_entry(td, td_list); in handle_tx_event() local
2938 ep_seg = trb_in_td(xhci, td_next->start_seg, td_next->first_trb, in handle_tx_event()
2939 td_next->last_trb, ep_trb_dma, false); in handle_tx_event()
2947 td = td_next; in handle_tx_event()