Searched refs:usbi_info (Results 1 – 4 of 4) sorted by relevance
/external/libusb/libusb/os/ |
D | darwin_usb.c | 124 usbi_info (HANDLE_CTX(dev_handle), "converting ep address 0x%02x to pipeRef and interface", ep); in ep_to_pipeRef() 134 usbi_info (HANDLE_CTX(dev_handle), "pipe %d on interface %d matches", *pipep, *ifcp); in ep_to_pipeRef() 225 usbi_info (ctx, "a device has been detached"); in darwin_devices_detached() 268 usbi_info (ctx, "creating hotplug event source"); in event_thread_main() 295 usbi_info (ctx, "libopenusb/darwin.c event_thread_main: thread ready to receive events"); in event_thread_main() 300 usbi_info (ctx, "libopenusb/darwin.c event_thread_main: thread exiting"); in event_thread_main() 450 usbi_info (ctx, "allocating new device for location 0x%08x", locationID); in process_new_device() 454 usbi_info (ctx, "using existing device for location 0x%08x", locationID); in process_new_device() 544 usbi_info (ctx, "found device with address %d at %s", dev->device_address, priv->sys_path); in process_new_device() 633 usbi_info (HANDLE_CTX (dev_handle), "device open for access"); in darwin_open() [all …]
|
/external/libusb/libusb/ |
D | libusbi.h | 130 #define usbi_info(ctx, fmt...) _usbi_log(ctx, LOG_LEVEL_INFO, fmt) macro
|
/external/libusb-compat/libusb/ |
D | core.c | 54 #define usbi_info(fmt...) _usbi_log(LOG_LEVEL_INFO, fmt) macro
|
/external/libusb/ |
D | ChangeLog | 117 Use usbi_warn, usbi_err, and usbi_info instead of _usbi_log.
|