Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/usb/dwc2/
Dhcd_ddma.c500 qh->td_first = qh->td_last = dwc2_frame_to_desc_idx(qh, fr_idx); in dwc2_recalc_initial_desc_idx()
942 idx = qh->td_first; in dwc2_complete_isoc_xfer_ddma()
1019 qh->td_first = idx; in dwc2_complete_isoc_xfer_ddma()
1030 } while (idx != qh->td_first); in dwc2_complete_isoc_xfer_ddma()
1034 qh->td_first = idx; in dwc2_complete_isoc_xfer_ddma()
Dhcd.h321 u8 td_first; member