Searched refs:usb_stor_sense_invalidCDB (Results 1 - 7 of 7) sorted by relevance

/drivers/staging/keucr/
H A Dscsiglue.h7 extern unsigned char usb_stor_sense_invalidCDB[18];
H A Dtransport.c720 memcpy(srb->sense_buffer, usb_stor_sense_invalidCDB,
721 sizeof(usb_stor_sense_invalidCDB));
H A Dscsiglue.c396 unsigned char usb_stor_sense_invalidCDB[18] = { variable
/drivers/usb/storage/
H A Dscsiglue.h45 extern unsigned char usb_stor_sense_invalidCDB[18];
H A Dcypress_atacb.c160 memcmp(srb->sense_buffer, usb_stor_sense_invalidCDB,
161 sizeof(usb_stor_sense_invalidCDB)) == 0) {
237 usb_stor_sense_invalidCDB,
238 sizeof(usb_stor_sense_invalidCDB));
H A Dscsiglue.c589 unsigned char usb_stor_sense_invalidCDB[18] = { variable
595 EXPORT_SYMBOL_GPL(usb_stor_sense_invalidCDB); variable
H A Dtransport.c1214 usb_stor_sense_invalidCDB,
1215 sizeof(usb_stor_sense_invalidCDB));

Completed in 166 milliseconds