Home
last modified time | relevance | path

Searched refs:usb_host_pipe_t (Results 1 – 15 of 15) sorted by relevance

/hal_nxp-3.5.0/mcux/middleware/mcux-sdk-middleware-usb/host/
Dusb_host_khci.c642 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 …]
Dusb_host_ehci.h177 usb_host_pipe_t pipeCommon; /*!< Common pipe information */
280 usb_host_pipe_t *ehciPipePointer; /*!< This ISO's EHCI pipe pointer */
Dusb_host.h237 } usb_host_pipe_t; typedef
248 usb_host_pipe_t *transferPipe; /*!< Transfer pipe pointer*/
Dusb_host_khci.h180 usb_host_pipe_t *pipeDescriptorBasePointer; /*!< Pipe descriptor bas pointer*/
Dusb_host_ohci.h417 usb_host_pipe_t pipeCommon; /*!< Common pipe information */
Dusb_host_ohci.c338 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()
Dusb_host_ehci.c4611 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()
Dusb_host_ip3516hs.h572 usb_host_pipe_t pipeCommon; /*!< Common pipe information */
Dusb_host_devices.c402 usb_host_pipe_t *pipe = (usb_host_pipe_t *)deviceInstance->controlPipe; in USB_HostProcessCallback()
Dusb_host_ip3516hs.c775 pipe->pipeCommon.next = (usb_host_pipe_t *)temp; in USB_HostIp3516HsInsertPipe()
3352 pipe->pipeCommon.next = (usb_host_pipe_t *)temp; in USB_HostIp3516HsControllerInit()
/hal_nxp-3.5.0/mcux/middleware/mcux-sdk-middleware-usb/host/class/
Dusb_host_msd.c290 … (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()
Dusb_host_phdc.c274 … (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()
Dusb_host_cdc.c117 … ((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()
Dusb_host_printer.c181 … (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()
Dusb_host_hid.c184 … ((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()