Searched refs:usbi_dbg (Results 1 - 11 of 11) sorted by relevance

/macosx-10.10/SmartcardCCID-55008/libusb/libusb/libusb/os/
H A Dopenbsd_usb.c142 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("ifac
[all...]
H A Dlinux_usbfs.c182 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("devic
[all...]
H A Dwindows_usb.c392 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)",
947 usbi_dbg("cached config descriptor %d (bConfigurationValue=%d, %d bytes)",
990 usbi_dbg("got bus number from ancestor #%d", i);
1034 usbi_dbg("foun
[all...]
H A Ddarwin_usb.c209 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 (" bDeviceSubClas
[all...]
H A Dpoll_windows.c53 #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");
H A Dwindows_usb.h146 usbi_dbg("unsupported API call for '" \
/macosx-10.10/SmartcardCCID-55008/libusb/libusb/libusb/
H A Dio.c1077 usbi_dbg("using timerfd for timeouts");
1085 usbi_dbg("timerfd not available (code %d error %d)", ctx->timerfd, errno);
1318 usbi_dbg("arm timerfd for timeout in %dms (first in line)", transfer->timeout);
1352 usbi_dbg("");
1360 usbi_dbg("cancel transfer failed error %d", r);
1378 usbi_dbg("");
1409 usbi_dbg("next timeout originally %dms", USBI_TRANSFER_TO_LIBUSB_TRANSFER(transfer)->timeout);
1474 usbi_dbg("interpreting short transfer as error");
1482 usbi_dbg("transfer %p has callback %p", transfer, transfer->callback);
1505 usbi_dbg("detecte
[all...]
H A Dcore.c501 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);
948 usbi_dbg("open %d.%d", dev->bus_number, dev->device_address);
966 usbi_dbg("open %d.%d returns %d", dev->bus_number, dev->device_address, r);
1082 usbi_dbg("Removed transfer %p from the in-flight list because device handle %p closed",
1118 usbi_dbg("");
1202 usbi_dbg("");
1208 usbi_dbg("fallin
[all...]
H A Dsync.c40 usbi_dbg("actual_length=%d", transfer->actual_length);
152 usbi_dbg("actual_length=%d", transfer->actual_length);
H A Ddescriptor.c130 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);
H A Dlibusbi.h144 #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

Completed in 213 milliseconds