Searched refs:usbi_info (Results 1 - 6 of 6) sorted by last modified time

/external/libusb/libusb/
H A Dlibusbi.h130 #define usbi_info(ctx, fmt...) _usbi_log(ctx, LOG_LEVEL_INFO, fmt) macro
/external/libusb/libusb/os/
H A Ddarwin_usb.c124 usbi_info (HANDLE_CTX(dev_handle), "converting ep address 0x%02x to pipeRef and interface", ep);
134 usbi_info (HANDLE_CTX(dev_handle), "pipe %d on interface %d matches", *pipep, *ifcp);
225 usbi_info (ctx, "a device has been detached");
268 usbi_info (ctx, "creating hotplug event source");
295 usbi_info (ctx, "libopenusb/darwin.c event_thread_main: thread ready to receive events");
300 usbi_info (ctx, "libopenusb/darwin.c event_thread_main: thread exiting");
450 usbi_info (ctx, "allocating new device for location 0x%08x", locationID);
454 usbi_info (ctx, "using existing device for location 0x%08x", locationID);
544 usbi_info (ctx, "found device with address %d at %s", dev->device_address, priv->sys_path);
633 usbi_info (HANDLE_CT
[all...]
/external/libusb-compat/libusb/
H A Dcore.c54 #define usbi_info(fmt...) _usbi_log(LOG_LEVEL_INFO, fmt) macro
/external/chromium_org/third_party/libusb/src/libusb/
H A Dlibusbi.h168 #define usbi_info(ctx, ...) _usbi_log(ctx, LIBUSB_LOG_LEVEL_INFO, __VA_ARGS__) macro
186 static inline void usbi_info(struct libusb_context *ctx, const char *format,
/external/chromium_org/third_party/libusb/src/libusb/os/
H A Ddarwin_usb.c1156 usbi_info (HANDLE_CTX (dev_handle), "no interface found; setting configuration: %d", dpriv->first_config);
H A Dwindows_usb.c1019 usbi_info(ctx, "could not access configuration descriptor (dummy) for '%s': %s", device_id, windows_error_str(0));
1024 usbi_info(ctx, "unexpected configuration descriptor size (dummy) for '%s'.", device_id);
1475 usbi_info(ctx, "The following device has no driver: '%s'", dev_id_path);
1476 usbi_info(ctx, "libusbx will not be able to access it.");
2515 usbi_info(ctx, "libusbK DLL is not available, will use native WinUSB");

Completed in 447 milliseconds