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.c732 else if (status & QTD_STS_BABBLE) in get_urb_status_from_qtd()
/drivers/usb/host/
Doxu210hp.h216 #define QTD_STS_BABBLE (1 << 4) /* device was babbling (qtd halted) */ macro
Dfotg210.h329 #define QTD_STS_BABBLE (1 << 4) /* device was babbling (qtd halted) */ macro
Dehci.h309 #define QTD_STS_BABBLE (1 << 4) /* device was babbling (qtd halted) */ macro
Dehci-q.c219 if (token & QTD_STS_BABBLE) { in qtd_copy_status()
Doxu210hp-hcd.c889 if (token & QTD_STS_BABBLE) { in qtd_copy_status()
Dfotg210-hcd.c2182 if (token & QTD_STS_BABBLE) { in qtd_copy_status()