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

  /external/chromium_org/third_party/libusb/src/libusb/os/
poll_posix.c 36 usbi_dbg("Failed to get pipe fd flags: %d", errno);
41 usbi_dbg("Failed to set non-blocking on new pipe: %d", errno);
openbsd_usb.c 155 usbi_dbg("");
256 usbi_dbg("open %s: fd %d", devnode, dpriv->fd);
272 usbi_dbg("close: fd %d", dpriv->fd);
290 usbi_dbg("");
308 usbi_dbg("len %d", len);
333 usbi_dbg("index %d, len %d", udf.udf_config_index, len);
355 usbi_dbg("bConfigurationValue %d", *config);
368 usbi_dbg("bConfigurationValue %d", config);
411 usbi_dbg("iface %d, setting %d", iface, altsetting);
433 usbi_dbg("");
    [all...]
linux_usbfs.c 234 usbi_dbg("found: %s", entry->d_name);
299 usbi_dbg("found usbfs at %s", ret);
317 usbi_dbg("monotonic clock doesn't work, errno %d", errno);
378 usbi_dbg("bulk continuation flag supported");
390 usbi_dbg("zero length packet flag supported");
420 usbi_dbg("sysfs can relate devices");
423 usbi_dbg("sysfs has complete descriptors");
583 usbi_dbg("device unconfigured");
612 usbi_dbg("getting address for device: %s detached: %d", sys_name, detached);
630 usbi_dbg("scan %s", sys_name)
    [all...]
darwin_usb.c 160 usbi_dbg ("converting ep address 0x%02x to pipeRef and interface", ep);
170 usbi_dbg ("pipe %d on interface %d matches", *pipep, *ifcp);
241 usbi_dbg ("could not set up plugin for service: %s\n", darwin_error_str (result));
289 usbi_dbg ("notifying context %p of device disconnect", ctx);
333 usbi_dbg ("creating hotplug event source");
371 usbi_dbg ("darwin event thread ready to receive events");
382 usbi_dbg ("darwin event thread exiting");
584 usbi_dbg ("active config: %u, first config: %u", dev->active_config, dev->first_config);
644 usbi_dbg("descriptor appears to be invalid. resetting configuration before trying again...");
675 usbi_dbg("could not retrieve device descriptor. failed to unsuspend: %s",darwin_error_str(ret2))
    [all...]
windows_usb.c 433 usbi_dbg("assigned libusb0 symbolic link %s", filter_path);
492 usbi_dbg("using %d entries hash table", nel);
561 usbi_dbg("hash collision ('%s' vs '%s')", str, htab_table[idx].str);
670 usbi_dbg("no endpoints found for interface %d", iface);
682 usbi_dbg("(re)assigned endpoint %02X to interface %d", priv->usb_interface[iface].endpoint[i], iface);
743 usbi_dbg("auto-claimed interface %d for control request", current_interface);
783 usbi_dbg("auto-released interface %d", transfer_priv->interface_number);
785 usbi_dbg("failed to auto-release interface %d (%s)",
    [all...]
wince_usb.c 313 usbi_dbg("could not wait for timer thread to quit");
373 usbi_dbg("using existing device for %d/%d (session %ld)",
381 usbi_dbg("allocating new device for %d/%d (session %ld)",
706 usbi_dbg("handling I/O completion with errcode %d", io_result);
722 usbi_dbg("checking I/O completion with errcode ERROR_NOT_SUPPORTED is really a stall");
743 usbi_dbg("Endpoint doesn't appear to be stalled, overriding error with success");
746 usbi_dbg("Endpoint doesn't appear to be stalled, but the host is halted, changing error");
760 usbi_dbg("detected transfer cancel");
765 usbi_dbg("detected endpoint stall");
769 usbi_dbg("detected semaphore timeout")
    [all...]
linux_udev.c 173 usbi_dbg("udev event thread entering.");
193 usbi_dbg("udev event thread exiting");
238 usbi_dbg("udev hotplug event. action: %s.", udev_action);
301 usbi_dbg("Handling hotplug event from hotplug_poll");
linux_netlink.c 214 usbi_dbg("unknown device action %s", tmp);
280 usbi_dbg("error recieving message from netlink");
291 usbi_dbg("netlink hotplug found device busnum: %hhu, devaddr: %hhu, sys_name: %s, removed: %s",
poll_windows.c 52 #define poll_dbg usbi_dbg
99 usbi_dbg("Will use CancelIo%s for I/O cancellation",
365 usbi_dbg("could not duplicate handle for CancelIo - using original one");
windows_usb.h 133 usbi_dbg("unsupported API call for '" \
  /external/chromium_org/third_party/libusb/src/msvc/
missing.c 45 usbi_dbg("Failed to convert environment variable name to wide string");
52 usbi_dbg("Failed to open registry key for getenv with error %d", rc);
62 usbi_dbg("Failed to read registry key value for getenv with error %d", rc);
66 usbi_dbg("Registry value was of type %d instead of REG_SZ", dwType);
75 usbi_dbg("Failed to convert environment variable value to narrow string");
  /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/chromium_org/third_party/libusb/src/libusb/
io.c     [all...]
core.c 481 usbi_dbg("need to increase capacity");
605 usbi_dbg("zero configurations, maybe an unauthorized device");
659 usbi_dbg("");
    [all...]
libusbi.h 162 #define usbi_dbg(...) _usbi_log(NULL, LIBUSB_LOG_LEVEL_DEBUG, __VA_ARGS__) macro
165 #define usbi_dbg(...) do {} while(0) macro
196 static inline void usbi_dbg(const char *format, ...)
    [all...]
sync.c 40 usbi_dbg("actual_length=%d", transfer->actual_length);
descriptor.c 161 usbi_dbg("skipping descriptor %x", header.bDescriptorType);
456 usbi_dbg("skipping descriptor 0x%x\n", header.bDescriptorType);
554 usbi_dbg("");
632 usbi_dbg("index %d", config_index);
670 usbi_dbg("value %d", bConfigurationValue);
927 usbi_dbg("found BOS descriptor: size %d bytes, %d capabilities",
    [all...]
  /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 550 milliseconds