Home
last modified time | relevance | path

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

/drivers/usb/host/
A Dohci-hcd.c755 struct td *td, *td_start, *td_next; in io_watchdog_func() local
803 list_for_each_entry(td_next, &ed->td_list, td_list) { in io_watchdog_func()
804 if (!td_next->next_dl_td) in io_watchdog_func()
806 td = td_next; in io_watchdog_func()
813 td_next = list_prepare_entry(td, &ed->td_list, td_list); in io_watchdog_func()
814 list_for_each_entry_continue(td_next, &ed->td_list, td_list) { in io_watchdog_func()
815 if (head == (u32) td_next->td_dma) in io_watchdog_func()
817 td = td_next; /* head pointer has passed this TD */ in io_watchdog_func()
A 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()

Completed in 9 milliseconds