Searched refs:usb_host_pipe_t (Results 1 – 15 of 15) sorted by relevance
642 usb_host_pipe_t *pipePointer = NULL; in _USB_HostKhciProcessTrCallback()713 usb_host_pipe_t *pipeDescPointer = transfer->transferPipe; in _USB_HostKhciTransactionDone()892 usb_host_pipe_t *pipeDescPointer, in _USB_HostKhciAtomNonblockingTransaction()1705 usb_host_pipe_t *pipePointer; in USB_HostKhciOpenPipe()1706 usb_host_pipe_t *prePipePointer; in USB_HostKhciOpenPipe()1707 usb_host_pipe_t *tempPipePointer; in USB_HostKhciOpenPipe()1711 pipePointer = (usb_host_pipe_t *)OSA_MemoryAllocate(sizeof(usb_host_pipe_t)); in USB_HostKhciOpenPipe()1775 usb_host_pipe_t *pipePointer = (usb_host_pipe_t *)pipeHandle; in USB_HostKhciClosePipe()1776 usb_host_pipe_t *prePipePointer; in USB_HostKhciClosePipe()1836 usb_host_pipe_t *pipePointer = (usb_host_pipe_t *)pipeHandle; in USB_HostKhciWritePipe()[all …]
177 usb_host_pipe_t pipeCommon; /*!< Common pipe information */280 usb_host_pipe_t *ehciPipePointer; /*!< This ISO's EHCI pipe pointer */
237 } usb_host_pipe_t; typedef248 usb_host_pipe_t *transferPipe; /*!< Transfer pipe pointer*/
180 usb_host_pipe_t *pipeDescriptorBasePointer; /*!< Pipe descriptor bas pointer*/
417 usb_host_pipe_t pipeCommon; /*!< Common pipe information */
338 pipe->pipeCommon.next = (usb_host_pipe_t *)temp; in USB_HostOhciInsertPipe()1678 tr->transferPipe = (usb_host_pipe_t *)temp; in USB_HostOhciLinkGtdControlTr()1787 tr->transferPipe = (usb_host_pipe_t *)temp; in USB_HostOhciLinkGtdTr()1901 tr->transferPipe = (usb_host_pipe_t *)temp; in USB_HostOhciLinkItdTr()2100 pipe->pipeCommon.next = (usb_host_pipe_t *)temp; in UBS_HostOhciControllerInit()
4611 ehciInstance->ehciPipeList[index - 1U].pipeCommon.next = (usb_host_pipe_t *)temp; in USB_HostEhciCreate()4806 ehciPipePointer->pipeCommon.next = (usb_host_pipe_t *)temp; in USB_HostEhciOpenPipe()4815 ehciPipePointer->pipeCommon.next = (usb_host_pipe_t *)temp; in USB_HostEhciOpenPipe()4827 usb_host_pipe_t *prevPointer = NULL; in USB_HostEhciClosePipe()4857 prevPointer = (usb_host_pipe_t *)temp; in USB_HostEhciClosePipe()4859 if (prevPointer == (usb_host_pipe_t *)tempCurrent) in USB_HostEhciClosePipe()4869 if (prevPointer->next == (usb_host_pipe_t *)temp) in USB_HostEhciClosePipe()4885 ehciPipePointer->pipeCommon.next = (usb_host_pipe_t *)temp; in USB_HostEhciClosePipe()
572 usb_host_pipe_t pipeCommon; /*!< Common pipe information */
402 usb_host_pipe_t *pipe = (usb_host_pipe_t *)deviceInstance->controlPipe; in USB_HostProcessCallback()
775 pipe->pipeCommon.next = (usb_host_pipe_t *)temp; in USB_HostIp3516HsInsertPipe()3352 pipe->pipeCommon.next = (usb_host_pipe_t *)temp; in USB_HostIp3516HsControllerInit()
290 … (USB_REQUEST_TYPE_DIR_OUT | ((usb_host_pipe_t *)msdInstance->outPipe)->endpointAddress)); in USB_HostMsdMassResetClearInCallback()312 … (USB_REQUEST_TYPE_DIR_IN | ((usb_host_pipe_t *)msdInstance->inPipe)->endpointAddress)); in USB_HostMsdMassResetCallback()405 … (USB_REQUEST_TYPE_DIR_IN | ((usb_host_pipe_t *)msdInstance->inPipe)->endpointAddress)) != in USB_HostMsdCswCallback()505 … (USB_REQUEST_TYPE_DIR_OUT | ((usb_host_pipe_t *)msdInstance->inPipe)->endpointAddress)) != in USB_HostMsdCbwCallback()590 … (direction | ((usb_host_pipe_t *)msdInstance->inPipe)->endpointAddress)) != in USB_HostMsdDataCallback()
274 … (USB_REQUEST_TYPE_DIR_IN | ((usb_host_pipe_t *)phdcInstance->interruptPipe)->endpointAddress)) == in USB_HostPhdcInterruptPipeCallback()307 … (USB_REQUEST_TYPE_DIR_IN | ((usb_host_pipe_t *)phdcInstance->bulkInPipe)->endpointAddress)) == in USB_HostPhdcBulkInPipeCallback()414 … (USB_REQUEST_TYPE_DIR_OUT | ((usb_host_pipe_t *)phdcInstance->bulkOutPipe)->endpointAddress)) == in USB_HostPhdcBulkOutPipeCallback()
117 … ((usb_host_pipe_t *)cdcInstance->inPipe)->endpointAddress)) == kStatus_USB_Success) in USB_HostCdcDataInPipeCallback()149 … ((usb_host_pipe_t *)cdcInstance->outPipe)->endpointAddress)) == kStatus_USB_Success) in USB_HostCdcDataOutPipeCallback()182 … (USB_REQUEST_TYPE_DIR_OUT | ((usb_host_pipe_t *)cdcInstance->interruptPipe)->endpointAddress)) == in USB_HostCdcInterruptPipeCallback()
181 … (USB_REQUEST_TYPE_DIR_IN | ((usb_host_pipe_t *)printerInstance->inPipe)->endpointAddress)) == in USB_HostPrinterInPipeCallback()208 … (USB_REQUEST_TYPE_DIR_OUT | ((usb_host_pipe_t *)printerInstance->outPipe)->endpointAddress)) == in USB_HostPrinterOutPipeCallback()
184 … ((usb_host_pipe_t *)hidInstance->inPipe)->endpointAddress)) == kStatus_USB_Success) in USB_HostHidInPipeCallback()209 … ((usb_host_pipe_t *)hidInstance->outPipe)->endpointAddress)) == kStatus_USB_Success) in USB_HostHidOutPipeCallback()