Home
last modified time | relevance | path

Searched refs:isoc_split_pos (Results 1 – 4 of 4) sorted by relevance

/openbsd/sys/dev/usb/dwc2/
H A Ddwc2_hcdintr.c699 else if (qtd->isoc_split_pos == DWC2_HCSPLT_XACTPOS_MID || in dwc2_deactivate_qh()
700 qtd->isoc_split_pos == DWC2_HCSPLT_XACTPOS_END) in dwc2_deactivate_qh()
1128 if (qtd->isoc_split_pos == DWC2_HCSPLT_XACTPOS_ALL) in dwc2_hc_xfercomp_intr()
1362 qtd->isoc_split_pos = DWC2_HCSPLT_XACTPOS_ALL; in dwc2_hc_ack_intr()
1378 qtd->isoc_split_pos = in dwc2_hc_ack_intr()
1381 qtd->isoc_split_pos = in dwc2_hc_ack_intr()
H A Ddwc2_hcd.h445 u8 isoc_split_pos; member
H A Ddwc2_hcdqueue.c2067 qtd->isoc_split_pos = DWC2_HCSPLT_XACTPOS_ALL; in dwc2_hcd_qtd_init()
H A Ddwc2_hcd.c2388 chan->xact_pos = qtd->isoc_split_pos; in dwc2_hc_init_split()