Home
last modified time | relevance | path

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

/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()
949 idx = qh->td_first; in dwc2_complete_isoc_xfer_ddma()
1026 qh->td_first = idx; in dwc2_complete_isoc_xfer_ddma()
1037 } while (idx != qh->td_first); in dwc2_complete_isoc_xfer_ddma()
1041 qh->td_first = idx; in dwc2_complete_isoc_xfer_ddma()
Dhcd.h321 u8 td_first; member