Searched refs:interfaces (Results 1 – 13 of 13) sorted by relevance
285 if ((USB_DEVICE_VIDEO_CC_VIDEO == interfaceList->interfaces[count].classCode) && in USB_DeviceVideoStreamEndpointsInit()286 (USB_DEVICE_VIDEO_SC_VIDEOSTREAMING == interfaceList->interfaces[count].subclassCode)) in USB_DeviceVideoStreamEndpointsInit()288 for (uint32_t index = 0U; index < interfaceList->interfaces[count].count; index++) in USB_DeviceVideoStreamEndpointsInit()290 …if (interfaceList->interfaces[count].interface[index].alternateSetting == videoHandle->streamAlter… in USB_DeviceVideoStreamEndpointsInit()292 interface = &interfaceList->interfaces[count].interface[index]; in USB_DeviceVideoStreamEndpointsInit()296 videoHandle->streamInterfaceNumber = interfaceList->interfaces[count].interfaceNumber; in USB_DeviceVideoStreamEndpointsInit()409 if ((USB_DEVICE_VIDEO_CC_VIDEO == interfaceList->interfaces[count].classCode) && in USB_DeviceVideoControlEndpointsInit()410 (USB_DEVICE_VIDEO_SC_VIDEOCONTROL == interfaceList->interfaces[count].subclassCode)) in USB_DeviceVideoControlEndpointsInit()412 for (uint32_t index = 0U; index < interfaceList->interfaces[count].count; index++) in USB_DeviceVideoControlEndpointsInit()414 …if (interfaceList->interfaces[count].interface[index].alternateSetting == videoHandle->controlAlte… in USB_DeviceVideoControlEndpointsInit()[all …]
219 if (USB_DEVICE_CONFIG_CDC_COMM_CLASS_CODE == interfaceList->interfaces[count].classCode) in USB_DeviceCdcAcmEndpointsInit()221 for (index = 0U; index < interfaceList->interfaces[count].count; index++) in USB_DeviceCdcAcmEndpointsInit()223 … if (interfaceList->interfaces[count].interface[index].alternateSetting == cdcAcmHandle->alternate) in USB_DeviceCdcAcmEndpointsInit()225 interface = &interfaceList->interfaces[count].interface[index]; in USB_DeviceCdcAcmEndpointsInit()229 cdcAcmHandle->interfaceNumber = interfaceList->interfaces[count].interfaceNumber; in USB_DeviceCdcAcmEndpointsInit()270 if (USB_DEVICE_CONFIG_CDC_DATA_CLASS_CODE == interfaceList->interfaces[count].classCode) in USB_DeviceCdcAcmEndpointsInit()272 for (index = 0U; index < interfaceList->interfaces[count].count; index++) in USB_DeviceCdcAcmEndpointsInit()274 … if (interfaceList->interfaces[count].interface[index].alternateSetting == cdcAcmHandle->alternate) in USB_DeviceCdcAcmEndpointsInit()276 interface = &interfaceList->interfaces[count].interface[index]; in USB_DeviceCdcAcmEndpointsInit()
305 if ((USB_DEVICE_CONFIG_AUDIO_CLASS_CODE == interfaceList->interfaces[count].classCode) && in USB_DeviceAudioStreamEndpointsInit()306 (USB_DEVICE_AUDIO_STREAM_SUBCLASS == interfaceList->interfaces[count].subclassCode)) in USB_DeviceAudioStreamEndpointsInit()308 for (index = 0; index < interfaceList->interfaces[count].count; index++) in USB_DeviceAudioStreamEndpointsInit()310 …if (interfaceList->interfaces[count].interface[index].alternateSetting == audioHandle->streamAlter… in USB_DeviceAudioStreamEndpointsInit()312 interface = &interfaceList->interfaces[count].interface[index]; in USB_DeviceAudioStreamEndpointsInit()316 audioHandle->streamInterfaceNumber = interfaceList->interfaces[count].interfaceNumber; in USB_DeviceAudioStreamEndpointsInit()458 if ((USB_DEVICE_CONFIG_AUDIO_CLASS_CODE == interfaceList->interfaces[count].classCode) && in USB_DeviceAudioControlEndpointsInit()459 (USB_DEVICE_AUDIO_CONTROL_SUBCLASS == interfaceList->interfaces[count].subclassCode)) in USB_DeviceAudioControlEndpointsInit()461 for (index = 0U; index < interfaceList->interfaces[count].count; index++) in USB_DeviceAudioControlEndpointsInit()463 …if (interfaceList->interfaces[count].interface[index].alternateSetting == audioHandle->controlAlte… in USB_DeviceAudioControlEndpointsInit()[all …]
173 …if (USB_DEVICE_CONFIG_PRINTER_CLASS_CODE == configInterfaceList->interfaces[interfaceIndex].classC… in USB_DevicePrinterEndpointsInit()176 for (index = 0; index < configInterfaceList->interfaces[interfaceIndex].count; ++index) in USB_DevicePrinterEndpointsInit()178 … if (configInterfaceList->interfaces[interfaceIndex].interface[index].alternateSetting == in USB_DevicePrinterEndpointsInit()181 interface = &(configInterfaceList->interfaces[interfaceIndex].interface[index]); in USB_DevicePrinterEndpointsInit()185 … printerHandle->interfaceNumber = configInterfaceList->interfaces[interfaceIndex].interfaceNumber; in USB_DevicePrinterEndpointsInit()
589 if ((USB_DEVICE_CCID_CLASS_CODE == interfaceList->interfaces[count].classCode) && in USB_DeviceCcidEndpointsInit()590 (USB_DEVICE_CCID_SUBCLASS_CODE == interfaceList->interfaces[count].subclassCode) && in USB_DeviceCcidEndpointsInit()591 (USB_DEVICE_CCID_PROTOCOL_CODE == interfaceList->interfaces[count].protocolCode)) in USB_DeviceCcidEndpointsInit()593 for (uint32_t index = 0U; index < interfaceList->interfaces[count].count; index++) in USB_DeviceCcidEndpointsInit()595 … if (interfaceList->interfaces[count].interface[index].alternateSetting == ccidHandle->alternate) in USB_DeviceCcidEndpointsInit()597 interface = &interfaceList->interfaces[count].interface[index]; in USB_DeviceCcidEndpointsInit()601 ccidHandle->interfaceNumber = interfaceList->interfaces[count].interfaceNumber; in USB_DeviceCcidEndpointsInit()
208 if (USB_DEVICE_CONFIG_HID_CLASS_CODE == interfaceList->interfaces[count].classCode) in USB_DeviceHidEndpointsInit()210 for (index = 0U; index < interfaceList->interfaces[count].count; index++) in USB_DeviceHidEndpointsInit()212 … if (interfaceList->interfaces[count].interface[index].alternateSetting == hidHandle->alternate) in USB_DeviceHidEndpointsInit()214 interface = &interfaceList->interfaces[count].interface[index]; in USB_DeviceHidEndpointsInit()218 hidHandle->interfaceNumber = interfaceList->interfaces[count].interfaceNumber; in USB_DeviceHidEndpointsInit()
242 if (USB_DEVICE_CONFIG_PHDC_CLASS_CODE == interfaceList->interfaces[count].classCode) in USB_DevicePhdcEndpointsInit()244 for (uint32_t index = 0U; index < interfaceList->interfaces[count].count; index++) in USB_DevicePhdcEndpointsInit()246 … if (interfaceList->interfaces[count].interface[index].alternateSetting == phdcHandle->alternate) in USB_DevicePhdcEndpointsInit()248 interface = &interfaceList->interfaces[count].interface[index]; in USB_DevicePhdcEndpointsInit()252 phdcHandle->interfaceNumber = interfaceList->interfaces[count].interfaceNumber; in USB_DevicePhdcEndpointsInit()
794 if (USB_DEVICE_CONFIG_MSC_CLASS_CODE == interfaceList->interfaces[count].classCode) in USB_DeviceMscEndpointsInit()796 for (index = 0; index < interfaceList->interfaces[count].count; index++) in USB_DeviceMscEndpointsInit()798 … if (interfaceList->interfaces[count].interface[index].alternateSetting == mscHandle->alternate) in USB_DeviceMscEndpointsInit()800 interface = &interfaceList->interfaces[count].interface[index]; in USB_DeviceMscEndpointsInit()804 mscHandle->interfaceNumber = interfaceList->interfaces[count].interfaceNumber; in USB_DeviceMscEndpointsInit()
114 usb_device_interfaces_struct_t *interfaces; /*!< All interfaces*/ member
14 * the radio interfaces by communicating with the firmware images that
152 - Changed audio codec interfaces.
45 separable from, or merely link (or bind by name) to the interfaces of,
109 - eRPC, erpcgen: Changed api to count with more interfaces, GitHub PR #304.