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

  /external/libusb_aah/libusb/os/
openbsd_usb.c 142 usbi_dbg("");
215 usbi_dbg("open %s: fd %d", dpriv->devnode, dpriv->fd);
229 usbi_dbg("close: fd %d", dpriv->fd);
246 usbi_dbg("");
265 usbi_dbg("len %d", len);
282 usbi_dbg("index %d, len %d", idx, len);
317 usbi_dbg("");
322 usbi_dbg("configuration %d", *config);
332 usbi_dbg("configuration %d", config);
372 usbi_dbg("iface %d, setting %d", iface, altsetting)
    [all...]
linux_usbfs.c 182 usbi_dbg("found: %s", entry->d_name);
247 usbi_dbg("found usbfs at %s", ret);
265 usbi_dbg("monotonic clock doesn't work, errno %d", errno);
342 usbi_dbg("bulk continuation flag supported");
354 usbi_dbg("zero length packet flag supported");
361 usbi_dbg("found usb devices in sysfs");
413 usbi_dbg("sysfs usb info not available");
553 usbi_dbg("device unconfigured");
623 usbi_dbg("active configuration %d", config);
688 usbi_dbg("device is unconfigured")
    [all...]
windows_usb.c 392 usbi_dbg("using %d entries hash table", nel);
458 usbi_dbg("hash collision ('%s' vs '%s')", str, htab_table[idx].str);
567 usbi_dbg("no endpoints found for interface %d", iface);
579 usbi_dbg("(re)assigned endpoint %02X to interface %d", priv->usb_interface[iface].endpoint[i], iface);
636 usbi_dbg("auto-claimed interface %d for control request", current_interface);
676 usbi_dbg("auto-released interface %d", transfer_priv->interface_number);
678 usbi_dbg("failed to auto-release interface %d (%s)",
    [all...]
darwin_usb.c 209 usbi_dbg ("libusb/darwin.c usb_get_next_device: could not set up plugin for service: %s\n", darwin_error_str (result));
607 usbi_dbg("descriptor appears to be invalid. resetting configuration before trying again...");
636 usbi_dbg("could not retrieve device descriptor. failed to unsuspend: %s",darwin_error_str(ret2));
645 usbi_dbg("kernel responded with code: 0x%08x. sleeping for %d ms before trying again", ret, delay/1000);
661 usbi_dbg ("could not retrieve device descriptor %.4x:%.4x: %s. skipping device", idVendor, idProduct, darwin_error_str (ret));
668 usbi_dbg ("device descriptor:");
669 usbi_dbg (" bDescriptorType: 0x%02x", priv->dev_descriptor.bDescriptorType);
670 usbi_dbg (" bcdUSB: 0x%04x", priv->dev_descriptor.bcdUSB);
671 usbi_dbg (" bDeviceClass: 0x%02x", priv->dev_descriptor.bDeviceClass);
672 usbi_dbg (" bDeviceSubClass: 0x%02x", priv->dev_descriptor.bDeviceSubClass)
    [all...]
poll_windows.c 53 #define poll_dbg usbi_dbg
132 usbi_dbg("Will use CancelIo%s for I/O cancellation",
373 usbi_dbg("could not duplicate handle for CancelIo - using original one");
windows_usb.h 146 usbi_dbg("unsupported API call for '" \
  /external/libusb/libusb/
core.c 474 usbi_dbg("need to increase capacity");
543 usbi_dbg("no configurations?");
600 usbi_dbg("");
825 usbi_dbg("destroy device %d.%d", dev->bus_number, dev->device_address);
864 usbi_dbg("open %d.%d", dev->bus_number, dev->device_address);
    [all...]
io.c     [all...]
sync.c 40 usbi_dbg("actual_length=%d", transfer->actual_length);
149 usbi_dbg("actual_length=%d", transfer->actual_length);
descriptor.c 129 usbi_dbg("skipping descriptor %x", header.bDescriptorType);
386 usbi_dbg("skipping descriptor 0x%x\n", header.bDescriptorType);
439 usbi_dbg("");
477 usbi_dbg("");
542 usbi_dbg("index %d", config_index);
597 usbi_dbg("value %d", bConfigurationValue);
libusbi.h 125 #define usbi_dbg(fmt...) _usbi_log(NULL, LOG_LEVEL_DEBUG, fmt) macro
127 #define usbi_dbg(fmt...) macro
  /external/libusb_aah/libusb/
io.c     [all...]
core.c 501 usbi_dbg("need to increase capacity");
573 usbi_dbg("zero configurations, maybe an unauthorized device");
627 usbi_dbg("");
864 usbi_dbg("destroy device %d.%d", dev->bus_number, dev->device_address);
    [all...]
sync.c 40 usbi_dbg("actual_length=%d", transfer->actual_length);
152 usbi_dbg("actual_length=%d", transfer->actual_length);
descriptor.c 130 usbi_dbg("skipping descriptor %x", header.bDescriptorType);
389 usbi_dbg("skipping descriptor 0x%x\n", header.bDescriptorType);
442 usbi_dbg("");
480 usbi_dbg("");
545 usbi_dbg("index %d", config_index);
600 usbi_dbg("value %d", bConfigurationValue);
libusbi.h 144 #define usbi_dbg(...) _usbi_log(NULL, LOG_LEVEL_DEBUG, __VA_ARGS__) macro
146 #define usbi_dbg(...) do {} while(0) macro
198 static inline void usbi_dbg(const char *fmt, ...) function
  /external/libusb/libusb/os/
linux_usbfs.c 193 usbi_dbg("found usbfs at %s", ret);
210 usbi_dbg("monotonic clock doesn't work, errno %d", errno);
255 usbi_dbg("bulk continuation flag supported");
259 usbi_dbg("found usb devices in sysfs");
261 usbi_dbg("sysfs usb info not available");
436 usbi_dbg("active configuration %d", config);
501 usbi_dbg("device is unconfigured");
742 usbi_dbg("active cfg 0? assuming unconfigured device");
800 usbi_dbg("busnum %d devaddr %d session_id %ld", busnum, devaddr,
805 usbi_dbg("using existing device for %d/%d (session %ld)"
    [all...]
darwin_usb.c 169 usbi_dbg ("libusb/darwin.c usb_get_next_device: could not set up plugin for service: %s\n", darwin_error_str (result));
    [all...]
  /external/libusb-compat/libusb/
core.c 49 #define usbi_dbg(fmt...) _usbi_log(LOG_LEVEL_DEBUG, fmt) macro
51 #define usbi_dbg(fmt...) macro
142 usbi_dbg("");
252 usbi_dbg("");
268 usbi_dbg("in loop");
285 usbi_dbg("bus %d removed", bus->location);
298 usbi_dbg("bus %d added", bus->location);
579 usbi_dbg("");
614 usbi_dbg("device %d.%d removed",
635 usbi_dbg("device %d.%d added", dev->bus->location, dev->devnum)
    [all...]

Completed in 6758 milliseconds