Home
last modified time | relevance | path

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

/external/libusb/libusb/
Dio.c1170 list_init(&ctx->hotplug_msgs); in usbi_io_init()
2075 struct list_head hotplug_msgs; in handle_event_trigger() local
2080 list_init(&hotplug_msgs); in handle_event_trigger()
2102 assert(!list_empty(&ctx->hotplug_msgs)); in handle_event_trigger()
2103 list_cut(&hotplug_msgs, &ctx->hotplug_msgs); in handle_event_trigger()
2140 while (!list_empty(&hotplug_msgs)) { in handle_event_trigger()
2142 list_first_entry(&hotplug_msgs, struct libusb_hotplug_message, list); in handle_event_trigger()
Dhotplug.c225 list_add_tail(&message->list, &ctx->hotplug_msgs); in usbi_hotplug_notification()
Dcore.c734 if (libusb_has_capability(LIBUSB_CAP_HAS_HOTPLUG) && dev->ctx->hotplug_msgs.next) { in usbi_connect_device()
755 if (libusb_has_capability(LIBUSB_CAP_HAS_HOTPLUG) && dev->ctx->hotplug_msgs.next) { in usbi_disconnect_device()
Dlibusbi.h398 struct list_head hotplug_msgs; member
/external/libusb/include/libusb/
Dlibusbi.h398 struct list_head hotplug_msgs; member