OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pipep
(Results
1 - 2
of
2
) sorted by null
/external/libusb/libusb/os/
darwin_usb.c
116
static int ep_to_pipeRef(struct libusb_device_handle *dev_handle, uint8_t ep, uint8_t *
pipep
, uint8_t *ifcp) {
132
*
pipep
= i + 1;
134
usbi_info (HANDLE_CTX(dev_handle), "pipe %d on interface %d matches", *
pipep
, *ifcp);
local
[
all
...]
/external/chromium_org/third_party/libusb/src/libusb/os/
darwin_usb.c
152
static int ep_to_pipeRef(struct libusb_device_handle *dev_handle, uint8_t ep, uint8_t *
pipep
, uint8_t *ifcp) {
168
*
pipep
= i + 1;
170
usbi_dbg ("pipe %d on interface %d matches", *
pipep
, *ifcp);
[
all
...]
Completed in 37 milliseconds