Home
last modified time | relevance | path

Searched refs:pipeHandle (Results 1 – 11 of 11) sorted by relevance

/hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-usb/host/
Dusb_host_hci.c343 usb_host_pipe_handle *pipeHandle, in USB_HostOpenPipe() argument
355 …nstance->controllerTable->controllerOpenPipe(hostInstance->controllerHandle, pipeHandle, pipeInit); in USB_HostOpenPipe()
360 usb_status_t USB_HostClosePipe(usb_host_handle hostHandle, usb_host_pipe_handle pipeHandle) in USB_HostClosePipe() argument
365 if ((hostHandle == NULL) || (pipeHandle == NULL)) in USB_HostClosePipe()
371 …s = hostInstance->controllerTable->controllerClosePipe(hostInstance->controllerHandle, pipeHandle); in USB_HostClosePipe()
376 usb_status_t USB_HostSend(usb_host_handle hostHandle, usb_host_pipe_handle pipeHandle, usb_host_tra… in USB_HostSend() argument
381 if ((hostHandle == NULL) || (pipeHandle == NULL) || (transfer == NULL)) in USB_HostSend()
402 …stance->controllerTable->controllerWritePipe(hostInstance->controllerHandle, pipeHandle, transfer); in USB_HostSend()
409 usb_host_pipe_handle pipeHandle, in USB_HostSendSetup() argument
415 if ((hostHandle == NULL) || (pipeHandle == NULL) || (transfer == NULL)) in USB_HostSendSetup()
[all …]
Dusb_host.h287 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,
Dusb_host_hci.h67 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,
Dusb_host_ehci.h427 usb_host_pipe_handle *pipeHandle,
440 …SB_HostEhciClosePipe(usb_host_controller_handle controllerHandle, usb_host_pipe_handle pipeHandle);
456 usb_host_pipe_handle pipeHandle,
473 usb_host_pipe_handle pipeHandle,
Dusb_host_ohci.h535 usb_host_pipe_handle *pipeHandle,
548 …SB_HostOhciClosePipe(usb_host_controller_handle controllerHandle, usb_host_pipe_handle pipeHandle);
563 usb_host_pipe_handle pipeHandle,
579 usb_host_pipe_handle pipeHandle,
Dusb_host_khci.h269 …SB_HostKhciClosePipe(usb_host_controller_handle controllerHandle, usb_host_pipe_handle pipeHandle);
284 usb_host_pipe_handle pipeHandle,
300 usb_host_pipe_handle pipeHandle,
Dusb_host_ip3516hs.h685 usb_host_pipe_handle *pipeHandle,
699 usb_host_pipe_handle pipeHandle);
714 usb_host_pipe_handle pipeHandle,
730 usb_host_pipe_handle pipeHandle,
Dusb_host_khci.c1772 …USB_HostKhciClosePipe(usb_host_controller_handle controllerHandle, usb_host_pipe_handle pipeHandle) in USB_HostKhciClosePipe() argument
1775 usb_host_pipe_t *pipePointer = (usb_host_pipe_t *)pipeHandle; in USB_HostKhciClosePipe()
1783 if (pipeHandle == usbHostPointer->pipeDescriptorBasePointer) in USB_HostKhciClosePipe()
1786 OSA_MemoryFree(pipeHandle); in USB_HostKhciClosePipe()
1794 if ((0U != pipePointer->open) && (pipePointer == pipeHandle)) in USB_HostKhciClosePipe()
1830 usb_host_pipe_handle pipeHandle, in USB_HostKhciWritePipe() argument
1836 usb_host_pipe_t *pipePointer = (usb_host_pipe_t *)pipeHandle; in USB_HostKhciWritePipe()
1908 usb_host_pipe_handle pipeHandle, in USB_HostKhciReadpipe() argument
1913 usb_host_pipe_t *pipePointer = (usb_host_pipe_t *)pipeHandle; in USB_HostKhciReadpipe()
2103 …status = _USB_HostKhciCancelPipe(controllerHandle, (usb_host_pipe_t *)param->pipeHandle, param->tr… in USB_HostKciIoctl()
Dusb_host_ohci.c2322 usb_host_pipe_handle *pipeHandle, in USB_HostOhciOpenPipe() argument
2448 *pipeHandle = pipe; in USB_HostOhciOpenPipe()
2452 …USB_HostOhciClosePipe(usb_host_controller_handle controllerHandle, usb_host_pipe_handle pipeHandle) in USB_HostOhciClosePipe() argument
2455 usb_host_ohci_pipe_struct_t *pipe = (usb_host_ohci_pipe_struct_t *)pipeHandle; in USB_HostOhciClosePipe()
2483 usb_host_pipe_handle pipeHandle, in USB_HostOhciWritePipe() argument
2487 usb_host_ohci_pipe_struct_t *pipe = (usb_host_ohci_pipe_struct_t *)pipeHandle; in USB_HostOhciWritePipe()
2592 usb_host_pipe_handle pipeHandle, in USB_HostOhciReadPipe() argument
2595 return USB_HostOhciWritePipe(controllerHandle, pipeHandle, transfer); in USB_HostOhciReadPipe()
2618 …HostOhciCancelPipe(usbHostState, (usb_host_ohci_pipe_struct_t *)param->pipeHandle, param->transfer… in USB_HostOhciIoctl()
Dusb_host_ip3516hs.c3537 usb_host_pipe_handle *pipeHandle, in USB_HostIp3516HsOpenPipe() argument
3659 *pipeHandle = pipe; in USB_HostIp3516HsOpenPipe()
3663 …HostIp3516HsClosePipe(usb_host_controller_handle controllerHandle, usb_host_pipe_handle pipeHandle) in USB_HostIp3516HsClosePipe() argument
3666 usb_host_ip3516hs_pipe_struct_t *pipe = (usb_host_ip3516hs_pipe_struct_t *)pipeHandle; in USB_HostIp3516HsClosePipe()
3699 usb_host_pipe_handle pipeHandle, in USB_HostIp3516HsWritePipe() argument
3703 usb_host_ip3516hs_pipe_struct_t *pipe = (usb_host_ip3516hs_pipe_struct_t *)pipeHandle; in USB_HostIp3516HsWritePipe()
3769 usb_host_pipe_handle pipeHandle, in USB_HostIp3516HsReadPipe() argument
3772 return USB_HostIp3516HsWritePipe(controllerHandle, pipeHandle, transfer); in USB_HostIp3516HsReadPipe()
3800 …us = USB_HostIp3516HsCancelPipe(usbHostState, (usb_host_ip3516hs_pipe_struct_t *)param->pipeHandle, in USB_HostIp3516HsIoctl()
Dusb_host_ehci.c5006 usb_host_pipe_handle *pipeHandle, in USB_HostEhciOpenPipe() argument
5125 *pipeHandle = ehciPipePointer; in USB_HostEhciOpenPipe()
5129 …USB_HostEhciClosePipe(usb_host_controller_handle controllerHandle, usb_host_pipe_handle pipeHandle) in USB_HostEhciClosePipe() argument
5132 usb_host_ehci_pipe_t *ehciPipePointer = (usb_host_ehci_pipe_t *)pipeHandle; in USB_HostEhciClosePipe()
5199 usb_host_pipe_handle pipeHandle, in USB_HostEhciWritePipe() argument
5203 usb_host_ehci_pipe_t *ehciPipePointer = (usb_host_ehci_pipe_t *)pipeHandle; in USB_HostEhciWritePipe()
5260 usb_host_pipe_handle pipeHandle, in USB_HostEhciReadpipe() argument
5263 return USB_HostEhciWritePipe(controllerHandle, pipeHandle, transfer); /* same as write */ in USB_HostEhciReadpipe()
5290 …status = USB_HostEhciCancelPipe(ehciInstance, (usb_host_ehci_pipe_t *)param->pipeHandle, param->tr… in USB_HostEhciIoctl()