Searched refs:hotplug_msgs (Results 1 - 5 of 5) sorted by relevance

/external/libusb/libusb/
H A Dhotplug.c231 list_add_tail(&message->list, &ctx->hotplug_msgs);
H A Dlibusbi.h322 struct list_head hotplug_msgs; member in struct:libusb_context
357 || !list_empty(&(ctx)->hotplug_msgs) || !list_empty(&(ctx)->completed_transfers))
H A Dio.c1135 list_init(&ctx->hotplug_msgs);
2194 if (!list_empty(&ctx->hotplug_msgs)) {
2197 message = list_first_entry(&ctx->hotplug_msgs, libusb_hotplug_message, list);
H A Dcore.c721 if (libusb_has_capability(LIBUSB_CAP_HAS_HOTPLUG) && dev->ctx->hotplug_msgs.next) {
742 if (libusb_has_capability(LIBUSB_CAP_HAS_HOTPLUG) && dev->ctx->hotplug_msgs.next) {
/external/libusb/include/libusb/
H A Dlibusbi.h322 struct list_head hotplug_msgs; member in struct:libusb_context
357 || !list_empty(&(ctx)->hotplug_msgs) || !list_empty(&(ctx)->completed_transfers))

Completed in 75 milliseconds