OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:seek_to_next_config
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/libusb/src/libusb/os/
linux_usbfs.c
677
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);
[
all
...]
/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
...]
Completed in 723 milliseconds