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

  /external/chromium_org/third_party/libusb/src/libusb/
libusbi.h 318 struct libusb_device_handle { struct
420 void usbi_handle_disconnect(struct libusb_device_handle *handle);
614 int (*open)(struct libusb_device_handle *handle);
624 void (*close)(struct libusb_device_handle *handle);
731 int (*get_configuration)(struct libusb_device_handle *handle, int *config);
748 int (*set_configuration)(struct libusb_device_handle *handle, int config);
767 int (*claim_interface)(struct libusb_device_handle *handle, int interface_number);
784 int (*release_interface)(struct libusb_device_handle *handle, int interface_number);
800 int (*set_interface_altsetting)(struct libusb_device_handle *handle,
814 int (*clear_halt)(struct libusb_device_handle *handle
    [all...]
libusb.h 902 struct libusb_device_handle;
973 typedef struct libusb_device_handle libusb_device_handle; typedef in typeref:struct:libusb_device_handle
    [all...]
  /external/libusb/libusb/
libusbi.h 221 struct libusb_device_handle { struct
301 void usbi_handle_disconnect(struct libusb_device_handle *handle);
443 int (*open)(struct libusb_device_handle *handle);
453 void (*close)(struct libusb_device_handle *handle);
544 int (*get_configuration)(struct libusb_device_handle *handle, int *config);
561 int (*set_configuration)(struct libusb_device_handle *handle, int config);
580 int (*claim_interface)(struct libusb_device_handle *handle, int iface);
597 int (*release_interface)(struct libusb_device_handle *handle, int iface);
613 int (*set_interface_altsetting)(struct libusb_device_handle *handle,
627 int (*clear_halt)(struct libusb_device_handle *handle
    [all...]
libusb.h 544 struct libusb_device_handle;
591 typedef struct libusb_device_handle libusb_device_handle; typedef in typeref:struct:libusb_device_handle
718 libusb_device_handle *dev_handle;
784 int libusb_get_configuration(libusb_device_handle *dev, int *config);
799 int libusb_open(libusb_device *dev, libusb_device_handle **handle);
800 void libusb_close(libusb_device_handle *dev_handle);
801 libusb_device *libusb_get_device(libusb_device_handle *dev_handle);
803 int libusb_set_configuration(libusb_device_handle *dev, int configuration);
804 int libusb_claim_interface(libusb_device_handle *dev, int iface)
    [all...]

Completed in 113 milliseconds