Home
last modified time | relevance | path

Searched refs:usbi_info (Results 1 – 7 of 7) sorted by relevance

/external/libusb/libusb/os/
Ddarwin_usb.c124 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_aah/libusb/os/
Ddarwin_usb.c137 usbi_info (HANDLE_CTX(dev_handle), "converting ep address 0x%02x to pipeRef and interface", ep); in ep_to_pipeRef()
147 usbi_info (HANDLE_CTX(dev_handle), "pipe %d on interface %d matches", *pipep, *ifcp); in ep_to_pipeRef()
267 usbi_info (ctx, "a device has been detached"); in darwin_devices_detached()
334 usbi_info (ctx, "creating hotplug event source"); in event_thread_main()
359 usbi_info (ctx, "thread ready to receive events"); in event_thread_main()
370 usbi_info (ctx, "thread exiting"); in event_thread_main()
558 usbi_info (ctx, "active config: %u, first config: %u", priv->active_config, priv->first_config); in darwin_check_configuration()
705 usbi_info (ctx, "allocating new device for location 0x%08x", locationID); in process_new_device()
709 usbi_info (ctx, "using existing device for location 0x%08x", locationID); in process_new_device()
760 usbi_info (ctx, "found device with address %d at %s", dev->device_address, priv->sys_path); in process_new_device()
[all …]
Dwindows_usb.c1320 usbi_info(ctx, "The following device has no driver: '%s'", dev_id_path); in windows_get_device_list()
1321 usbi_info(ctx, "libusb will not be able to access it."); in windows_get_device_list()
/external/libusb_aah/libusb/
Dlibusbi.h149 #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, ...) in usbi_info() function
/external/libusb/libusb/
Dlibusbi.h130 #define usbi_info(ctx, fmt...) _usbi_log(ctx, LOG_LEVEL_INFO, fmt) macro
/external/libusb-compat/libusb/
Dcore.c54 #define usbi_info(fmt...) _usbi_log(LOG_LEVEL_INFO, fmt) macro
/external/libusb/
DChangeLog117 Use usbi_warn, usbi_err, and usbi_info instead of _usbi_log.