/external/libusb/libusb/os/ |
darwin_usb.c | 124 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_CTX (dev_handle), "device open for access") [all...] |
/external/libusb_aah/libusb/os/ |
darwin_usb.c | 137 usbi_info (HANDLE_CTX(dev_handle), "converting ep address 0x%02x to pipeRef and interface", ep); 147 usbi_info (HANDLE_CTX(dev_handle), "pipe %d on interface %d matches", *pipep, *ifcp); 267 usbi_info (ctx, "a device has been detached"); 334 usbi_info (ctx, "creating hotplug event source"); 359 usbi_info (ctx, "thread ready to receive events"); 370 usbi_info (ctx, "thread exiting"); 558 usbi_info (ctx, "active config: %u, first config: %u", priv->active_config, priv->first_config); 705 usbi_info (ctx, "allocating new device for location 0x%08x", locationID); 709 usbi_info (ctx, "using existing device for location 0x%08x", locationID); 760 usbi_info (ctx, "found device with address %d at %s", dev->device_address, priv->sys_path) [all...] |
windows_usb.c | [all...] |
/external/libusb_aah/libusb/ |
libusbi.h | 149 #define usbi_info(ctx, ...) _usbi_log(ctx, LOG_LEVEL_INFO, __VA_ARGS__) macro 162 static inline void usbi_info(struct libusb_context *ctx, const char *fmt, ...) function
|
/external/libusb/libusb/ |
libusbi.h | 130 #define usbi_info(ctx, fmt...) _usbi_log(ctx, LOG_LEVEL_INFO, fmt) macro
|
/external/libusb-compat/libusb/ |
core.c | 54 #define usbi_info(fmt...) _usbi_log(LOG_LEVEL_INFO, fmt) macro
|