HomeSort by relevance Sort by last modified time
    Searched defs:claim_interface (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/libusb/src/libusb/
libusbi.h 769 int (*claim_interface)(struct libusb_device_handle *handle, int interface_number); member in struct:usbi_os_backend
840 * calls to claim_interface would fail with the LIBUSB_ERROR_BUSY code.
    [all...]
  /external/libusb/libusb/
libusbi.h 580 int (*claim_interface)(struct libusb_device_handle *handle, int iface); member in struct:usbi_os_backend
651 * calls to claim_interface would fail with the LIBUSB_ERROR_BUSY code.
  /external/chromium_org/third_party/libusb/src/libusb/os/
linux_usbfs.c 1351 static int claim_interface(struct libusb_device_handle *handle, int iface) function
    [all...]
windows_usb.h 117 int (*claim_interface)(int sub_api, struct libusb_device_handle *dev_handle, int iface); member in struct:windows_usb_api_backend

Completed in 2872 milliseconds