Home
last modified time | relevance | path

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

/drivers/usb/storage/
Dtransport.c289 return USB_STOR_XFER_STALLED; in interpret_urb_result()
296 return USB_STOR_XFER_STALLED; in interpret_urb_result()
859 if (result == USB_STOR_XFER_STALLED) { in usb_stor_CB_transport()
877 if (result == USB_STOR_XFER_STALLED) in usb_stor_CB_transport()
879 if (result > USB_STOR_XFER_STALLED) in usb_stor_CB_transport()
1068 if (result == USB_STOR_XFER_STALLED) { in usb_stor_Bulk_transport()
Dtransport.h89 #define USB_STOR_XFER_STALLED 2 /* endpoint stalled */ macro
Dsddr55.c118 if (result == USB_STOR_XFER_SHORT || result == USB_STOR_XFER_STALLED) { in sddr55_status()
Dsddr09.c276 case USB_STOR_XFER_STALLED: return -EPIPE; in sddr09_send_command()
Dshuttle_usbat.c495 result == USB_STOR_XFER_STALLED) { in usbat_hp8200e_rw_block_test()