Home
last modified time | relevance | path

Searched refs:TD_CTRL_STALLED (Results 1 – 6 of 6) sorted by relevance

/linux-2.4.37.9/drivers/usb/host/
Duhci.h105 #define TD_CTRL_STALLED (1 << 22) /* TD Stalled */ macro
113 #define TD_CTRL_ANY_ERROR (TD_CTRL_STALLED | TD_CTRL_DBUFERR | \
Dusb-uhci.h90 #define TD_CTRL_STALLED (1 << 22) /* TD Stalled */ macro
98 #define TD_CTRL_ANY_ERROR (TD_CTRL_STALLED | TD_CTRL_DBUFERR | \
Dusb-uhci-debug.h62 (td->hw.td.status & TD_CTRL_STALLED) ? "Stalled " : "",
Duhci-debug.h74 (td->status & TD_CTRL_STALLED) ? "Stalled " : "", in uhci_show_td()
Duhci.c813 if (status & TD_CTRL_STALLED) /* Stalled */ in uhci_map_status()
Dusb-uhci.c2204 if (status & TD_CTRL_STALLED) /* Stalled */ in uhci_map_status()