Home
last modified time | relevance | path

Searched refs:US_BULK_CB_SIGN (Results 1 – 7 of 7) sorted by relevance

/linux-4.1.27/drivers/usb/storage/
Dene_ub6250.c687 bcb->Signature = cpu_to_le32(US_BULK_CB_SIGN); in sd_scsi_read()
727 bcb->Signature = cpu_to_le32(US_BULK_CB_SIGN); in sd_scsi_write()
871 bcb->Signature = cpu_to_le32(US_BULK_CB_SIGN); in ms_read_readpage()
890 bcb->Signature = cpu_to_le32(US_BULK_CB_SIGN); in ms_read_readpage()
1148 bcb->Signature = cpu_to_le32(US_BULK_CB_SIGN); in ms_read_copyblock()
1183 bcb->Signature = cpu_to_le32(US_BULK_CB_SIGN); in ms_read_eraseblock()
1262 bcb->Signature = cpu_to_le32(US_BULK_CB_SIGN); in ms_lib_overwrite_extra()
1344 bcb->Signature = cpu_to_le32(US_BULK_CB_SIGN); in ms_lib_read_extra()
1546 bcb->Signature = cpu_to_le32(US_BULK_CB_SIGN); in ms_lib_read_extrablock()
1663 bcb->Signature = cpu_to_le32(US_BULK_CB_SIGN); in ms_scsi_read()
[all …]
Dinitializers.c72 bcb->Signature = cpu_to_le32(US_BULK_CB_SIGN); in usb_stor_ucr61s2b_init()
Drealtek_cr.c221 bcb->Signature = cpu_to_le32(US_BULK_CB_SIGN); in rts51x_bulk_transport()
307 bcb->Signature = cpu_to_le32(US_BULK_CB_SIGN); in rts51x_bulk_transport_special()
Dtransport.c1081 bcb->Signature = cpu_to_le32(US_BULK_CB_SIGN); in usb_stor_Bulk_transport()
/linux-4.1.27/include/linux/usb/
Dstorage.h64 #define US_BULK_CB_SIGN 0x43425355 /*spells out USBC */ macro
/linux-4.1.27/drivers/usb/gadget/legacy/
Dtcm_usb_gadget.c1208 if (cbw->Signature != cpu_to_le32(US_BULK_CB_SIGN)) { in bot_submit_command()
/linux-4.1.27/drivers/usb/gadget/function/
Df_mass_storage.c2121 US_BULK_CB_SIGN)) { in received_cbw()