Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/dwc2/
H A Dhcd_intr.c647 else if (qtd->isoc_split_pos == DWC2_HCSPLT_XACTPOS_MID || in dwc2_deactivate_qh()
648 qtd->isoc_split_pos == DWC2_HCSPLT_XACTPOS_END) in dwc2_deactivate_qh()
1074 if (qtd->isoc_split_pos == DWC2_HCSPLT_XACTPOS_ALL) in dwc2_hc_xfercomp_intr()
1308 qtd->isoc_split_pos = DWC2_HCSPLT_XACTPOS_ALL; in dwc2_hc_ack_intr()
1324 qtd->isoc_split_pos = in dwc2_hc_ack_intr()
1327 qtd->isoc_split_pos = in dwc2_hc_ack_intr()
H A Dhcd.h407 u8 isoc_split_pos; member
H A Dhcd_queue.c2027 qtd->isoc_split_pos = DWC2_HCSPLT_XACTPOS_ALL; in dwc2_hcd_qtd_init()
H A Dhcd.c2312 chan->xact_pos = qtd->isoc_split_pos; in dwc2_hc_init_split()