Home
last modified time | relevance | path

Searched refs:td_last (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()
589 idx = qh->td_last; in dwc2_init_isoc_dma_desc()
593 next_idx = dwc2_desclist_idx_inc(qh->td_last, inc, qh->dev_speed); in dwc2_init_isoc_dma_desc()
606 qh->td_last = dwc2_desclist_idx_inc(cur_idx, inc, in dwc2_init_isoc_dma_desc()
608 idx = qh->td_last; in dwc2_init_isoc_dma_desc()
640 qh->td_last = idx; in dwc2_init_isoc_dma_desc()
645 idx = dwc2_desclist_idx_dec(qh->td_last, inc, qh->dev_speed); in dwc2_init_isoc_dma_desc()
678 idx = dwc2_desclist_idx_dec(qh->td_last, inc, qh->dev_speed); in dwc2_init_isoc_dma_desc()
Dhcd.h351 u8 td_last; member