Searched refs:pipePointer (Results 1 – 1 of 1) sorted by relevance
642 usb_host_pipe_t *pipePointer = NULL; in _USB_HostKhciProcessTrCallback() local673 … pipePointer = ((usb_khci_host_state_struct_t *)controllerHandle)->pipeDescriptorBasePointer; in _USB_HostKhciProcessTrCallback()674 while (NULL != pipePointer) in _USB_HostKhciProcessTrCallback()677 if (((pipePointer->endpointAddress | in _USB_HostKhciProcessTrCallback()678 … (pipePointer->direction << USB_DESCRIPTOR_ENDPOINT_ADDRESS_DIRECTION_SHIFT)) == in _USB_HostKhciProcessTrCallback()680 (pipePointer->deviceHandle == transfer->transferPipe->deviceHandle)) in _USB_HostKhciProcessTrCallback()684 pipePointer = pipePointer->next; in _USB_HostKhciProcessTrCallback()687 if ((pipePointer != NULL) && in _USB_HostKhciProcessTrCallback()688 …((pipePointer->pipeType == USB_ENDPOINT_INTERRUPT) || (pipePointer->pipeType == USB_ENDPOINT_BULK)… in _USB_HostKhciProcessTrCallback()690 pipePointer->nextdata01 = 0; in _USB_HostKhciProcessTrCallback()[all …]