Searched refs:bulkOutPipe (Results 1 – 2 of 2) sorted by relevance
414 … (USB_REQUEST_TYPE_DIR_OUT | ((usb_host_pipe_t *)phdcInstance->bulkOutPipe)->endpointAddress)) == in USB_HostPhdcBulkOutPipeCallback()473 if (NULL != phdcInstance->bulkOutPipe) in USB_HostPhdcOpenInterface()476 status = USB_HostClosePipe(phdcInstance->hostHandle, phdcInstance->bulkOutPipe); in USB_HostPhdcOpenInterface()484 phdcInstance->bulkOutPipe = NULL; in USB_HostPhdcOpenInterface()559 … status = USB_HostOpenPipe(phdcInstance->hostHandle, &phdcInstance->bulkOutPipe, &pipeInit); in USB_HostPhdcOpenInterface()670 if (NULL != phdcInstance->bulkOutPipe) in USB_HostPhdcSetInterface()672 status = USB_HostCancelTransfer(phdcInstance->hostHandle, phdcInstance->bulkOutPipe, NULL); in USB_HostPhdcSetInterface()679 phdcInstance->bulkOutPipe = NULL; in USB_HostPhdcSetInterface()824 if (NULL != phdcInstance->bulkOutPipe) in USB_HostPhdcDeinit()827 … status = USB_HostCancelTransfer(phdcInstance->hostHandle, phdcInstance->bulkOutPipe, NULL); in USB_HostPhdcDeinit()[all …]
111 usb_host_pipe_handle bulkOutPipe; /*!< The bulk out pipe */ member