Home
last modified time | relevance | path

Searched refs:QTD_STS_BABBLE (Results 1 – 8 of 8) sorted by relevance

/Linux-v4.19/drivers/usb/host/whci/
Dwhci-hc.h46 #define QTD_STS_BABBLE (1 << 28) /* babble detected */ macro
Dqset.c724 else if (status & QTD_STS_BABBLE) in get_urb_status_from_qtd()
/Linux-v4.19/drivers/usb/host/
Doxu210hp.h217 #define QTD_STS_BABBLE (1 << 4) /* device was babbling (qtd halted) */ macro
Dfotg210.h330 #define QTD_STS_BABBLE (1 << 4) /* device was babbling (qtd halted) */ macro
Dehci.h300 #define QTD_STS_BABBLE (1 << 4) /* device was babbling (qtd halted) */ macro
Dehci-q.c206 if (token & QTD_STS_BABBLE) { in qtd_copy_status()
Doxu210hp-hcd.c875 if (token & QTD_STS_BABBLE) { in qtd_copy_status()
Dfotg210-hcd.c2150 if (token & QTD_STS_BABBLE) { in qtd_copy_status()