Home
last modified time | relevance | path

Searched refs:for_each_hotplug_cb_safe (Results 1 – 2 of 2) sorted by relevance

/third_party/libusb/libusb/
Dhotplug.c187 for_each_hotplug_cb_safe(ctx, hotplug_cb, next) { in usbi_hotplug_match()
388 for_each_hotplug_cb_safe(ctx, hotplug_cb, next) { in usbi_hotplug_deregister()
Dhotplug.h96 #define for_each_hotplug_cb_safe(ctx, c, n) \ macro