Searched refs:libusb_hotplug_callback_handle (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/lib/libusb/
H A Dlibusb10_hotplug.c71 libusb_hotplug_filter(libusb_context *ctx, libusb_hotplug_callback_handle pcbh,
110 libusb_hotplug_callback_handle acbh;
111 libusb_hotplug_callback_handle bcbh;
186 libusb_hotplug_callback_handle *phandle)
188 libusb_hotplug_callback_handle handle;
238 libusb_hotplug_callback_handle handle)
H A Dlibusb.h295 typedef struct libusb_hotplug_callback_handle_struct *libusb_hotplug_callback_handle; typedef in typeref:struct:libusb_hotplug_callback_handle_struct
579 int libusb_hotplug_register_callback(libusb_context *ctx, libusb_hotplug_event events, libusb_hotplug_flag flags, int vendor_id, int product_id, int dev_class, libusb_hotplug_callback_fn cb_fn, void *user_data, libusb_hotplug_callback_handle *handle);
580 void libusb_hotplug_deregister_callback(libusb_context *ctx, libusb_hotplug_callback_handle handle);

Completed in 168 milliseconds