Searched refs:ifPointer (Results 1 – 1 of 1) sorted by relevance
654 usb_host_interface_t *ifPointer = (usb_host_interface_t *)interfaceHandle; in USB_HostCdcSetDataInterface() local655 usb_descriptor_union_t *ifBuffer = (usb_descriptor_union_t *)(ifPointer->interfaceExtension); in USB_HostCdcSetDataInterface()658 for (; extIndex < ifPointer->interfaceExtensionLength; in USB_HostCdcSetDataInterface()665 ifPointer->epCount = ifBuffer->interface.bNumEndpoints; in USB_HostCdcSetDataInterface()670 …for (uint32_t epIndex = 0; epIndex < ifPointer->epCount && extIndex < ifPointer->interfaceExtensio… in USB_HostCdcSetDataInterface()676 ifPointer->epList[epIndex].epDesc = (usb_descriptor_endpoint_t *)ifBuffer; in USB_HostCdcSetDataInterface()1344 …usb_host_interface_t *ifPointer = (usb_host_interface_t *)cdcInstance->controlInterfac… in USB_HostCdcGetEcmDescriptor() local1345 …usb_descriptor_union_t *ifBuffer = (usb_descriptor_union_t *)(ifPointer->interfaceExten… in USB_HostCdcGetEcmDescriptor()1348 …for (uint32_t ifIndex = 0; ifIndex < ifPointer->interfaceExtensionLength; ifIndex += ifBuffer->co… in USB_HostCdcGetEcmDescriptor()1365 … if (funcBuffer->unionDesc.bControlInterface == ifPointer->interfaceDesc->bInterfaceNumber) in USB_HostCdcGetEcmDescriptor()