Home
last modified time | relevance | path

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

/external/libusb/libusb/os/
Dwindows_common.h299 struct windows_backend { struct
300 int (*init)(struct libusb_context *ctx);
301 void (*exit)(struct libusb_context *ctx);
302 int (*get_device_list)(struct libusb_context *ctx,
304 int (*open)(struct libusb_device_handle *dev_handle);
305 void (*close)(struct libusb_device_handle *dev_handle);
329 const struct windows_backend *backend; argument