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

/external/chromium_org/third_party/libusb/src/libusb/os/
H A Dlinux_usbfs.c677 static int seek_to_next_config(struct libusb_context *ctx, function
751 int next = seek_to_next_config(ctx, descriptors, size);
808 r = seek_to_next_config(DEVICE_CTX(dev), descriptors, size);
/external/libusb/libusb/os/
H A Dlinux_usbfs.c391 static int seek_to_next_config(struct libusb_context *ctx, int fd, function
487 r = seek_to_next_config(DEVICE_CTX(dev), fd, 1);
542 r = seek_to_next_config(ctx, fd, 0);

Completed in 139 milliseconds