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

/external/libusb/libusb/os/
H A Ddarwin_usb.c124 usbi_info (HANDLE_CTX(dev_handle), "converting ep address 0x%02x to pipeRef and interface", ep);
142 usbi_warn (HANDLE_CTX(dev_handle), "no pipeRef found with endpoint address 0x%02x.", ep);
999 uint8_t pipeRef, iface; local
1003 if (ep_to_pipeRef (dev_handle, endpoint, &pipeRef, &iface) != 0) {
1012 kresult = (*(cInterface->interface))->ClearPipeStall(cInterface->interface, pipeRef);
1015 kresult = (*(cInterface->interface))->ClearPipeStallBothEnds(cInterface->interface, pipeRef);
1080 uint8_t direction, number, interval, pipeRef, iface; local
1088 if (ep_to_pipeRef (transfer->dev_handle, transfer->endpoint, &pipeRef, &iface) != 0) {
1096 (*(cInterface->interface))->GetPipeProperties (cInterface->interface, pipeRef, &direction, &number,
1103 ret = (*(cInterface->interface))->ReadPipeAsync(cInterface->interface, pipeRef, transfe
1133 uint8_t pipeRef, iface; local
1258 uint8_t pipeRef, iface; local
1269 usbi_info (ITRANSFER_CTX (itransfer), "WARNING: aborting all transactions on interface %d pipe %d", iface, pipeRef); local
[all...]
/external/chromium_org/third_party/libusb/src/libusb/os/
H A Ddarwin_usb.c160 usbi_dbg ("converting ep address 0x%02x to pipeRef and interface", ep);
178 usbi_warn (HANDLE_CTX(dev_handle), "no pipeRef found with endpoint address 0x%02x.", ep);
1307 uint8_t pipeRef, iface; local
1311 if (ep_to_pipeRef (dev_handle, endpoint, &pipeRef, &iface) != 0) {
1320 kresult = (*(cInterface->interface))->ClearPipeStallBothEnds(cInterface->interface, pipeRef);
1437 uint8_t direction, number, interval, pipeRef, iface; local
1442 if (ep_to_pipeRef (transfer->dev_handle, transfer->endpoint, &pipeRef, &iface) != 0) {
1450 ret = (*(cInterface->interface))->GetPipeProperties (cInterface->interface, pipeRef, &direction, &number,
1468 ret = (*(cInterface->interface))->ReadPipeAsync(cInterface->interface, pipeRef, transfer->buffer,
1471 ret = (*(cInterface->interface))->WritePipeAsync(cInterface->interface, pipeRef, transfe
1499 uint8_t direction, number, interval, pipeRef, iface, transferType; local
1612 uint8_t pipeRef, iface; local
1670 uint8_t pipeRef, iface; local
1735 uint8_t iface, pipeRef; local
[all...]

Completed in 110 milliseconds