Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/usb/dwc2/
Dhcd_ddma.c530 qh->td_first = qh->td_last = dwc2_frame_to_desc_idx(qh, fr_idx); in dwc2_recalc_initial_desc_idx()
972 idx = qh->td_first; in dwc2_complete_isoc_xfer_ddma()
1049 qh->td_first = idx; in dwc2_complete_isoc_xfer_ddma()
1060 } while (idx != qh->td_first); in dwc2_complete_isoc_xfer_ddma()
1064 qh->td_first = idx; in dwc2_complete_isoc_xfer_ddma()
Dhcd.h350 u8 td_first; member