Searched refs:bulkInPipe (Results 1 – 2 of 2) sorted by relevance
307 … (USB_REQUEST_TYPE_DIR_IN | ((usb_host_pipe_t *)phdcInstance->bulkInPipe)->endpointAddress)) == in USB_HostPhdcBulkInPipeCallback()459 if (NULL != phdcInstance->bulkInPipe) in USB_HostPhdcOpenInterface()462 status = USB_HostClosePipe(phdcInstance->hostHandle, phdcInstance->bulkInPipe); in USB_HostPhdcOpenInterface()470 phdcInstance->bulkInPipe = NULL; in USB_HostPhdcOpenInterface()533 … = USB_HostOpenPipe(phdcInstance->hostHandle, &phdcInstance->bulkInPipe, &pipeInit); in USB_HostPhdcOpenInterface()659 if (NULL != phdcInstance->bulkInPipe) in USB_HostPhdcSetInterface()661 status = USB_HostCancelTransfer(phdcInstance->hostHandle, phdcInstance->bulkInPipe, NULL); in USB_HostPhdcSetInterface()804 if (NULL != phdcInstance->bulkInPipe) in USB_HostPhdcDeinit()807 … status = USB_HostCancelTransfer(phdcInstance->hostHandle, phdcInstance->bulkInPipe, NULL); in USB_HostPhdcDeinit()814 status = USB_HostClosePipe(phdcInstance->hostHandle, phdcInstance->bulkInPipe); in USB_HostPhdcDeinit()[all …]
110 usb_host_pipe_handle bulkInPipe; /*!< The bulk in pipe */ member