Home
last modified time | relevance | path

Searched refs:streamInterfaceHandle (Results 1 – 4 of 4) sorted by relevance

/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/output/source/device/class/
Dusb_device_audio.c325 audioHandle->streamInterfaceHandle = interface; in USB_DeviceAudioStreamEndpointsInit()
371 if (NULL == audioHandle->streamInterfaceHandle) in USB_DeviceAudioStreamEndpointsDeinit()
376 for (count = 0U; count < audioHandle->streamInterfaceHandle->endpointList.count; count++) in USB_DeviceAudioStreamEndpointsDeinit()
379 …audioHandle->handle, audioHandle->streamInterfaceHandle->endpointList.endpoint[count].endpointAddr… in USB_DeviceAudioStreamEndpointsDeinit()
382 for (count = 0U; count < audioHandle->streamInterfaceHandle->endpointList.count; count++) in USB_DeviceAudioStreamEndpointsDeinit()
384 if ((audioHandle->streamInterfaceHandle->endpointList.endpoint[count].endpointAddress & in USB_DeviceAudioStreamEndpointsDeinit()
413 audioHandle->streamInterfaceHandle = NULL; in USB_DeviceAudioStreamEndpointsDeinit()
1789 audioHandle->streamInterfaceHandle = NULL; in USB_DeviceAudioEvent()
1859 if (NULL != audioHandle->streamInterfaceHandle) in USB_DeviceAudioEvent()
1861 … for (count = 0U; count < audioHandle->streamInterfaceHandle->endpointList.count; count++) in USB_DeviceAudioEvent()
[all …]
Dusb_device_video.c307 videoHandle->streamInterfaceHandle = interface; in USB_DeviceVideoStreamEndpointsInit()
358 if (NULL == videoHandle->streamInterfaceHandle) in USB_DeviceVideoStreamEndpointsDeinit()
363 … for (uint32_t count = 0U; count < videoHandle->streamInterfaceHandle->endpointList.count; count++) in USB_DeviceVideoStreamEndpointsDeinit()
366 …videoHandle->handle, videoHandle->streamInterfaceHandle->endpointList.endpoint[count].endpointAddr… in USB_DeviceVideoStreamEndpointsDeinit()
368 videoHandle->streamInterfaceHandle = NULL; in USB_DeviceVideoStreamEndpointsDeinit()
1164 videoHandle->streamInterfaceHandle = NULL; in USB_DeviceVideoEvent()
1248 if (NULL != videoHandle->streamInterfaceHandle) in USB_DeviceVideoEvent()
1250 … for (uint32_t count = 0U; count < videoHandle->streamInterfaceHandle->endpointList.count; count++) in USB_DeviceVideoEvent()
1252 … if (*temp8 == videoHandle->streamInterfaceHandle->endpointList.endpoint[count].endpointAddress) in USB_DeviceVideoEvent()
1278 if (NULL != videoHandle->streamInterfaceHandle) in USB_DeviceVideoEvent()
[all …]
Dusb_device_audio.h557 usb_device_interface_struct_t *streamInterfaceHandle; /*!< Current stream interface handle */ member
Dusb_device_video.h881 usb_device_interface_struct_t *streamInterfaceHandle; /*!< Current stream interface handle */ member