Searched refs:MS_CB_PR (Results 1 – 3 of 3) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/ |
| H A D | drvMassStor.c | 103 {GET_INTERFACE_INFO (USB_CLASS_STORAGE, MS_RBC_SC, MS_CB_PR) }, 104 {GET_INTERFACE_INFO (USB_CLASS_STORAGE, MS_ATAPI_SC,MS_CB_PR) }, 105 {GET_INTERFACE_INFO (USB_CLASS_STORAGE, MS_QIC_SC, MS_CB_PR) }, 106 {GET_INTERFACE_INFO (USB_CLASS_STORAGE, MS_UFI_SC, MS_CB_PR) }, 107 {GET_INTERFACE_INFO (USB_CLASS_STORAGE, MS_SFF_SC,MS_CB_PR) }, 108 {GET_INTERFACE_INFO (USB_CLASS_STORAGE, MS_SCSI_SC,MS_CB_PR) }, 121 {GET_INTERFACE_INFO (USB_CLASS_STORAGE, 0xFF, MS_CB_PR) }, 127 { 0,0, MS_RBC_SC, MS_CB_PR,0,0 }, 128 { 0,0, MS_ATAPI_SC, MS_CB_PR,0,0 }, 129 { 0,0, MS_QIC_SC, MS_CB_PR,0,0 }, [all …]
|
| H A D | drvBulktran.c | 628 if (pUsdata->protocol == MS_CB_PR) in ms_usb_invoke_transport() 712 …if ((pUsdata->protocol == MS_CB_PR) && (regval == TRANSPORT_GOOD) && ((scsi_request_block->sense_b… in ms_usb_invoke_transport()
|
| H A D | drvBulktran.h | 100 #define MS_CB_PR 0x01 /* CB */ macro
|