Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/storage/
Dene_ub6250.c690 bcb->Signature = cpu_to_le32(US_BULK_CB_SIGN); in sd_scsi_read()
730 bcb->Signature = cpu_to_le32(US_BULK_CB_SIGN); in sd_scsi_write()
874 bcb->Signature = cpu_to_le32(US_BULK_CB_SIGN); in ms_read_readpage()
893 bcb->Signature = cpu_to_le32(US_BULK_CB_SIGN); in ms_read_readpage()
1151 bcb->Signature = cpu_to_le32(US_BULK_CB_SIGN); in ms_read_copyblock()
1186 bcb->Signature = cpu_to_le32(US_BULK_CB_SIGN); in ms_read_eraseblock()
1265 bcb->Signature = cpu_to_le32(US_BULK_CB_SIGN); in ms_lib_overwrite_extra()
1347 bcb->Signature = cpu_to_le32(US_BULK_CB_SIGN); in ms_lib_read_extra()
1549 bcb->Signature = cpu_to_le32(US_BULK_CB_SIGN); in ms_lib_read_extrablock()
1666 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.c224 bcb->Signature = cpu_to_le32(US_BULK_CB_SIGN); in rts51x_bulk_transport()
310 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.4.14/include/linux/usb/
Dstorage.h64 #define US_BULK_CB_SIGN 0x43425355 /*spells out USBC */ macro
/linux-4.4.14/drivers/usb/gadget/legacy/
Dtcm_usb_gadget.c1203 if (cbw->Signature != cpu_to_le32(US_BULK_CB_SIGN)) { in bot_submit_command()
/linux-4.4.14/drivers/usb/gadget/function/
Df_mass_storage.c2121 US_BULK_CB_SIGN)) { in received_cbw()