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

  /external/chromium_org/third_party/libusb/src/libusb/
sync.c 149 usbi_warn(HANDLE_CTX(dev_handle),
203 usbi_warn(HANDLE_CTX(dev_handle),
descriptor.c 122 usbi_warn(ctx, "short endpoint descriptor read %d/%d",
149 usbi_warn(ctx, "short extra ep desc read %d/%d",
256 usbi_warn(ctx, "short intf descriptor read %d/%d",
291 usbi_warn(ctx,
442 usbi_warn(ctx,
513 usbi_warn(ctx, "still %d bytes of descriptor data left", r);
854 usbi_warn(ctx, "short dev-cap descriptor read %d/%d",
860 usbi_warn(ctx, "unexpected descriptor %x (expected %x)",
871 usbi_warn(ctx, "short dev-cap descriptor read %d/%d",
    [all...]
core.c 786 usbi_warn(DEVICE_CTX(dev),
    [all...]
libusbi.h 169 #define usbi_warn(ctx, ...) _usbi_log(ctx, LIBUSB_LOG_LEVEL_WARNING, __VA_ARGS__) macro
189 static inline void usbi_warn(struct libusb_context *ctx, const char *format,
    [all...]
io.c     [all...]
  /external/libusb/libusb/
sync.c 136 usbi_warn(HANDLE_CTX(dev_handle),
206 usbi_warn(HANDLE_CTX(dev_handle),
core.c     [all...]
descriptor.c 503 usbi_warn(dev->ctx, "descriptor data still left");
573 usbi_warn(dev->ctx, "descriptor data still left");
libusbi.h 131 #define usbi_warn(ctx, fmt...) _usbi_log(ctx, LOG_LEVEL_WARNING, fmt) macro
io.c     [all...]
  /external/chromium_org/third_party/libusb/src/libusb/os/
poll_windows.c 124 usbi_warn(NULL, "Unable to cancel I/O that was started from another thread");
334 usbi_warn(NULL, "only one of RW_READ or RW_WRITE are supported.\n"
534 usbi_warn(NULL, "unsupported set of events");
549 usbi_warn(NULL, "invalid fd");
558 usbi_warn(NULL, "attempted POLLIN on fd without READ access");
567 usbi_warn(NULL, "attempted POLLOUT on fd without WRITE access");
708 usbi_warn(NULL, "waiting for event failed: %d", (int)GetLastError());
linux_usbfs.c 413 usbi_warn(ctx, "sysfs not mounted");
715 usbi_warn(ctx, "config length mismatch wTotalLength "
724 usbi_warn(ctx, "short descriptor read %d/%d",
844 usbi_warn(DEVICE_CTX(dev),
880 usbi_warn(DEVICE_CTX(dev), "Unknown device speed: %d Mbps", speed);
933 usbi_warn(ctx, "Missing rw usbfs access; cannot determine "
964 usbi_warn(ctx, "couldn't query active configuration, assuming"
993 usbi_warn(ctx, "Can not parse sysfs_dir: %s, no parent info",
    [all...]
windows_usb.c 662 usbi_warn(ctx, "could not read config descriptor: error %d", r);
745 usbi_warn(ctx, "program assertion failed - autoclaim_count was nonzero");
    [all...]
linux_netlink.c 164 usbi_warn(NULL, "netlink control pipe signal failed");
322 usbi_warn(NULL, "netlink control pipe read failed");
linux_udev.c 139 usbi_warn(NULL, "udev control pipe signal failed");
180 usbi_warn(NULL, "udev control pipe read failed");
darwin_usb.c 178 usbi_warn (HANDLE_CTX(dev_handle), "no pipeRef found with endpoint address 0x%02x.", ep);
703 usbi_warn (ctx, "could not retrieve device descriptor %.4x:%.4x: %s (%x). skipping device",
711 usbi_warn (ctx, "idProduct from iokit (%04x) does not match idProduct in descriptor (%04x). skipping device",
882 usbi_warn (ctx, "Got unknown device speed %d", devSpeed);
931 usbi_warn (HANDLE_CTX (dev_handle), "USBDeviceOpen: %s", darwin_error_str(kresult));
    [all...]
wince_usb.c 256 usbi_warn(ctx, "could not wait for timer thread to quit");
    [all...]
  /external/libusb/libusb/os/
linux_usbfs.c 657 usbi_warn(DEVICE_CTX(dev),
723 usbi_warn(DEVICE_CTX(dev), "access to %s is read-only; cannot "
730 usbi_warn(DEVICE_CTX(dev), "couldn't query active "
1123 usbi_warn(HANDLE_CTX(handle),
    [all...]
darwin_usb.c 142 usbi_warn (HANDLE_CTX(dev_handle), "no pipeRef found with endpoint address 0x%02x.", ep);
508 usbi_warn (ctx, "could not retrieve device descriptor: %s. skipping device", darwin_error_str (ret));
518 usbi_warn (ctx, "idProduct from iokit (%04x) does not match idProduct in descriptor (%04x). skipping device",
    [all...]
  /external/libusb-compat/libusb/
core.c 55 #define usbi_warn(fmt...) _usbi_log(LOG_LEVEL_WARNING, fmt) macro
770 usbi_warn("endpoint %x is missing IN direction bit, fixing");
784 usbi_warn("endpoint %x has excessive IN direction bit, fixing");
815 usbi_warn("endpoint %x is missing IN direction bit, fixing");
828 usbi_warn("endpoint %x has excessive IN direction bit, fixing");

Completed in 392 milliseconds