Home
last modified time | relevance | path

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

/linux/drivers/usb/storage/
H A Dcypress_atacb.c152 memcmp(srb->sense_buffer, usb_stor_sense_invalidCDB, in cypress_atacb_passthrough()
153 sizeof(usb_stor_sense_invalidCDB)) == 0) { in cypress_atacb_passthrough()
230 usb_stor_sense_invalidCDB, in cypress_atacb_passthrough()
231 sizeof(usb_stor_sense_invalidCDB)); in cypress_atacb_passthrough()
H A Dscsiglue.c382 memcpy(srb->sense_buffer, usb_stor_sense_invalidCDB, in queuecommand_lck()
383 sizeof(usb_stor_sense_invalidCDB)); in queuecommand_lck()
693 unsigned char usb_stor_sense_invalidCDB[18] = { variable
699 EXPORT_SYMBOL_GPL(usb_stor_sense_invalidCDB);
H A Dscsiglue.h32 extern unsigned char usb_stor_sense_invalidCDB[18];
H A Duas.c648 memcpy(cmnd->sense_buffer, usb_stor_sense_invalidCDB, in uas_queuecommand_lck()
649 sizeof(usb_stor_sense_invalidCDB)); in uas_queuecommand_lck()