Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/usb/storage/
Dene_ub6250.c701 bcb->Signature = cpu_to_le32(US_BULK_CB_SIGN); in sd_scsi_read()
741 bcb->Signature = cpu_to_le32(US_BULK_CB_SIGN); in sd_scsi_write()
887 bcb->Signature = cpu_to_le32(US_BULK_CB_SIGN); in ms_read_readpage()
906 bcb->Signature = cpu_to_le32(US_BULK_CB_SIGN); in ms_read_readpage()
1166 bcb->Signature = cpu_to_le32(US_BULK_CB_SIGN); in ms_read_copyblock()
1199 bcb->Signature = cpu_to_le32(US_BULK_CB_SIGN); in ms_read_eraseblock()
1276 bcb->Signature = cpu_to_le32(US_BULK_CB_SIGN); in ms_lib_overwrite_extra()
1358 bcb->Signature = cpu_to_le32(US_BULK_CB_SIGN); in ms_lib_read_extra()
1542 bcb->Signature = cpu_to_le32(US_BULK_CB_SIGN); in ms_lib_read_extrablock()
1661 bcb->Signature = cpu_to_le32(US_BULK_CB_SIGN); in ms_scsi_read()
[all …]
Dinitializers.c61 bcb->Signature = cpu_to_le32(US_BULK_CB_SIGN); in usb_stor_ucr61s2b_init()
Drealtek_cr.c213 bcb->Signature = cpu_to_le32(US_BULK_CB_SIGN); in rts51x_bulk_transport()
302 bcb->Signature = cpu_to_le32(US_BULK_CB_SIGN); in rts51x_bulk_transport_special()
Dtransport.c1121 bcb->Signature = cpu_to_le32(US_BULK_CB_SIGN); in usb_stor_Bulk_transport()
/Linux-v5.4/include/linux/usb/
Dstorage.h65 #define US_BULK_CB_SIGN 0x43425355 /* spells out 'USBC' */ macro
/Linux-v5.4/drivers/usb/gadget/function/
Df_tcm.c1208 if (cbw->Signature != cpu_to_le32(US_BULK_CB_SIGN)) { in bot_submit_command()
Df_mass_storage.c2089 US_BULK_CB_SIGN)) { in received_cbw()