Searched refs:controlInterfaceHandle (Results 1 – 6 of 6) sorted by relevance
478 audioHandle->controlInterfaceHandle = interface; in USB_DeviceAudioControlEndpointsInit()523 if (NULL == audioHandle->controlInterfaceHandle) in USB_DeviceAudioControlEndpointsDeinit()528 for (count = 0U; count < audioHandle->controlInterfaceHandle->endpointList.count; count++) in USB_DeviceAudioControlEndpointsDeinit()531 …audioHandle->handle, audioHandle->controlInterfaceHandle->endpointList.endpoint[count].endpointAdd… in USB_DeviceAudioControlEndpointsDeinit()533 audioHandle->controlInterfaceHandle = NULL; in USB_DeviceAudioControlEndpointsDeinit()1627 …entity_list = (usb_device_audio_entities_struct_t *)audioHandle->controlInterfaceHandle->classSpec… in USB_DeviceAudioSetRequestInterface()1686 …entity_list = (usb_device_audio_entities_struct_t *)audioHandle->controlInterfaceHandle->classSpec… in USB_DeviceAudioGetRequestInterface()1788 audioHandle->controlInterfaceHandle = NULL; in USB_DeviceAudioEvent()1848 if (NULL != audioHandle->controlInterfaceHandle) in USB_DeviceAudioEvent()1850 … for (count = 0U; count < audioHandle->controlInterfaceHandle->endpointList.count; count++) in USB_DeviceAudioEvent()[all …]
430 videoHandle->controlInterfaceHandle = interface; in USB_DeviceVideoControlEndpointsInit()473 if (NULL == videoHandle->controlInterfaceHandle) in USB_DeviceVideoControlEndpointsDeinit()478 …for (uint32_t count = 0U; count < videoHandle->controlInterfaceHandle->endpointList.count; count++) in USB_DeviceVideoControlEndpointsDeinit()481 …videoHandle->handle, videoHandle->controlInterfaceHandle->endpointList.endpoint[count].endpointAdd… in USB_DeviceVideoControlEndpointsDeinit()483 videoHandle->controlInterfaceHandle = NULL; in USB_DeviceVideoControlEndpointsDeinit()715 if (NULL == videoHandle->controlInterfaceHandle) in USB_DeviceVideoVcRequest()721 …entity_list = (usb_device_video_entities_struct_t *)videoHandle->controlInterfaceHandle->classSpec… in USB_DeviceVideoVcRequest()1163 videoHandle->controlInterfaceHandle = NULL; in USB_DeviceVideoEvent()1237 if (NULL != videoHandle->controlInterfaceHandle) in USB_DeviceVideoEvent()1239 …for (uint32_t count = 0U; count < videoHandle->controlInterfaceHandle->endpointList.count; count++) in USB_DeviceVideoEvent()[all …]
556 usb_device_interface_struct_t *controlInterfaceHandle; /*!< Current control interface handle */ member
880 usb_device_interface_struct_t *controlInterfaceHandle; /*!< Current control interface handle */ member
391 …atus = USB_HostOpenDeviceInterface(cdcInstance->deviceHandle, cdcInstance->controlInterfaceHandle); in USB_HostCdcOpenControlInterface()397 interfaceHandle = (usb_host_interface_t *)cdcInstance->controlInterfaceHandle; in USB_HostCdcOpenControlInterface()483 control_ptr->controlInterfaceHandle = NULL; in USB_HostCdcInit()531 cdcInstance->controlInterfaceHandle = interfaceHandle; in USB_HostCdcSetControlInterface()571 … ((usb_host_interface_t *)cdcInstance->controlInterfaceHandle)->interfaceDesc->bInterfaceNumber); in USB_HostCdcSetControlInterface()769 (void)USB_HostCloseDeviceInterface(deviceHandle, cdcInstance->controlInterfaceHandle); in USB_HostCdcDeinit()1097 … ((usb_host_interface_t *)cdcInstance->controlInterfaceHandle)->interfaceDesc->bInterfaceNumber); in USB_HostCdcControl()1279 interface_handle = (usb_host_interface_t *)cdcInstance->controlInterfaceHandle; in USB_HostCdcGetAcmDescriptor()1344 …t_interface_t *ifPointer = (usb_host_interface_t *)cdcInstance->controlInterfaceHandle; in USB_HostCdcGetEcmDescriptor()
236 …usb_host_interface_handle controlInterfaceHandle; /*!< The handle of the CDC device control … member