Home
last modified time | relevance | path

Searched refs:configStruct (Results 1 – 14 of 14) sorted by relevance

/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/output/source/device/class/
Dusb_device_audio.c139 handle->configStruct = (usb_device_class_config_struct_t *)NULL; in USB_DeviceAudioFreeHandle()
175 if ((NULL != audioHandle->configStruct) && (NULL != audioHandle->configStruct->classCallback)) in USB_DeviceAudioInterruptIn()
180 error = audioHandle->configStruct->classCallback((class_handle_t)audioHandle, in USB_DeviceAudioInterruptIn()
214 if ((NULL != audioHandle->configStruct) && (NULL != audioHandle->configStruct->classCallback)) in USB_DeviceAudioIsochronousIn()
219 status = audioHandle->configStruct->classCallback((class_handle_t)audioHandle, in USB_DeviceAudioIsochronousIn()
254 if ((NULL != audioHandle->configStruct) && (NULL != audioHandle->configStruct->classCallback)) in USB_DeviceAudioIsochronousOut()
258 status = audioHandle->configStruct->classCallback((class_handle_t)audioHandle, in USB_DeviceAudioIsochronousOut()
289 if (audioHandle->configuration > audioHandle->configStruct->classInfomation->configurations) in USB_DeviceAudioStreamEndpointsInit()
294 if (NULL == audioHandle->configStruct->classInfomation->interfaceList) in USB_DeviceAudioStreamEndpointsInit()
300 …interfaceList = &audioHandle->configStruct->classInfomation->interfaceList[audioHandle->configurat… in USB_DeviceAudioStreamEndpointsInit()
[all …]
Dusb_device_video.c120 handle->configStruct = (usb_device_class_config_struct_t *)NULL; in USB_DeviceVideoFreeHandle()
156 if ((NULL != videoHandle->configStruct) && (NULL != videoHandle->configStruct->classCallback)) in USB_DeviceVideoControlIn()
161 error = videoHandle->configStruct->classCallback((class_handle_t)videoHandle, in USB_DeviceVideoControlIn()
196 if ((NULL != videoHandle->configStruct) && (NULL != videoHandle->configStruct->classCallback)) in USB_DeviceVideoStreamIn()
201 error = videoHandle->configStruct->classCallback((class_handle_t)videoHandle, in USB_DeviceVideoStreamIn()
236 if ((NULL != videoHandle->configStruct) && (NULL != videoHandle->configStruct->classCallback)) in USB_DeviceVideoStreamOut()
241 error = videoHandle->configStruct->classCallback((class_handle_t)videoHandle, in USB_DeviceVideoStreamOut()
270 if (videoHandle->configuration > videoHandle->configStruct->classInfomation->configurations) in USB_DeviceVideoStreamEndpointsInit()
276 if (NULL == videoHandle->configStruct->classInfomation->interfaceList) in USB_DeviceVideoStreamEndpointsInit()
280 …interfaceList = &videoHandle->configStruct->classInfomation->interfaceList[videoHandle->configurat… in USB_DeviceVideoStreamEndpointsInit()
[all …]
Dusb_device_ccid.c92 handle->configStruct = (usb_device_class_config_struct_t *)NULL; in USB_DeviceCcidFreeHandle()
217 if (NULL != ccidHandle->configStruct->classCallback) in USB_DeviceCcidInterruptIn()
223 … if (kStatus_USB_Success != ccidHandle->configStruct->classCallback((class_handle_t)ccidHandle, in USB_DeviceCcidInterruptIn()
230 (void)ccidHandle->configStruct->classCallback((class_handle_t)ccidHandle, in USB_DeviceCcidInterruptIn()
237 if (NULL != ccidHandle->configStruct->classCallback) in USB_DeviceCcidInterruptIn()
243 … if (kStatus_USB_Success != ccidHandle->configStruct->classCallback((class_handle_t)ccidHandle, in USB_DeviceCcidInterruptIn()
250 (void)ccidHandle->configStruct->classCallback((class_handle_t)ccidHandle, in USB_DeviceCcidInterruptIn()
325 if (NULL != ccidHandle->configStruct->classCallback) in USB_DeviceCcidBulkIn()
331 … if (kStatus_USB_Success != ccidHandle->configStruct->classCallback((class_handle_t)ccidHandle, in USB_DeviceCcidBulkIn()
338 …(void)ccidHandle->configStruct->classCallback((class_handle_t)ccidHandle, kUSB_DeviceCcidEventResp… in USB_DeviceCcidBulkIn()
[all …]
Dusb_device_cdc_acm.c76 handle->configStruct = NULL; in USB_DeviceCdcAcmFreeHandle()
106 if ((NULL != cdcAcmHandle->configStruct) && (NULL != cdcAcmHandle->configStruct->classCallback)) in USB_DeviceCdcAcmInterruptIn()
110 error = cdcAcmHandle->configStruct->classCallback((class_handle_t)cdcAcmHandle, in USB_DeviceCdcAcmInterruptIn()
141 if ((NULL != cdcAcmHandle->configStruct) && (NULL != cdcAcmHandle->configStruct->classCallback)) in USB_DeviceCdcAcmBulkIn()
145 status = cdcAcmHandle->configStruct->classCallback((class_handle_t)cdcAcmHandle, in USB_DeviceCdcAcmBulkIn()
176 if ((NULL != cdcAcmHandle->configStruct) && (NULL != cdcAcmHandle->configStruct->classCallback)) in USB_DeviceCdcAcmBulkOut()
180 status = cdcAcmHandle->configStruct->classCallback((class_handle_t)cdcAcmHandle, in USB_DeviceCdcAcmBulkOut()
210 (cdcAcmHandle->configuration > cdcAcmHandle->configStruct->classInfomation->configurations)) in USB_DeviceCdcAcmEndpointsInit()
215 …interfaceList = &cdcAcmHandle->configStruct->classInfomation->interfaceList[cdcAcmHandle->configur… in USB_DeviceCdcAcmEndpointsInit()
399 if (NULL == cdcAcmHandle->configStruct) in USB_DeviceCdcAcmEvent()
[all …]
Dusb_device_hid.c85 handle->configStruct = (usb_device_class_config_struct_t *)NULL; in USB_DeviceHidFreeHandle()
119 if ((NULL != hidHandle->configStruct) && (NULL != hidHandle->configStruct->classCallback)) in USB_DeviceHidInterruptIn()
124 …hidHandle->configStruct->classCallback((class_handle_t)hidHandle, kUSB_DeviceHidEventSendResponse,… in USB_DeviceHidInterruptIn()
158 if ((NULL != hidHandle->configStruct) && (NULL != hidHandle->configStruct->classCallback)) in USB_DeviceHidInterruptOut()
163 …hidHandle->configStruct->classCallback((class_handle_t)hidHandle, kUSB_DeviceHidEventRecvResponse,… in USB_DeviceHidInterruptOut()
193 if (hidHandle->configuration > hidHandle->configStruct->classInfomation->configurations) in USB_DeviceHidEndpointsInit()
199 if (NULL == hidHandle->configStruct->classInfomation->interfaceList) in USB_DeviceHidEndpointsInit()
203 …interfaceList = &hidHandle->configStruct->classInfomation->interfaceList[hidHandle->configuration … in USB_DeviceHidEndpointsInit()
341 if (NULL == hidHandle->configStruct) in USB_DeviceHidEvent()
365 if (NULL == hidHandle->configStruct) in USB_DeviceHidEvent()
[all …]
Dusb_device_phdc.c89 handle->configStruct = (usb_device_class_config_struct_t *)NULL; in USB_DevicePhdcFreeHandle()
124 if ((NULL != phdcHandle->configStruct) && (NULL != phdcHandle->configStruct->classCallback)) in USB_DevicePhdcBulkInCallback()
128 status = phdcHandle->configStruct->classCallback((class_handle_t)phdcHandle, in USB_DevicePhdcBulkInCallback()
164 if ((NULL != phdcHandle->configStruct) && (NULL != phdcHandle->configStruct->classCallback)) in USB_DevicePhdcBulkOutCallback()
168 …status = phdcHandle->configStruct->classCallback((class_handle_t)phdcHandle, kUSB_DevicePhdcEventD… in USB_DevicePhdcBulkOutCallback()
204 if ((NULL != phdcHandle->configStruct) && (NULL != phdcHandle->configStruct->classCallback)) in USB_DevicePhdcInterruptInCallback()
208 status = phdcHandle->configStruct->classCallback((class_handle_t)phdcHandle, in USB_DevicePhdcInterruptInCallback()
234 if (phdcHandle->configuration > phdcHandle->configStruct->classInfomation->configurations) in USB_DevicePhdcEndpointsInit()
239 …interfaceList = &phdcHandle->configStruct->classInfomation->interfaceList[phdcHandle->configuratio… in USB_DevicePhdcEndpointsInit()
368 if (NULL == phdcHandle->configStruct) in USB_DevicePhdcEvent()
[all …]
Dusb_device_dfu.c77 handle->configStruct = (usb_device_class_config_struct_t *)NULL; in USB_DeviceDfuFreeHandle()
194 …error = dfuHandle->configStruct->classCallback((class_handle_t)dfuHandle, dfuRequest, controlReque… in USB_DeviceDfuEvent()
242 dfuHandle->configStruct = config; in USB_DeviceDfuInit()
Dusb_device_dfu.h50 usb_device_class_config_struct_t *configStruct; /*!< The configuration of the class. */ member
Dusb_device_phdc.h54 usb_device_class_config_struct_t *configStruct; /*!< The configuration of the class. */ member
Dusb_device_hid.h92 usb_device_class_config_struct_t *configStruct; /*!< The configuration of the class. */ member
Dusb_device_cdc_acm.h143 usb_device_class_config_struct_t *configStruct; /*!< The class configure structure. */ member
Dusb_device_audio.h555 usb_device_class_config_struct_t *configStruct; /*!< The configuration of the class. */ member
Dusb_device_video.h879 usb_device_class_config_struct_t *configStruct; /*!< The configuration of the class. */ member
Dusb_device_ccid.h965 usb_device_class_config_struct_t *configStruct; /*!< The configuration of the class. */ member