Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/storage/
H A Dtransport.c281 return USB_STOR_XFER_STALLED; in interpret_urb_result()
289 return USB_STOR_XFER_STALLED; in interpret_urb_result()
975 if (result == USB_STOR_XFER_STALLED) { in usb_stor_CB_transport()
993 if (result == USB_STOR_XFER_STALLED) in usb_stor_CB_transport()
995 if (result > USB_STOR_XFER_STALLED) in usb_stor_CB_transport()
1231 if (result == USB_STOR_XFER_STALLED) { in usb_stor_Bulk_transport()
H A Dtransport.h35 #define USB_STOR_XFER_STALLED 2 /* endpoint stalled */ macro
H A Dsddr55.c152 if (result == USB_STOR_XFER_SHORT || result == USB_STOR_XFER_STALLED) { in sddr55_status()
H A Dsddr09.c309 case USB_STOR_XFER_STALLED: return -EPIPE; in sddr09_send_command()
H A Dshuttle_usbat.c624 result == USB_STOR_XFER_STALLED) { in usbat_hp8200e_rw_block_test()
H A Dene_ub6250.c540 if (result == USB_STOR_XFER_STALLED) { in ene_send_scsi_cmd()