Home
last modified time | relevance | path

Searched refs:interruptPipe (Results 1 – 8 of 8) sorted by relevance

/hal_nxp-3.5.0/mcux/middleware/mcux-sdk-middleware-usb/host/class/
Dusb_host_hub.c237 if (hubInstance->interruptPipe != NULL) in USB_HostHubSetInterface()
239 status = USB_HostCancelTransfer(hubInstance->hostHandle, hubInstance->interruptPipe, NULL); in USB_HostHubSetInterface()
246 status = USB_HostClosePipe(hubInstance->hostHandle, hubInstance->interruptPipe); in USB_HostHubSetInterface()
253 hubInstance->interruptPipe = NULL; in USB_HostHubSetInterface()
277 … status = USB_HostOpenPipe(hubInstance->hostHandle, &hubInstance->interruptPipe, &pipeInit); in USB_HostHubSetInterface()
320 if (hubInstance->interruptPipe != NULL) in USB_HostHubDeinit()
322 … status = USB_HostCancelTransfer(hubInstance->hostHandle, hubInstance->interruptPipe, NULL); in USB_HostHubDeinit()
329 status = USB_HostClosePipe(hubInstance->hostHandle, hubInstance->interruptPipe); in USB_HostHubDeinit()
336 hubInstance->interruptPipe = NULL; in USB_HostHubDeinit()
399 …if (USB_HostRecv(hubInstance->hostHandle, hubInstance->interruptPipe, transfer) != kStatus_USB_Suc… in USB_HostHubInterruptRecv()
Dusb_host_cdc.c182 … (USB_REQUEST_TYPE_DIR_OUT | ((usb_host_pipe_t *)cdcInstance->interruptPipe)->endpointAddress)) == in USB_HostCdcInterruptPipeCallback()
371 if (cdcInstance->interruptPipe != NULL) in USB_HostCdcOpenControlInterface()
373 status = USB_HostCancelTransfer(cdcInstance->hostHandle, cdcInstance->interruptPipe, NULL); in USB_HostCdcOpenControlInterface()
380 status = USB_HostClosePipe(cdcInstance->hostHandle, cdcInstance->interruptPipe); in USB_HostCdcOpenControlInterface()
388 cdcInstance->interruptPipe = NULL; in USB_HostCdcOpenControlInterface()
419 … status = USB_HostOpenPipe(cdcInstance->hostHandle, &cdcInstance->interruptPipe, &pipeInit); in USB_HostCdcOpenControlInterface()
534 if (cdcInstance->interruptPipe != NULL) in USB_HostCdcSetControlInterface()
536 status = USB_HostCancelTransfer(cdcInstance->hostHandle, cdcInstance->interruptPipe, NULL); in USB_HostCdcSetControlInterface()
720 if (cdcInstance->interruptPipe != NULL) in USB_HostCdcDeinit()
722 … status = USB_HostCancelTransfer(cdcInstance->hostHandle, cdcInstance->interruptPipe, NULL); in USB_HostCdcDeinit()
[all …]
Dusb_host_phdc.c274 … (USB_REQUEST_TYPE_DIR_IN | ((usb_host_pipe_t *)phdcInstance->interruptPipe)->endpointAddress)) == in USB_HostPhdcInterruptPipeCallback()
445 if (NULL != phdcInstance->interruptPipe) in USB_HostPhdcOpenInterface()
448 status = USB_HostClosePipe(phdcInstance->hostHandle, phdcInstance->interruptPipe); in USB_HostPhdcOpenInterface()
456 phdcInstance->interruptPipe = NULL; in USB_HostPhdcOpenInterface()
507 … status = USB_HostOpenPipe(phdcInstance->hostHandle, &phdcInstance->interruptPipe, &pipeInit); in USB_HostPhdcOpenInterface()
648 if (NULL != phdcInstance->interruptPipe) in USB_HostPhdcSetInterface()
650 … status = USB_HostCancelTransfer(phdcInstance->hostHandle, phdcInstance->interruptPipe, NULL); in USB_HostPhdcSetInterface()
784 if (NULL != phdcInstance->interruptPipe) in USB_HostPhdcDeinit()
787 … status = USB_HostCancelTransfer(phdcInstance->hostHandle, phdcInstance->interruptPipe, NULL); in USB_HostPhdcDeinit()
794 status = USB_HostClosePipe(phdcInstance->hostHandle, phdcInstance->interruptPipe); in USB_HostPhdcDeinit()
[all …]
Dusb_host_video.c118 if (videoInstance->interruptPipe != NULL) in USB_HostVideoControlOpenInterface()
120 status = USB_HostClosePipe(videoInstance->hostHandle, videoInstance->interruptPipe); in USB_HostVideoControlOpenInterface()
128 videoInstance->interruptPipe = NULL; in USB_HostVideoControlOpenInterface()
154 … status = USB_HostOpenPipe(videoInstance->hostHandle, &videoInstance->interruptPipe, &pipe_init); in USB_HostVideoControlOpenInterface()
862 if (videoInstance->interruptPipe != NULL) in USB_HostVideoDeinit()
864 … status = USB_HostCancelTransfer(videoInstance->hostHandle, videoInstance->interruptPipe, NULL); in USB_HostVideoDeinit()
871 status = USB_HostClosePipe(videoInstance->hostHandle, videoInstance->interruptPipe); in USB_HostVideoDeinit()
879 videoInstance->interruptPipe = NULL; in USB_HostVideoDeinit()
Dusb_host_phdc.h109 usb_host_pipe_handle interruptPipe; /*!< The interrupt pipe */ member
Dusb_host_hub.h101 usb_host_pipe_handle interruptPipe; /*!< HUB interrupt in pipe handle*/ member
Dusb_host_cdc.h216 …usb_host_pipe_handle interruptPipe; /*!< Interrupt pipe for the CDC device dat… member
Dusb_host_video.h590 usb_host_pipe_handle interruptPipe; /*!< Video class interrupt pipe */ member