Home
last modified time | relevance | path

Searched refs:USB_STOR_XFER_STALLED (Results 1 – 2 of 2) sorted by relevance

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvTransport.c466 return USB_STOR_XFER_STALLED; in interpret_urb_result()
473 return USB_STOR_XFER_STALLED; in interpret_urb_result()
1074 if (result == USB_STOR_XFER_STALLED) in usb_stor_CBI_transport()
1094 if (result > USB_STOR_XFER_STALLED) in usb_stor_CBI_transport()
1239 if (result == USB_STOR_XFER_STALLED) in usb_stor_CB_transport()
1289 if (result > USB_STOR_XFER_STALLED) in usb_stor_CB_transport()
1486 if (result == USB_STOR_XFER_STALLED) { in usb_stor_Bulk_transport()
H A DdrvTransport.h155 #define USB_STOR_XFER_STALLED 2 macro