Home
last modified time | relevance | path

Searched refs:xact_pos (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/drivers/usb/dwc2/
Dhcd.h151 u8 xact_pos; member
Dhcd.c746 hcsplt |= chan->xact_pos << HCSPLT_XACTPOS_SHIFT & in dwc2_hc_init()
756 chan->xact_pos); in dwc2_hc_init()
2346 chan->xact_pos = qtd->isoc_split_pos; in dwc2_hc_init_split()
2433 if (chan->xact_pos == DWC2_HCSPLT_XACTPOS_ALL) { in dwc2_hc_init_xfer()
2435 chan->xact_pos = DWC2_HCSPLT_XACTPOS_ALL; in dwc2_hc_init_xfer()
2437 chan->xact_pos = DWC2_HCSPLT_XACTPOS_BEGIN; in dwc2_hc_init_xfer()
3881 dev_dbg(hsotg->dev, " xact_pos: %d\n", chan->xact_pos); in dwc2_hcd_dump_state()
Dhcd_intr.c1334 switch (chan->xact_pos) { in dwc2_hc_ack_intr()