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

  /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/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 133 milliseconds