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

  /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/libusb_aah/libusb/
sync.c 139 usbi_warn(HANDLE_CTX(dev_handle),
209 usbi_warn(HANDLE_CTX(dev_handle),
core.c     [all...]
libusbi.h 150 #define usbi_warn(ctx, ...) _usbi_log(ctx, LOG_LEVEL_WARNING, __VA_ARGS__) macro
174 static inline void usbi_warn(struct libusb_context *ctx, const char *fmt, ...) function
descriptor.c 506 usbi_warn(dev->ctx, "descriptor data still left");
576 usbi_warn(dev->ctx, "descriptor data still left");
io.c     [all...]
  /external/libusb_aah/libusb/os/
poll_windows.c 117 usbi_warn(NULL, "Unable to cancel I/O that was started from another thread");
335 usbi_warn(NULL, "only one of _O_RDONLY or _O_WRONLY are supported.\n"
547 usbi_warn(NULL, "unsupported set of events");
562 usbi_warn(NULL, "invalid fd");
571 usbi_warn(NULL, "attempted POLLIN on fd without READ access");
580 usbi_warn(NULL, "attempted POLLOUT on fd without WRITE access");
727 usbi_warn(NULL, "waiting for event failed: %d", (int)GetLastError());
windows_usb.c 559 usbi_warn(ctx, "could not read config descriptor: error %d", r);
638 usbi_warn(ctx, "program assertion failed - autoclaim_count was nonzero");
793 usbi_warn(ctx, "could not wait for timer thread to quit");
852 usbi_warn(ctx, "could not infer VID/PID of HCD hub from '%s'", parent_priv->path);
    [all...]
linux_usbfs.c 844 usbi_warn(DEVICE_CTX(dev),
882 usbi_warn(DEVICE_CTX(dev), "Unknown device speed: %d Mbps", speed);
924 usbi_warn(DEVICE_CTX(dev), "access to %s is read-only; cannot "
931 usbi_warn(DEVICE_CTX(dev), "couldn't query active "
    [all...]
darwin_usb.c 155 usbi_warn (HANDLE_CTX(dev_handle), "no pipeRef found with endpoint address 0x%02x.", ep);
663 usbi_warn (ctx, "could not retrieve device descriptor %.4x:%.4x: %s. skipping device", idVendor, idProduct, darwin_error_str (ret));
686 usbi_warn (ctx, "idProduct from iokit (%04x) does not match idProduct in descriptor (%04x). skipping device",
739 usbi_warn (ctx, "Got unknown device speed %d", devSpeed);
    [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 2447 milliseconds