Home
last modified time | relevance | path

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

/drivers/usb/host/whci/
Dwhci-hc.h59 #define QTD_STS_BABBLE (1 << 28) /* babble detected */ macro
Dqset.c735 else if (status & QTD_STS_BABBLE) in get_urb_status_from_qtd()
/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.h313 #define QTD_STS_BABBLE (1 << 4) /* device was babbling (qtd halted) */ macro
Dehci-q.c223 if (token & QTD_STS_BABBLE) { in qtd_copy_status()
Doxu210hp-hcd.c888 if (token & QTD_STS_BABBLE) { in qtd_copy_status()
Dfotg210-hcd.c2181 if (token & QTD_STS_BABBLE) { in qtd_copy_status()