Home
last modified time | relevance | path

Searched refs:next_hotplug_cb_handle (Results 1 – 3 of 3) sorted by relevance

/third_party/libusb/libusb/
Dhotplug.c280 new_callback->handle = ctx->next_hotplug_cb_handle++; in libusb_hotplug_register_callback()
283 if (ctx->next_hotplug_cb_handle < 0) in libusb_hotplug_register_callback()
284 ctx->next_hotplug_cb_handle = 1; in libusb_hotplug_register_callback()
Dlibusbi.h340 libusb_hotplug_callback_handle next_hotplug_cb_handle; member
Dcore.c2305 ctx->next_hotplug_cb_handle = 1; in libusb_init()