Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/usb/dwc2/
Dhcd_ddma.c520 frame_desc = &qtd->urb->iso_descs[qtd->isoc_frame_index_last]; in dwc2_fill_host_isoc_dma_desc()
535 qtd->isoc_frame_index_last++; in dwc2_fill_host_isoc_dma_desc()
539 if (qtd->isoc_frame_index_last == qtd->urb->packet_count) in dwc2_fill_host_isoc_dma_desc()
594 qtd->isoc_frame_index_last == in dwc2_init_isoc_dma_desc()
599 while (qh->ntd < ntd_max && qtd->isoc_frame_index_last < in dwc2_init_isoc_dma_desc()
882 frame_desc = &qtd->urb->iso_descs[qtd->isoc_frame_index_last]; in dwc2_cmpl_host_isoc_dma_desc()
Dhcd.h415 u16 isoc_frame_index_last; member