Home
last modified time | relevance | path

Searched refs:interfaces (Results 1 – 13 of 13) sorted by relevance

/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/output/source/device/class/
Dusb_device_video.c285 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 …]
Dusb_device_cdc_acm.c219 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()
Dusb_device_audio.c305 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 …]
Dusb_device_printer.c173 …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()
Dusb_device_ccid.c589 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()
Dusb_device_hid.c208 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()
Dusb_device_phdc.c242 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()
Dusb_device_msc.c794 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()
Dusb_device_class.h114 usb_device_interfaces_struct_t *interfaces; /*!< All interfaces*/ member
/hal_nxp-latest/mcux/middleware/wifi_nxp/
DREADME.txt14 * the radio interfaces by communicating with the firmware images that
/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/
DChangeLogKSDK.txt152 - Changed audio codec interfaces.
/hal_nxp-latest/mcux/mcux-sdk/CMSIS/
DLICENSE.txt45 separable from, or merely link (or bind by name) to the interfaces of,
/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-multicore/
DChangeLogKSDK.txt109 - eRPC, erpcgen: Changed api to count with more interfaces, GitHub PR #304.