Searched refs:pipe (Results 1 – 6 of 6) sorted by relevance
28 usb_host_ohci_pipe_struct_t *pipe,32 usb_host_ohci_pipe_struct_t *pipe,38 usb_host_ohci_pipe_struct_t *pipe,43 usb_host_ohci_pipe_struct_t *pipe,256 …_t USB_HostOhciGetPipe(usb_host_ohci_pipe_struct_t **pipeQueue, usb_host_ohci_pipe_struct_t **pipe) in USB_HostOhciGetPipe() argument267 *pipe = *pipeQueue; in USB_HostOhciGetPipe()268 temp = (void *)((*pipe)->pipeCommon.next); in USB_HostOhciGetPipe()277 … USB_HostOhciRemovePipe(usb_host_ohci_pipe_struct_t **pipeQueue, usb_host_ohci_pipe_struct_t *pipe) in USB_HostOhciRemovePipe() argument290 if (p != pipe) in USB_HostOhciRemovePipe()314 … USB_HostOhciInsertPipe(usb_host_ohci_pipe_struct_t **pipeQueue, usb_host_ohci_pipe_struct_t *pipe) in USB_HostOhciInsertPipe() argument[all …]
688 usb_host_ip3516hs_pipe_struct_t **pipe) in USB_HostIp3516HsGetNewPipe()699 *pipe = *pipeQueue; in USB_HostIp3516HsGetNewPipe()700 p = (void *)((*pipe)->pipeCommon.next); in USB_HostIp3516HsGetNewPipe()710 usb_host_ip3516hs_pipe_struct_t *pipe) in USB_HostIp3516HsRemovePipe() argument724 if (p != pipe) in USB_HostIp3516HsRemovePipe()749 usb_host_ip3516hs_pipe_struct_t *pipe) in USB_HostIp3516HsInsertPipe() argument756 pipe->pipeCommon.next = NULL; in USB_HostIp3516HsInsertPipe()762 if (p != pipe) in USB_HostIp3516HsInsertPipe()775 pipe->pipeCommon.next = (usb_host_pipe_t *)temp; in USB_HostIp3516HsInsertPipe()776 *pipeQueue = pipe; in USB_HostIp3516HsInsertPipe()[all …]
243 struct _usb_host_ohci_pipe_struct *pipe; /*!< Pipe handle for the ED */ member269 struct _usb_host_ohci_pipe_struct *pipe; /*!< Pipe handle for the GTD */ member295 struct _usb_host_ohci_pipe_struct *pipe; /*!< Pipe handle for the ITD */ member
402 usb_host_pipe_t *pipe = (usb_host_pipe_t *)deviceInstance->controlPipe; in USB_HostProcessCallback() local422 pipe->maxPacketSize = deviceInstance->deviceDescriptor->bMaxPacketSize0; in USB_HostProcessCallback()
709 usb_device_phdc_pipe_t *pipe; in USB_DevicePhdcSend() local719 pipe = &(phdcHandle->bulkIn); in USB_DevicePhdcSend()723 pipe = &(phdcHandle->interruptIn); in USB_DevicePhdcSend()730 if (1U == pipe->isBusy) in USB_DevicePhdcSend()734 pipe->isBusy = 1U; in USB_DevicePhdcSend()736 if (0U != pipe->pipeStall) in USB_DevicePhdcSend()738 pipe->pipeDataBuffer = buffer; in USB_DevicePhdcSend()739 pipe->pipeDataLen = length; in USB_DevicePhdcSend()745 pipe->isBusy = 0U; in USB_DevicePhdcSend()
895 usb_host_pipe_handle pipe; in USB_HostPhdcRecv() local923 pipe = (0U != (qos & 0x01U)) ? (phdcInstance->interruptPipe) : (phdcInstance->bulkInPipe); in USB_HostPhdcRecv()924 if (pipe == phdcInstance->bulkInPipe) in USB_HostPhdcRecv()954 if (USB_HostRecv(phdcInstance->hostHandle, pipe, transfer) != kStatus_USB_Success) in USB_HostPhdcRecv()