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

  /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...]
  /external/libusb_aah/libusb/
libusbi.h 331 struct libusb_device_handle { struct
423 void usbi_handle_disconnect(struct libusb_device_handle *handle);
566 int (*open)(struct libusb_device_handle *handle);
576 void (*close)(struct libusb_device_handle *handle);
667 int (*get_configuration)(struct libusb_device_handle *handle, int *config);
684 int (*set_configuration)(struct libusb_device_handle *handle, int config);
703 int (*claim_interface)(struct libusb_device_handle *handle, int interface_number);
720 int (*release_interface)(struct libusb_device_handle *handle, int interface_number);
736 int (*set_interface_altsetting)(struct libusb_device_handle *handle,
750 int (*clear_halt)(struct libusb_device_handle *handle
    [all...]
libusb.h 639 struct libusb_device_handle;
709 typedef struct libusb_device_handle libusb_device_handle; typedef in typeref:struct:libusb_device_handle
886 libusb_device_handle *dev_handle;
966 int LIBUSB_CALL libusb_get_configuration(libusb_device_handle *dev,
986 int LIBUSB_CALL libusb_open(libusb_device *dev, libusb_device_handle **handle);
987 void LIBUSB_CALL libusb_close(libusb_device_handle *dev_handle);
988 libusb_device * LIBUSB_CALL libusb_get_device(libusb_device_handle *dev_handle);
990 int LIBUSB_CALL libusb_set_configuration(libusb_device_handle *dev,
992 int LIBUSB_CALL libusb_claim_interface(libusb_device_handle *dev
    [all...]

Completed in 33 milliseconds