Searched refs:hotplug_msgs (Results 1 – 5 of 5) sorted by relevance
1170 list_init(&ctx->hotplug_msgs); in usbi_io_init()2075 struct list_head hotplug_msgs; in handle_event_trigger() local2080 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()
225 list_add_tail(&message->list, &ctx->hotplug_msgs); in usbi_hotplug_notification()
734 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()
398 struct list_head hotplug_msgs; member