Searched refs:hotplug_cbs (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/libusb/src/libusb/
H A Dhotplug.c185 list_for_each_entry_safe(hotplug_cb, next, &ctx->hotplug_cbs, list, struct libusb_hotplug_callback) {
246 list_add(&new_callback->list, &ctx->hotplug_cbs);
294 list_for_each_entry(hotplug_cb, &ctx->hotplug_cbs, list,
315 list_for_each_entry_safe(hotplug_cb, next, &ctx->hotplug_cbs, list,
H A Dlibusbi.h239 struct list_head hotplug_cbs; member in struct:libusb_context
H A Dcore.c1847 list_init(&ctx->hotplug_cbs);

Completed in 96 milliseconds