Home
last modified time | relevance | path

Searched defs:pipeHandle (Results 1 – 6 of 6) 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()
360 usb_status_t USB_HostClosePipe(usb_host_handle hostHandle, usb_host_pipe_handle 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()
409 usb_host_pipe_handle pipeHandle, in USB_HostSendSetup()
451 usb_status_t USB_HostRecv(usb_host_handle hostHandle, usb_host_pipe_handle pipeHandle, usb_host_tra… in USB_HostRecv()
484 usb_host_pipe_handle pipeHandle, in USB_HostCancelTransfer()
Dusb_host_ohci.c2322 usb_host_pipe_handle *pipeHandle, in USB_HostOhciOpenPipe()
2452 …USB_HostOhciClosePipe(usb_host_controller_handle controllerHandle, usb_host_pipe_handle pipeHandle) in USB_HostOhciClosePipe()
2483 usb_host_pipe_handle pipeHandle, in USB_HostOhciWritePipe()
2592 usb_host_pipe_handle pipeHandle, in USB_HostOhciReadPipe()
Dusb_host_khci.c1772 …USB_HostKhciClosePipe(usb_host_controller_handle controllerHandle, usb_host_pipe_handle pipeHandle) in USB_HostKhciClosePipe()
1830 usb_host_pipe_handle pipeHandle, in USB_HostKhciWritePipe()
1908 usb_host_pipe_handle pipeHandle, in USB_HostKhciReadpipe()
Dusb_host_ip3516hs.c3537 usb_host_pipe_handle *pipeHandle, in USB_HostIp3516HsOpenPipe()
3663 …HostIp3516HsClosePipe(usb_host_controller_handle controllerHandle, usb_host_pipe_handle pipeHandle) in USB_HostIp3516HsClosePipe()
3699 usb_host_pipe_handle pipeHandle, in USB_HostIp3516HsWritePipe()
3769 usb_host_pipe_handle pipeHandle, in USB_HostIp3516HsReadPipe()
Dusb_host_ehci.c5006 usb_host_pipe_handle *pipeHandle, in USB_HostEhciOpenPipe()
5129 …USB_HostEhciClosePipe(usb_host_controller_handle controllerHandle, usb_host_pipe_handle pipeHandle) in USB_HostEhciClosePipe()
5199 usb_host_pipe_handle pipeHandle, in USB_HostEhciWritePipe()
5260 usb_host_pipe_handle pipeHandle, in USB_HostEhciReadpipe()
Dusb_host.h287 usb_host_pipe_handle pipeHandle; /*!< Canceling pipe handle*/ member