Home
last modified time | relevance | path

Searched refs:QTD_STS_XACT (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/usb/fotg210/
H A Dfotg210-hcd.h332 #define QTD_STS_XACT (1 << 3) /* device gave illegal response */ macro
H A Dfotg210-hcd.c2170 } else if (token & QTD_STS_XACT) { in qtd_copy_status()
2325 if ((token & QTD_STS_XACT) && in qh_completions()
/openbmc/linux/drivers/usb/host/
H A Dehci.h305 #define QTD_STS_XACT (1 << 3) /* device gave illegal response */ macro
H A Dehci-q.c236 } else if (token & QTD_STS_XACT) { in qtd_copy_status()
372 if ((token & QTD_STS_XACT) && in qh_completions()
H A Doxu210hp-hcd.c248 #define QTD_STS_XACT (1 << 3) /* device gave illegal response */ macro
1323 } else if (token & QTD_STS_XACT) { in qtd_copy_status()