Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/usb/host/
Dohci-hcd.c754 struct td *td, *td_start, *td_next; in io_watchdog_func() local
802 list_for_each_entry(td_next, &ed->td_list, td_list) { in io_watchdog_func()
803 if (!td_next->next_dl_td) in io_watchdog_func()
805 td = td_next; in io_watchdog_func()
812 td_next = list_prepare_entry(td, &ed->td_list, td_list); in io_watchdog_func()
813 list_for_each_entry_continue(td_next, &ed->td_list, td_list) { in io_watchdog_func()
814 if (head == (u32) td_next->td_dma) in io_watchdog_func()
816 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()