| /bsp/nxp/imx/imx6ull-smart/drivers/usb/host/ |
| A D | usb_host_hci.h | 85 usb_host_pipe_handle *pipeHandle, 89 usb_host_pipe_handle pipeHandle); /*!< Close a controller pipe function prototype*/ 91 usb_host_pipe_handle pipeHandle, 94 usb_host_pipe_handle pipeHandle,
|
| A D | usb_host.h | 246 usb_host_pipe_handle pipeHandle; /*!< Cancelling pipe handle*/ member 450 usb_host_pipe_handle *pipeHandle, 464 extern usb_status_t USB_HostClosePipe(usb_host_handle hostHandle, usb_host_pipe_handle pipeHandle); 481 usb_host_pipe_handle pipeHandle, 499 usb_host_pipe_handle pipeHandle, 517 usb_host_pipe_handle pipeHandle, 533 usb_host_pipe_handle pipeHandle,
|
| A D | usb_host_hci.c | 374 usb_host_pipe_handle *pipeHandle, in USB_HostOpenPipe() argument 391 usb_status_t USB_HostClosePipe(usb_host_handle hostHandle, usb_host_pipe_handle pipeHandle) in USB_HostClosePipe() argument 396 if ((hostHandle == NULL) || (pipeHandle == NULL)) in USB_HostClosePipe() 402 …s = hostInstance->controllerTable->controllerClosePipe(hostInstance->controllerHandle, pipeHandle); in USB_HostClosePipe() 412 if ((hostHandle == NULL) || (pipeHandle == NULL) || (transfer == NULL)) in USB_HostSend() 445 usb_host_pipe_handle pipeHandle, in USB_HostSendSetup() argument 451 if ((hostHandle == NULL) || (pipeHandle == NULL) || (transfer == NULL)) in USB_HostSendSetup() 498 if ((hostHandle == NULL) || (pipeHandle == NULL) || (transfer == NULL)) in USB_HostRecv() 531 usb_host_pipe_handle pipeHandle, in USB_HostCancelTransfer() argument 538 if ((hostHandle == NULL) || (pipeHandle == NULL)) in USB_HostCancelTransfer() [all …]
|
| A D | usb_host_ehci.h | 426 usb_host_pipe_handle *pipeHandle, 439 …SB_HostEhciClosePipe(usb_host_controller_handle controllerHandle, usb_host_pipe_handle pipeHandle); 455 usb_host_pipe_handle pipeHandle, 472 usb_host_pipe_handle pipeHandle,
|
| A D | usb_host_ehci.c | 4235 usb_host_pipe_handle *pipeHandle, in USB_HostEhciOpenPipe() argument 4349 *pipeHandle = ehciPipePointer; in USB_HostEhciOpenPipe() 4353 …USB_HostEhciClosePipe(usb_host_controller_handle controllerHandle, usb_host_pipe_handle pipeHandle) in USB_HostEhciClosePipe() argument 4356 usb_host_ehci_pipe_t *ehciPipePointer = (usb_host_ehci_pipe_t *)pipeHandle; in USB_HostEhciClosePipe() 4415 usb_host_pipe_handle pipeHandle, in USB_HostEhciWritePipe() argument 4419 usb_host_ehci_pipe_t *ehciPipePointer = (usb_host_ehci_pipe_t *)pipeHandle; in USB_HostEhciWritePipe() 4464 usb_host_pipe_handle pipeHandle, in USB_HostEhciReadpipe() argument 4467 return USB_HostEhciWritePipe(controllerHandle, pipeHandle, transfer); /* same as write */ in USB_HostEhciReadpipe() 4488 …status = USB_HostEhciCancelPipe(ehciInstance, (usb_host_ehci_pipe_t *)param->pipeHandle, param->tr… in USB_HostEhciIoctl()
|
| /bsp/nxp/imx/imxrt/libraries/drivers/usb/host/ |
| A D | usb_host_hci.h | 67 usb_host_pipe_handle *pipeHandle, 71 usb_host_pipe_handle pipeHandle); /*!< Close a controller pipe function prototype*/ 73 usb_host_pipe_handle pipeHandle, 76 usb_host_pipe_handle pipeHandle,
|
| A D | usb_host.h | 287 usb_host_pipe_handle pipeHandle; /*!< Canceling pipe handle*/ member 498 usb_host_pipe_handle *pipeHandle, 512 extern usb_status_t USB_HostClosePipe(usb_host_handle hostHandle, usb_host_pipe_handle pipeHandle); 529 usb_host_pipe_handle pipeHandle, 547 usb_host_pipe_handle pipeHandle, 565 usb_host_pipe_handle pipeHandle, 581 usb_host_pipe_handle pipeHandle,
|
| A D | usb_host_hci.c | 352 usb_host_pipe_handle *pipeHandle, in USB_HostOpenPipe() argument 369 usb_status_t USB_HostClosePipe(usb_host_handle hostHandle, usb_host_pipe_handle pipeHandle) in USB_HostClosePipe() argument 374 if ((hostHandle == NULL) || (pipeHandle == NULL)) in USB_HostClosePipe() 380 …s = hostInstance->controllerTable->controllerClosePipe(hostInstance->controllerHandle, pipeHandle); in USB_HostClosePipe() 390 if ((hostHandle == NULL) || (pipeHandle == NULL) || (transfer == NULL)) in USB_HostSend() 424 usb_host_pipe_handle pipeHandle, in USB_HostSendSetup() argument 430 if ((hostHandle == NULL) || (pipeHandle == NULL) || (transfer == NULL)) in USB_HostSendSetup() 478 if ((hostHandle == NULL) || (pipeHandle == NULL) || (transfer == NULL)) in USB_HostRecv() 512 usb_host_pipe_handle pipeHandle, in USB_HostCancelTransfer() argument 519 if ((hostHandle == NULL) || (pipeHandle == NULL)) in USB_HostCancelTransfer() [all …]
|
| A D | usb_host_ehci.h | 414 usb_host_pipe_handle *pipeHandle, 427 …SB_HostEhciClosePipe(usb_host_controller_handle controllerHandle, usb_host_pipe_handle pipeHandle); 443 usb_host_pipe_handle pipeHandle, 460 usb_host_pipe_handle pipeHandle,
|
| A D | usb_host_ehci.c | 4457 usb_host_pipe_handle *pipeHandle, in USB_HostEhciOpenPipe() argument 4576 *pipeHandle = ehciPipePointer; in USB_HostEhciOpenPipe() 4580 …USB_HostEhciClosePipe(usb_host_controller_handle controllerHandle, usb_host_pipe_handle pipeHandle) in USB_HostEhciClosePipe() argument 4583 usb_host_ehci_pipe_t *ehciPipePointer = (usb_host_ehci_pipe_t *)pipeHandle; in USB_HostEhciClosePipe() 4650 usb_host_pipe_handle pipeHandle, in USB_HostEhciWritePipe() argument 4654 usb_host_ehci_pipe_t *ehciPipePointer = (usb_host_ehci_pipe_t *)pipeHandle; in USB_HostEhciWritePipe() 4700 usb_host_pipe_handle pipeHandle, in USB_HostEhciReadpipe() argument 4703 return USB_HostEhciWritePipe(controllerHandle, pipeHandle, transfer); /* same as write */ in USB_HostEhciReadpipe() 4724 …status = USB_HostEhciCancelPipe(ehciInstance, (usb_host_ehci_pipe_t *)param->pipeHandle, param->tr… in USB_HostEhciIoctl()
|