HomeSort by relevance Sort by last modified time
    Searched refs:seek_to_next_config (Results 1 - 2 of 2) sorted by null

  /external/libusb/libusb/os/
linux_usbfs.c 391 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);
    [all...]
  /external/libusb_aah/libusb/os/
linux_usbfs.c 578 static int seek_to_next_config(struct libusb_context *ctx, int fd, function
674 r = seek_to_next_config(DEVICE_CTX(dev), fd, 0);
729 r = seek_to_next_config(ctx, fd, 1);
    [all...]

Completed in 369 milliseconds