Searched refs:entity_list (Results 1 – 2 of 2) sorted by relevance
1623 usb_device_audio_entities_struct_t *entity_list; in USB_DeviceAudioSetRequestInterface() local1627 …entity_list = (usb_device_audio_entities_struct_t *)audioHandle->controlInterfaceHandle->classSpec… in USB_DeviceAudioSetRequestInterface()1628 for (i = 0; i < entity_list->count; i++) in USB_DeviceAudioSetRequestInterface()1630 if (entityId == entity_list->entity[i].entityId) in USB_DeviceAudioSetRequestInterface()1632 switch (entity_list->entity[i].entityType) in USB_DeviceAudioSetRequestInterface()1638 entity_list->entity[i].entityType); in USB_DeviceAudioSetRequestInterface()1682 usb_device_audio_entities_struct_t *entity_list; in USB_DeviceAudioGetRequestInterface() local1686 …entity_list = (usb_device_audio_entities_struct_t *)audioHandle->controlInterfaceHandle->classSpec… in USB_DeviceAudioGetRequestInterface()1687 for (i = 0; i < entity_list->count; i++) in USB_DeviceAudioGetRequestInterface()1689 if (entityId == entity_list->entity[i].entityId) in USB_DeviceAudioGetRequestInterface()[all …]
711 usb_device_video_entities_struct_t *entity_list; in USB_DeviceVideoVcRequest() local721 …entity_list = (usb_device_video_entities_struct_t *)videoHandle->controlInterfaceHandle->classSpec… in USB_DeviceVideoVcRequest()730 for (uint32_t i = 0U; i < entity_list->count; i++) in USB_DeviceVideoVcRequest()732 if (entityId == entity_list->entity[i].entityId) in USB_DeviceVideoVcRequest()734 switch (entity_list->entity[i].entityType) in USB_DeviceVideoVcRequest()737 if (USB_DEVICE_VIDEO_ITT_CAMERA == entity_list->entity[i].terminalType) in USB_DeviceVideoVcRequest()