Home
last modified time | relevance | path

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

/external/libusb/libusb/os/
Dlinux_usbfs.c391 static int seek_to_next_config(struct libusb_context *ctx, int fd, in seek_to_next_config() function
487 r = seek_to_next_config(DEVICE_CTX(dev), fd, 1); in sysfs_get_active_config_descriptor()
542 r = seek_to_next_config(ctx, fd, 0); in get_config_descriptor()
/external/libusb/
DChangeLog49 The seek_to_next_config codepath deals with both sysfs and usbfs;