Home
last modified time | relevance | path

Searched refs:US_BULK_CS_SIGN (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/drivers/usb/storage/
Dtransport.h110 #define US_BULK_CS_SIGN 0x53425355 /* spells out 'USBS' */ macro
Dtransport.c1271 …if ((bcs->Signature != cpu_to_le32(US_BULK_CS_SIGN) && bcs->Signature != cpu_to_le32(US_BULK_CS_OL… in usb_stor_Bulk_transport()
Disd200.c640 if (bcs.Signature != cpu_to_le32(US_BULK_CS_SIGN) || in isd200_Bulk_transport()