Home
last modified time | relevance | path

Searched refs:usb_stor_sense_invalidCDB (Results 1 – 4 of 4) sorted by relevance

/drivers/usb/storage/
Dcypress_atacb.c116 memcmp(srb->sense_buffer, usb_stor_sense_invalidCDB, in cypress_atacb_passthrough()
117 sizeof(usb_stor_sense_invalidCDB)) == 0) { in cypress_atacb_passthrough()
194 usb_stor_sense_invalidCDB, in cypress_atacb_passthrough()
195 sizeof(usb_stor_sense_invalidCDB)); in cypress_atacb_passthrough()
Dscsiglue.h45 extern unsigned char usb_stor_sense_invalidCDB[18];
Dtransport.c1137 usb_stor_sense_invalidCDB, in usb_stor_Bulk_transport()
1138 sizeof(usb_stor_sense_invalidCDB)); in usb_stor_Bulk_transport()
Dscsiglue.c560 unsigned char usb_stor_sense_invalidCDB[18] = { variable