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

  /external/chromium_org/third_party/libusb/src/libusb/os/
linux_udev.c 62 usbi_err(NULL, "could not create udev context");
68 usbi_err(NULL, "could not initialize udev monitor");
74 usbi_err(NULL, "could not initialize udev monitor filter for \"usb\" subsystem");
79 usbi_err(NULL, "failed to enable the udev monitor");
89 usbi_err(NULL, "getting udev monitor fd flags (%d)", errno);
94 usbi_err(NULL, "setting udev monitor fd flags (%d)", errno);
100 usbi_err(NULL, "creating hotplug event thread (%d)", r);
212 usbi_err(NULL, "ignoring udev action %s", udev_action);
231 usbi_err(ctx, "error creating udev enumerator");
linux_usbfs.c 197 usbi_err(ctx, "libusbx couldn't open USB device %s: %s",
200 usbi_err(ctx, "libusbx requires write access to USB "
358 usbi_err(ctx, "could not find usbfs");
369 usbi_err(ctx, "error checking for bulk continuation support");
381 usbi_err(ctx, "error checking for zero length packet support");
393 usbi_err(ctx, "error checking for sysfs descriptors");
402 usbi_err(ctx, "error checking for sysfs busnum");
435 usbi_err(ctx, "error starting hotplug event monitor");
498 usbi_err(DEVICE_CTX(dev),
523 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 349 usbi_err (ctx, "could not add hotplug event source: %s", darwin_error_str (kresult));
361 usbi_err (ctx, "could not add hotplug event source: %s", darwin_error_str (kresult));
541 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");
354 usbi_err(ctx, "could not get devices: %s", windows_error_str(0));
362 usbi_err(ctx, "could not get device address for %d: %s", i, windows_error_str(0))
    [all...]
linux_netlink.c 90 usbi_err(NULL, "error closing netlink socket. %s", strerror(errno));
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 154 usbi_err(ctx, "could not open %s", devnode);
  /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 549 usbi_err(DEVICE_CTX(dev), "error writing hotplug message");
574 usbi_err(DEVICE_CTX(dev), "error writing hotplug message");
597 usbi_err(DEVICE_CTX(dev), "too many configurations");
    [all...]
io.c     [all...]
hotplug.c 305 usbi_err(ctx, "error writing hotplug message");
sync.c 54 usbi_err(ctx, "libusb_handle_events failed: %s, cancelling transfer and retrying",
libusbi.h 168 #define usbi_err(ctx, ...) _usbi_log(ctx, LIBUSB_LOG_LEVEL_ERROR, __VA_ARGS__) macro
190 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);

Completed in 1905 milliseconds