Lines Matching refs:endpoint
409 WRITE_LOG(LOG_DEBUG, "CheckActiveConfig IsDebuggableDev passed and then check endpoint attr");
413 const struct libusb_endpoint_descriptor *ep_desc = &ifDescriptor->endpoint[k];
420 hUSB->hostBulkIn.endpoint = ep_desc->bEndpointAddress;
423 hUSB->hostBulkOut.endpoint = ep_desc->bEndpointAddress;
428 if (hUSB->hostBulkIn.endpoint == 0 || hUSB->hostBulkOut.endpoint == 0) {
429 WRITE_LOG(LOG_DEBUG, "hostBulkIn.endpoint %d hUSB->hostBulkOut.endpoint %d",
430 hUSB->hostBulkIn.endpoint, hUSB->hostBulkOut.endpoint);
558 libusb_fill_bulk_transfer(ep->transfer, hUSB->devHandle, ep->endpoint, buf, bufSize, USBBulkCallback, ep,