/external/chromium_org/third_party/libusb/src/libusb/os/ |
linux_udev.c | 63 usbi_err(NULL, "could not create udev context"); 69 usbi_err(NULL, "could not initialize udev monitor"); 75 usbi_err(NULL, "could not initialize udev monitor filter for \"usb\" subsystem"); 80 usbi_err(NULL, "failed to enable the udev monitor"); 90 usbi_err(NULL, "getting udev monitor fd flags (%d)", errno); 95 usbi_err(NULL, "setting udev monitor fd flags (%d)", errno); 101 usbi_err(NULL, "could not create udev control pipe"); 107 usbi_err(NULL, "creating hotplug event thread (%d)", r); 245 usbi_err(NULL, "ignoring udev action %s", udev_action); 264 usbi_err(ctx, "error creating udev enumerator") [all...] |
linux_usbfs.c | 200 usbi_err(ctx, "libusbx couldn't open USB device %s: %s", 203 usbi_err(ctx, "libusbx requires write access to USB " 361 usbi_err(ctx, "could not find usbfs"); 372 usbi_err(ctx, "error checking for bulk continuation support"); 384 usbi_err(ctx, "error checking for zero length packet support"); 396 usbi_err(ctx, "error checking for sysfs descriptors"); 405 usbi_err(ctx, "error checking for sysfs busnum"); 438 usbi_err(ctx, "error starting hotplug event monitor"); 509 usbi_err(DEVICE_CTX(dev), 534 usbi_err(ctx, "open %s failed errno=%d", filename, errno) [all...] |
windows_usb.c | 274 usbi_err(ctx, "Could not obtain device info data for index %u: %s", 312 usbi_err(ctx, "Could not obtain device info data for index %u: %s", 324 usbi_err(ctx, "Could not obtain interface data for index %u: %s", 336 usbi_err(ctx, "could not access interface data (dummy) for index %u: %s", 341 usbi_err(ctx, "program assertion failed - http://msdn.microsoft.com/en-us/library/ms792901.aspx is wrong."); 346 usbi_err(ctx, "could not allocate interface data for index %u.", _index); 353 usbi_err(ctx, "could not access interface data (actual) for index %u: %s", 378 usbi_err(ctx, "Could not obtain device info data for index %u: %s", 389 usbi_err(ctx, "Could not obtain interface data for index %u: %s", 400 usbi_err(ctx, "could not access interface data (dummy) for index %u: %s" [all...] |
darwin_usb.c | 350 usbi_err (ctx, "could not add hotplug event source: %s", darwin_error_str (kresult)); 362 usbi_err (ctx, "could not add hotplug event source: %s", darwin_error_str (kresult)); 542 usbi_err (ctx, "device has no configurations"); [all...] |
wince_usb.c | 178 usbi_err(ctx, "could not create semaphore: %s", windows_error_str(0)); 185 usbi_err(ctx, "failure to access semaphore: %s", windows_error_str(0)); 198 usbi_err(ctx, "could not resolve DLL functions"); 206 usbi_err(ctx, "could not connect to driver"); 218 usbi_err(ctx, "could not create timer request event %d - aborting", i); 224 usbi_err(ctx, "could not create timer response semaphore - aborting"); 229 usbi_err(ctx, "could not create timer mutex - aborting"); 234 usbi_err(ctx, "Unable to create timer thread - aborting"); 240 usbi_err(ctx, "Failed to wait for timer thread to become ready - aborting"); 360 usbi_err(ctx, "could not get devices: %s", windows_error_str(0)) [all...] |
linux_netlink.c | 134 usbi_err(NULL, "could not create netlink control pipe");
|
poll_windows.c | 659 usbi_err(NULL, "this function should only used for signaling"); 696 usbi_err(NULL, "this function should only used for signaling");
|
openbsd_usb.c | 162 usbi_err(ctx, "could not open %s", busnode);
|
/external/chromium_org/third_party/libusb/src/libusb/ |
descriptor.c | 110 usbi_err(ctx, "short endpoint descriptor read %d/%d", 117 usbi_err(ctx, "unexpected descriptor %x (expected %x)", 131 usbi_err(ctx, "invalid endpoint bLength (%d)", header.bLength); 145 usbi_err(ctx, "invalid extra ep desc len (%d)", 245 usbi_err(ctx, "unexpected descriptor %x (expected %x)", 250 usbi_err(ctx, "invalid interface bLength (%d)", 261 usbi_err(ctx, "too many endpoints (%d)", ifp->bNumEndpoints); 285 usbi_err(ctx, 387 usbi_err(ctx, "short config descriptor read %d/%d", 394 usbi_err(ctx, "unexpected descriptor %x (expected %x)" [all...] |
core.c | 554 usbi_err(DEVICE_CTX(dev), "error writing hotplug message"); 583 usbi_err(DEVICE_CTX(dev), "error writing hotplug message"); 602 usbi_err(DEVICE_CTX(dev), "too many configurations"); [all...] |
io.c | [all...] |
hotplug.c | 307 usbi_err(ctx, "error writing hotplug message");
|
sync.c | 54 usbi_err(ctx, "libusb_handle_events failed: %s, cancelling transfer and retrying",
|
libusbi.h | 170 #define usbi_err(ctx, ...) _usbi_log(ctx, LIBUSB_LOG_LEVEL_ERROR, __VA_ARGS__) macro 192 static inline void usbi_err( struct libusb_context *ctx, const char *format, [all...] |
/external/libusb/libusb/os/ |
darwin_usb.c | 284 usbi_err (ctx, "could not add hotplug event source: %s", darwin_error_str (kresult)); 411 usbi_err (DEVICE_CTX (dev), "could not find device: %s", darwin_error_str (kresult)); 586 usbi_err (HANDLE_CTX (dev_handle), "could not find device: %s", darwin_error_str (kresult)); 596 usbi_err (HANDLE_CTX (dev_handle), "USBDeviceOpen: %s", darwin_error_str(kresult)); 646 usbi_err (HANDLE_CTX (dev_handle), "Close called on a device that was not open!\n"); 670 usbi_err (HANDLE_CTX (dev_handle), "USBDeviceClose: %s", darwin_error_str(kresult)); 678 usbi_err (HANDLE_CTX (dev_handle), "Release: %s", darwin_error_str(kresult)); 774 usbi_err (HANDLE_CTX (dev_handle), "can't get number of endpoints for interface: %s", darwin_error_str(kresult)); 784 usbi_err (HANDLE_CTX (dev_handle), "error getting pipe information for pipe %d: %s", i, darwin_error_str(kresult)); 827 usbi_err (HANDLE_CTX (dev_handle), "GetNumberOfConfigurations: %s", darwin_error_str(kresult)) [all...] |
linux_usbfs.c | 239 usbi_err(ctx, "could not find usbfs"); 249 usbi_err(ctx, "error checking for bulk continuation support"); 289 usbi_err(DEVICE_CTX(dev), 313 usbi_err(DEVICE_CTX(dev), "read failed, ret=%d errno=%d", fd, errno); 316 usbi_err(DEVICE_CTX(dev), "short read %d/%d", r, DEVICE_DESC_LENGTH); 362 usbi_err(DEVICE_CTX(dev), 366 usbi_err(DEVICE_CTX(dev), "device unconfigured"); 372 usbi_err(DEVICE_CTX(dev), "not null-terminated?"); 375 usbi_err(DEVICE_CTX(dev), "no configuration value?"); 381 usbi_err(DEVICE_CTX(dev), "error converting '%s' to integer", tmp) [all...] |
/external/libusb/libusb/ |
descriptor.c | 92 usbi_err(ctx, "ran out of descriptors parsing"); 97 usbi_err(ctx, "unexpected descriptor %x (expected %x)", 118 usbi_err(ctx, "invalid descriptor length %d", header.bLength); 227 usbi_err(ctx, "invalid descriptor of length %d", 266 usbi_err(ctx, "too many endpoints (%d)", ifp->bNumEndpoints); 286 usbi_err(ctx, "ran out of descriptors parsing"); 344 usbi_err(ctx, "too many interfaces (%d)", config->bNumInterfaces); 373 usbi_err(ctx, "invalid descriptor length of %d", 500 usbi_err(dev->ctx, "parse_configuration failed with error %d", r); 570 usbi_err(dev->ctx, "parse_configuration failed with error %d", r) [all...] |
core.c | 540 usbi_err(DEVICE_CTX(dev), "too many configurations"); 724 usbi_err(DEVICE_CTX(dev), 775 usbi_err(DEVICE_CTX(dev), [all...] |
io.c | [all...] |
libusbi.h | 132 #define usbi_err(ctx, fmt...) _usbi_log(ctx, LOG_LEVEL_ERROR, fmt) macro
|
/external/libusb-compat/libusb/ |
core.c | 56 #define usbi_err(fmt...) _usbi_log(LOG_LEVEL_ERROR, fmt) macro 147 usbi_err("initialization failed!"); 182 usbi_err("get_device_list failed with error %d", r); 255 usbi_err("find_busses failed with error %d", r); 518 usbi_err("error %d getting device descriptor", r); 630 usbi_err("couldn't initialize device %d.%d (error %d)", 663 usbi_err("could not open device, error %d", r);
|