Home
last modified time | relevance | path

Searched refs:pipeInit (Results 1 – 12 of 12) sorted by relevance

/bsp/nxp/imx/imx6ull-smart/drivers/usb/host/
A Dusb_host_devices.c956 usb_host_pipe_init_t pipeInit; in USB_HostAttachDevice() local
1070 pipeInit.devInstance = newInstance; in USB_HostAttachDevice()
1071 pipeInit.pipeType = USB_ENDPOINT_CONTROL; in USB_HostAttachDevice()
1072 pipeInit.direction = 0; in USB_HostAttachDevice()
1073 pipeInit.endpointAddress = 0; in USB_HostAttachDevice()
1074 pipeInit.interval = 0; in USB_HostAttachDevice()
1075 pipeInit.maxPacketSize = 8; in USB_HostAttachDevice()
1076 pipeInit.numberPerUframe = 0; in USB_HostAttachDevice()
1077 pipeInit.nakCount = USB_HOST_CONFIG_MAX_NAK; in USB_HostAttachDevice()
1078 if (USB_HostOpenPipe(hostHandle, &newInstance->controlPipe, &pipeInit) != kStatus_USB_Success) in USB_HostAttachDevice()
A Dusb_host_hci.h86 … usb_host_pipe_init_t *pipeInit); /*!< Open a controller pipe function prototype*/
A Dusb_host_hci.c375 usb_host_pipe_init_t *pipeInit) in USB_HostOpenPipe() argument
380 if ((hostHandle == NULL) || (pipeInit == NULL)) in USB_HostOpenPipe()
386 …nstance->controllerTable->controllerOpenPipe(hostInstance->controllerHandle, pipeHandle, pipeInit); in USB_HostOpenPipe()
A Dusb_host.h451 usb_host_pipe_init_t *pipeInit);
A Dusb_host_ehci.h427 usb_host_pipe_init_t *pipeInit);
A Dusb_host_ehci.c4236 usb_host_pipe_init_t *pipeInit) in USB_HostEhciOpenPipe() argument
4261 ehciPipePointer->pipeCommon.deviceHandle = pipeInit->devInstance; in USB_HostEhciOpenPipe()
4262 ehciPipePointer->pipeCommon.endpointAddress = pipeInit->endpointAddress; in USB_HostEhciOpenPipe()
4263 ehciPipePointer->pipeCommon.direction = pipeInit->direction; in USB_HostEhciOpenPipe()
4264 ehciPipePointer->pipeCommon.interval = pipeInit->interval; in USB_HostEhciOpenPipe()
4265 ehciPipePointer->pipeCommon.maxPacketSize = pipeInit->maxPacketSize; in USB_HostEhciOpenPipe()
4266 ehciPipePointer->pipeCommon.pipeType = pipeInit->pipeType; in USB_HostEhciOpenPipe()
4267 ehciPipePointer->pipeCommon.numberPerUframe = pipeInit->numberPerUframe; in USB_HostEhciOpenPipe()
4272 ehciPipePointer->pipeCommon.nakCount = pipeInit->nakCount; in USB_HostEhciOpenPipe()
/bsp/nxp/imx/imxrt/libraries/drivers/usb/host/
A Dusb_host_devices.c1037 usb_host_pipe_init_t pipeInit; in USB_HostAttachDevice() local
1156 pipeInit.devInstance = newInstance; in USB_HostAttachDevice()
1157 pipeInit.pipeType = USB_ENDPOINT_CONTROL; in USB_HostAttachDevice()
1158 pipeInit.direction = 0; in USB_HostAttachDevice()
1159 pipeInit.endpointAddress = 0; in USB_HostAttachDevice()
1160 pipeInit.interval = 0; in USB_HostAttachDevice()
1161 pipeInit.maxPacketSize = 8; in USB_HostAttachDevice()
1162 pipeInit.numberPerUframe = 0; in USB_HostAttachDevice()
1163 pipeInit.nakCount = USB_HOST_CONFIG_MAX_NAK; in USB_HostAttachDevice()
1164 if (USB_HostOpenPipe(hostHandle, &newInstance->controlPipe, &pipeInit) != kStatus_USB_Success) in USB_HostAttachDevice()
A Dusb_host_hci.h68 … usb_host_pipe_init_t *pipeInit); /*!< Open a controller pipe function prototype*/
A Dusb_host_hci.c353 usb_host_pipe_init_t *pipeInit) in USB_HostOpenPipe() argument
358 if ((hostHandle == NULL) || (pipeInit == NULL)) in USB_HostOpenPipe()
364 …nstance->controllerTable->controllerOpenPipe(hostInstance->controllerHandle, pipeHandle, pipeInit); in USB_HostOpenPipe()
A Dusb_host_ehci.h415 usb_host_pipe_init_t *pipeInit);
A Dusb_host.h499 usb_host_pipe_init_t *pipeInit);
A Dusb_host_ehci.c4458 usb_host_pipe_init_t *pipeInit) in USB_HostEhciOpenPipe() argument
4484 ehciPipePointer->pipeCommon.deviceHandle = pipeInit->devInstance; in USB_HostEhciOpenPipe()
4485 ehciPipePointer->pipeCommon.endpointAddress = pipeInit->endpointAddress; in USB_HostEhciOpenPipe()
4486 ehciPipePointer->pipeCommon.direction = pipeInit->direction; in USB_HostEhciOpenPipe()
4487 ehciPipePointer->pipeCommon.interval = pipeInit->interval; in USB_HostEhciOpenPipe()
4488 ehciPipePointer->pipeCommon.maxPacketSize = pipeInit->maxPacketSize; in USB_HostEhciOpenPipe()
4489 ehciPipePointer->pipeCommon.pipeType = pipeInit->pipeType; in USB_HostEhciOpenPipe()
4490 ehciPipePointer->pipeCommon.numberPerUframe = pipeInit->numberPerUframe + 1U; in USB_HostEhciOpenPipe()
4495 ehciPipePointer->pipeCommon.nakCount = pipeInit->nakCount; in USB_HostEhciOpenPipe()

Completed in 73 milliseconds