Searched refs:pipeInit (Results 1 – 12 of 12) sorted by relevance
956 usb_host_pipe_init_t pipeInit; in USB_HostAttachDevice() local1070 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()
86 … usb_host_pipe_init_t *pipeInit); /*!< Open a controller pipe function prototype*/
375 usb_host_pipe_init_t *pipeInit) in USB_HostOpenPipe() argument380 if ((hostHandle == NULL) || (pipeInit == NULL)) in USB_HostOpenPipe()386 …nstance->controllerTable->controllerOpenPipe(hostInstance->controllerHandle, pipeHandle, pipeInit); in USB_HostOpenPipe()
451 usb_host_pipe_init_t *pipeInit);
427 usb_host_pipe_init_t *pipeInit);
4236 usb_host_pipe_init_t *pipeInit) in USB_HostEhciOpenPipe() argument4261 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()
1037 usb_host_pipe_init_t pipeInit; in USB_HostAttachDevice() local1156 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()
68 … usb_host_pipe_init_t *pipeInit); /*!< Open a controller pipe function prototype*/
353 usb_host_pipe_init_t *pipeInit) in USB_HostOpenPipe() argument358 if ((hostHandle == NULL) || (pipeInit == NULL)) in USB_HostOpenPipe()364 …nstance->controllerTable->controllerOpenPipe(hostInstance->controllerHandle, pipeHandle, pipeInit); in USB_HostOpenPipe()
415 usb_host_pipe_init_t *pipeInit);
499 usb_host_pipe_init_t *pipeInit);
4458 usb_host_pipe_init_t *pipeInit) in USB_HostEhciOpenPipe() argument4484 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 43 milliseconds