Searched refs:ep_to_pipeRef (Results 1 - 1 of 1) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/libusb/
H A Ddarwin.c741 static int ep_to_pipeRef (struct darwin_dev_handle *device, int ep) function
746 fprintf(stderr, "libusb/darwin.c ep_to_pipeRef: Converting ep address to pipeRef.\n");
754 fprintf(stderr, "libusb/darwin.c ep_to_pipeRef: No pipeRef found with endpoint address 0x%02x.\n", ep);
810 if ((pipeRef = ep_to_pipeRef(device, ep)) < 0)
1148 if ((pipeRef = ep_to_pipeRef(device, ep)) == -1)
1177 if ((pipeRef = ep_to_pipeRef(device, ep)) == -1)

Completed in 80 milliseconds