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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/usb/host/
H A Duhci-hcd.h195 #define TD_CTRL_STALLED (1 << 22) /* TD Stalled */ macro
203 #define TD_CTRL_ANY_ERROR (TD_CTRL_STALLED | TD_CTRL_DBUFERR | \
H A Duhci-debug.c59 (status & TD_CTRL_STALLED) ? "Stalled " : "",
H A Duhci-q.c779 if (status & TD_CTRL_STALLED) /* Stalled */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/usb/host/
H A Duhci-hcd.h195 #define TD_CTRL_STALLED (1 << 22) /* TD Stalled */ macro
203 #define TD_CTRL_ANY_ERROR (TD_CTRL_STALLED | TD_CTRL_DBUFERR | \
H A Duhci-debug.c59 (status & TD_CTRL_STALLED) ? "Stalled " : "",
H A Duhci-q.c779 if (status & TD_CTRL_STALLED) /* Stalled */

Completed in 183 milliseconds