Home
last modified time | relevance | path

Searched defs:windows_backend (Results 1 – 1 of 1) sorted by relevance

/external/libusb/libusb/os/
Dwindows_common.h310 struct windows_backend { struct
311 int (*init)(struct libusb_context *ctx);
312 void (*exit)(struct libusb_context *ctx);
313 int (*get_device_list)(struct libusb_context *ctx,
315 int (*open)(struct libusb_device_handle *dev_handle);
316 void (*close)(struct libusb_device_handle *dev_handle);
340 const struct windows_backend *backend; argument