Searched refs:configurationStruct (Results 1 – 3 of 3) sorted by relevance
352 if (mscHandle->configurationStruct->classCallback != NULL) in USB_DeviceMscUfiRequestSenseCommand()357 if (kStatus_USB_Success != mscHandle->configurationStruct->classCallback( in USB_DeviceMscUfiRequestSenseCommand()363 …(void)mscHandle->configurationStruct->classCallback((class_handle_t)mscHandle, kUSB_DeviceMscEvent… in USB_DeviceMscUfiRequestSenseCommand()399 if (mscHandle->configurationStruct->classCallback != NULL) in USB_DeviceMscUfiInquiryCommand()404 if (kStatus_USB_Success != mscHandle->configurationStruct->classCallback( in USB_DeviceMscUfiInquiryCommand()410 …(void)mscHandle->configurationStruct->classCallback((class_handle_t)mscHandle, kUSB_DeviceMscEvent… in USB_DeviceMscUfiInquiryCommand()554 if (mscHandle->configurationStruct->classCallback != NULL) in USB_DeviceMscUfiTestUnitReadyCommand()559 if (kStatus_USB_Success != mscHandle->configurationStruct->classCallback( in USB_DeviceMscUfiTestUnitReadyCommand()565 …(void)mscHandle->configurationStruct->classCallback((class_handle_t)mscHandle, kUSB_DeviceMscEvent… in USB_DeviceMscUfiTestUnitReadyCommand()620 if (mscHandle->configurationStruct->classCallback != NULL) in USB_DeviceMscUfiModeSenseCommand()[all …]
228 handle->configurationStruct = (usb_device_class_config_struct_t *)NULL; in USB_DeviceMscFreeHandle()346 … if ((0U != mscHandle->dataInFlag) && (mscHandle->configurationStruct->classCallback != NULL) && in USB_DeviceMscBulkIn()359 …if (kStatus_USB_Success != mscHandle->configurationStruct->classCallback((class_handle_t)mscHandle, in USB_DeviceMscBulkIn()366 (void)mscHandle->configurationStruct->classCallback((class_handle_t)mscHandle, in USB_DeviceMscBulkIn()419 if ((mscHandle->configurationStruct->classCallback != NULL)) in USB_DeviceMscBulkIn()435 mscHandle->configurationStruct->classCallback((class_handle_t)mscHandle, in USB_DeviceMscBulkIn()441 (void)mscHandle->configurationStruct->classCallback((class_handle_t)mscHandle, in USB_DeviceMscBulkIn()519 … if ((0U != mscHandle->dataOutFlag) && (mscHandle->configurationStruct->classCallback != NULL) && in USB_DeviceMscBulkOut()532 …if (kStatus_USB_Success != mscHandle->configurationStruct->classCallback((class_handle_t)mscHandle, in USB_DeviceMscBulkOut()539 (void)mscHandle->configurationStruct->classCallback((class_handle_t)mscHandle, in USB_DeviceMscBulkOut()[all …]
194 usb_device_class_config_struct_t *configurationStruct; /*!< The configuration of the class*/ member