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

  /external/libusb/libusb/os/
poll_posix.c 38 usbi_dbg("Failed to get pipe fd flags: %d", errno);
43 usbi_dbg("Failed to set non-blocking on new pipe: %d", errno);
sunos_usb.c 84 usbi_dbg("");
116 usbi_dbg("can't find raw config descriptors");
150 usbi_dbg("can't get address");
166 usbi_dbg("vid=%x pid=%x, path=%s, bus_nmber=0x%x, port_number=%d, "
219 usbi_dbg("device bus address=%s:%x",
229 usbi_dbg("cannot get valid usb_addr");
246 usbi_dbg("can't alloc device");
267 usbi_dbg("sanatize failed: ");
271 usbi_dbg("Dev %s exists", path);
280 usbi_dbg("cannot append device")
    [all...]
netbsd_usb.c 150 usbi_dbg("");
225 usbi_dbg("open %s: fd %d", dpriv->devnode, dpriv->fd);
236 usbi_dbg("close: fd %d", dpriv->fd);
248 usbi_dbg("");
267 usbi_dbg("len %d", len);
284 usbi_dbg("index %d, len %d", idx, len);
319 usbi_dbg("");
324 usbi_dbg("configuration %d", *config);
334 usbi_dbg("configuration %d", config);
374 usbi_dbg("iface %d, setting %d", iface, altsetting)
    [all...]
openbsd_usb.c 160 usbi_dbg("");
264 usbi_dbg("open %s: fd %d", devnode, dpriv->fd);
277 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...]
windows_nt_common.c 167 usbi_dbg("using %lu entries hash table", nel);
234 usbi_dbg("hash collision ('%s' vs '%s')", str, htab_table[idx].str);
317 usbi_dbg("hires timer available (Frequency: %"PRIu64" Hz)", hires_frequency);
332 usbi_dbg("timer thread will run on core #%d", i);
360 usbi_dbg("no hires timer available on this platform");
374 usbi_dbg("could not wait for timer thread to quit");
400 usbi_dbg("SetEvent failed for timer init event: %s", windows_error_str(0));
423 usbi_dbg("timer thread quitting");
453 usbi_dbg("could not obtain a timer value within reasonable timeframe - too much load?");
486 usbi_dbg("handling I/O completion with errcode %u, size %u", io_result, io_size)
    [all...]
linux_usbfs.c 248 usbi_dbg("found: %s", entry->d_name);
321 usbi_dbg("found usbfs at %s", ret);
339 usbi_dbg("monotonic clock doesn't work, errno %d", errno);
400 usbi_dbg("bulk continuation flag supported");
412 usbi_dbg("zero length packet flag supported");
442 usbi_dbg("sysfs can relate devices");
445 usbi_dbg("sysfs has complete descriptors");
605 usbi_dbg("device unconfigured");
634 usbi_dbg("getting address for device: %s detached: %d", sys_name, detached);
652 usbi_dbg("scan %s", sys_name)
    [all...]
linux_netlink.c 105 usbi_dbg("failed to create netlink socket of type %d, attempting SOCK_RAW", socktype);
216 usbi_dbg("unknown device action %s", tmp);
323 usbi_dbg("ignoring netlink message from unknown group/PID (%u/%u)",
330 usbi_dbg("ignoring netlink message with no sender credentials");
336 usbi_dbg("ignoring netlink message with non-zero sender UID %u", (unsigned int)cred->uid);
344 usbi_dbg("netlink hotplug found device busnum: %hhu, devaddr: %hhu, sys_name: %s, removed: %s",
369 usbi_dbg("netlink event thread entering");
386 usbi_dbg("netlink event thread exiting");
darwin_usb.c 182 usbi_dbg ("converting ep address 0x%02x to pipeRef and interface", ep);
198 usbi_dbg ("pipe %d on interface %d matches", *pipep, iface);
290 usbi_dbg ("could not set up plugin for service: %s", darwin_error_str (result));
350 usbi_dbg ("notifying context %p of device disconnect", ctx);
411 usbi_dbg ("creating hotplug event source");
456 usbi_dbg ("darwin event thread ready to receive events");
467 usbi_dbg ("darwin event thread exiting");
656 usbi_dbg ("ignoring configuration on root hub simulation");
699 usbi_dbg ("active config: %u, first config: %u", dev->active_config, dev->first_config);
759 usbi_dbg("descriptor appears to be invalid. resetting configuration before trying again...")
    [all...]
haiku_pollfs.cpp 103 usbi_dbg("using previously allocated device with location %lu", session_id);
107 usbi_dbg("allocating new device with location %lu", session_id);
110 usbi_dbg("device allocation failed");
132 usbi_dbg("device sanitization failed");
176 usbi_dbg("device with location %lu not found", session_id);
windows_winusb.c 437 usbi_dbg("assigned libusb0 symbolic link %s", filter_path);
503 usbi_dbg("found endpoint %02X on interface %d", intf_desc->bInterfaceNumber, i);
510 usbi_dbg("endpoint %02X not found on any interface", ep);
535 usbi_dbg("no endpoints found for interface %d", iface);
549 usbi_dbg("(re)assigned endpoint %02X to interface %d", priv->usb_interface[iface].endpoint[i], iface);
614 usbi_dbg("auto-claimed interface %d for control request", current_interface);
651 usbi_dbg("auto-released interface %d", transfer_priv->interface_number);
653 usbi_dbg("failed to auto-release interface %d (%s)",
800 usbi_dbg(windows_version_str);
    [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);
302 usbi_dbg("Handling hotplug event from hotplug_poll");
wince_usb.c 213 usbi_dbg("hires timer available (Frequency: %"PRIu64" Hz)", hires_frequency);
215 usbi_dbg("no hires timer available on this platform");
306 usbi_dbg("using existing device for %u/%u (session %lu)",
313 usbi_dbg("allocating new device for %u/%u (session %lu)",
656 usbi_dbg("handling I/O completion with errcode %u", io_result);
672 usbi_dbg("checking I/O completion with errcode ERROR_NOT_SUPPORTED is really a stall");
693 usbi_dbg("Endpoint doesn't appear to be stalled, overriding error with success");
696 usbi_dbg("Endpoint doesn't appear to be stalled, but the host is halted, changing error");
710 usbi_dbg("detected transfer cancel");
715 usbi_dbg("detected endpoint stall")
    [all...]
poll_windows.c 54 #define poll_dbg usbi_dbg
101 usbi_dbg("Will use CancelIo%s for I/O cancellation",
367 usbi_dbg("could not duplicate handle for CancelIo - using original one");
haiku_usb_backend.cpp 299 usbi_dbg("Setting alternate interface successful");
308 usbi_dbg("Setting alternate interface successful");
windows_winusb.h 126 usbi_dbg("unsupported API call for '" \
  /external/libusb/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/
io.c     [all...]
core.c 659 usbi_dbg("need to increase capacity");
764 usbi_dbg("zero configurations, maybe an unauthorized device");
818 usbi_dbg("");
    [all...]
libusbi.h 188 #define usbi_dbg(...) _usbi_log(NULL, LIBUSB_LOG_LEVEL_DEBUG, __VA_ARGS__) macro
191 #define usbi_dbg(...) do {} while(0) macro
222 static inline void usbi_dbg(const char *format, ...)
    [all...]
sync.c 41 usbi_dbg("actual_length=%d", transfer->actual_length);
descriptor.c 162 usbi_dbg("skipping descriptor %x", header.bDescriptorType);
448 usbi_dbg("skipping descriptor 0x%x", header.bDescriptorType);
546 usbi_dbg("");
624 usbi_dbg("index %d", config_index);
662 usbi_dbg("value %d", bConfigurationValue);
919 usbi_dbg("found BOS descriptor: size %d bytes, %d capabilities",
    [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 3068 milliseconds