Searched refs:usbi_err (Results 1 - 21 of 21) sorted by relevance

/external/chromium_org/third_party/libusb/src/libusb/os/
H A Dlinux_udev.c63 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(ct
[all...]
H A Dlinux_usbfs.c200 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(ct
[all...]
H A Dwindows_usb.c274 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(ct
[all...]
H A Ddarwin_usb.c350 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");
946 usbi_err (HANDLE_CTX (dev_handle), "CreateDeviceAsyncEventSource: %s", darwin_error_str(kresult));
987 usbi_err (HANDLE_CTX (dev_handle), "Close called on a device that was not open!\n");
1114 usbi_err (HANDLE_CTX (dev_handle), "can't get number of endpoints for interface: %s", darwin_error_str(kresult));
1124 usbi_err (HANDLE_CTX (dev_handle), "error getting pipe information for pipe %d: %s", i, darwin_error_str(kresult));
1161 usbi_err (HANDLE_CTX (dev_handle), "could not set configuration");
1167 usbi_err (HANDLE_CTX (dev_handle), "darwin_get_interface: %s", darwin_error_str(kresult));
1173 usbi_err (HANDLE_CT
[all...]
H A Dwince_usb.c178 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(ct
[all...]
H A Dlinux_netlink.c134 usbi_err(NULL, "could not create netlink control pipe");
H A Dpoll_windows.c659 usbi_err(NULL, "this function should only used for signaling");
696 usbi_err(NULL, "this function should only used for signaling");
H A Dopenbsd_usb.c162 usbi_err(ctx, "could not open %s", busnode);
/external/chromium_org/third_party/libusb/src/libusb/
H A Ddescriptor.c110 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(ct
[all...]
H A Dcore.c554 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");
896 usbi_err(DEVICE_CTX(dev),
947 usbi_err(DEVICE_CTX(dev),
1203 usbi_err(ctx, "Device handle closed while transfer was still being processed, but the device is still connected as far as we know");
1208 usbi_err(ctx, "A cancellation hasn't even been scheduled on the transfer for which the device is closing");
1354 usbi_err(HANDLE_CTX(dev), "zero bytes returned in ctrl transfer?");
H A Dio.c1211 usbi_err(ITRANSFER_CTX(transfer),
1498 usbi_err(TRANSFER_CTX(transfer),
1821 usbi_err(ctx, "failed to read realtime clock, error %d", errno);
1973 usbi_err(ctx, "poll failed %d err=%d\n", r, errno);
2004 usbi_err(ctx, "hotplug pipe read error %d != %u",
2048 usbi_err(ctx, "backend handle_events failed with error %d", r);
2372 usbi_err(ctx, "failed to read monotonic clock, errno=%d", errno);
2509 usbi_err(ctx, "external polling of libusbx's internal descriptors "\
H A Dhotplug.c307 usbi_err(ctx, "error writing hotplug message");
H A Dsync.c54 usbi_err(ctx, "libusb_handle_events failed: %s, cancelling transfer and retrying",
H A Dlibusbi.h170 #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,
/external/libusb/libusb/os/
H A Ddarwin_usb.c284 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_CT
[all...]
H A Dlinux_usbfs.c239 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_CT
[all...]
/external/libusb/libusb/
H A Ddescriptor.c92 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(de
[all...]
H A Dcore.c540 usbi_err(DEVICE_CTX(dev), "too many configurations");
724 usbi_err(DEVICE_CTX(dev),
775 usbi_err(DEVICE_CTX(dev),
1107 usbi_err(HANDLE_CTX(dev), "zero bytes returned in ctrl transfer?");
H A Dio.c1070 usbi_err(ITRANSFER_CTX(transfer),
1284 usbi_err(TRANSFER_CTX(transfer),
1657 usbi_err(ctx, "failed to read realtime clock, error %d", errno);
1821 usbi_err(ctx, "poll failed %d err=%d\n", r, errno);
1869 usbi_err(ctx, "backend handle_events failed with error %d", r);
2131 usbi_err(ctx, "failed to read monotonic clock, errno=%d", errno);
H A Dlibusbi.h132 #define usbi_err(ctx, fmt...) _usbi_log(ctx, LOG_LEVEL_ERROR, fmt) macro
/external/libusb-compat/libusb/
H A Dcore.c56 #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 2275 milliseconds