Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/storage/
H A Dene_ub6250.c698 bcb->Signature = cpu_to_le32(US_BULK_CB_SIGN); in sd_scsi_read()
738 bcb->Signature = cpu_to_le32(US_BULK_CB_SIGN); in sd_scsi_write()
884 bcb->Signature = cpu_to_le32(US_BULK_CB_SIGN); in ms_read_readpage()
903 bcb->Signature = cpu_to_le32(US_BULK_CB_SIGN); in ms_read_readpage()
1163 bcb->Signature = cpu_to_le32(US_BULK_CB_SIGN); in ms_read_copyblock()
1196 bcb->Signature = cpu_to_le32(US_BULK_CB_SIGN); in ms_read_eraseblock()
1273 bcb->Signature = cpu_to_le32(US_BULK_CB_SIGN); in ms_lib_overwrite_extra()
1355 bcb->Signature = cpu_to_le32(US_BULK_CB_SIGN); in ms_lib_read_extra()
1539 bcb->Signature = cpu_to_le32(US_BULK_CB_SIGN); in ms_lib_read_extrablock()
1658 bcb->Signature = cpu_to_le32(US_BULK_CB_SIGN); in ms_scsi_read()
[all …]
H A Dinitializers.c61 bcb->Signature = cpu_to_le32(US_BULK_CB_SIGN); in usb_stor_ucr61s2b_init()
H A 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()
H A Dtransport.c1128 bcb->Signature = cpu_to_le32(US_BULK_CB_SIGN); in usb_stor_Bulk_transport()
/OK3568_Linux_fs/kernel/include/linux/usb/
H A Dstorage.h65 #define US_BULK_CB_SIGN 0x43425355 /* spells out 'USBC' */ macro
/OK3568_Linux_fs/kernel/drivers/usb/gadget/function/
H A Df_tcm.c1214 if (cbw->Signature != cpu_to_le32(US_BULK_CB_SIGN)) { in bot_submit_command()
H A Df_mass_storage.c2136 US_BULK_CB_SIGN)) { in received_cbw()