Home
last modified time | relevance | path

Searched defs:STS_HALT (Results 1 – 5 of 5) sorted by relevance

/linux/include/linux/usb/
H A Dehci_def.h82 #define STS_HALT (1<<12) /* Not running (any reason) */ macro
/linux/drivers/usb/fotg210/
H A Dfotg210-hcd.h249 #define STS_HALT (1<<12) /* Not running (any reason) */ macro
/linux/drivers/usb/host/
H A Doxu210hp-hcd.c141 #define STS_HALT (1<<12) /* Not running (any reason) */ macro
H A Dxhci.h161 #define STS_HALT XHCI_STS_HALT macro
/linux/drivers/usb/cdns3/
H A Dcdnsp-gadget.h202 #define STS_HALT BIT(0) macro