Searched defs:libusb_device_handle (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/libusb/src/libusb/
H A Dlibusbi.h320 struct libusb_device_handle { struct
422 void usbi_handle_disconnect(struct libusb_device_handle *handle);
616 int (*open)(struct libusb_device_handle *handle);
626 void (*close)(struct libusb_device_handle *handle);
733 int (*get_configuration)(struct libusb_device_handle *handle, int *config);
750 int (*set_configuration)(struct libusb_device_handle *handle, int config);
769 int (*claim_interface)(struct libusb_device_handle *handle, int interface_number);
786 int (*release_interface)(struct libusb_device_handle *handle, int interface_number);
802 int (*set_interface_altsetting)(struct libusb_device_handle *handle,
816 int (*clear_halt)(struct libusb_device_handle *handl
[all...]
H A Dlibusb.h902 struct libusb_device_handle;
973 typedef struct libusb_device_handle libusb_device_handle; typedef in typeref:struct:libusb_device_handle
1212 libusb_device_handle *dev_handle;
1322 int LIBUSB_CALL libusb_get_configuration(libusb_device_handle *dev,
1340 int LIBUSB_CALL libusb_get_bos_descriptor(libusb_device_handle *handle,
1373 int LIBUSB_CALL libusb_open(libusb_device *dev, libusb_device_handle **handle);
1374 void LIBUSB_CALL libusb_close(libusb_device_handle *dev_handle);
1375 libusb_device * LIBUSB_CALL libusb_get_device(libusb_device_handle *dev_handle);
1377 int LIBUSB_CALL libusb_set_configuration(libusb_device_handle *de
[all...]
/external/libusb/libusb/
H A Dlibusbi.h221 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 *handl
[all...]
H A Dlibusb.h544 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 *de
[all...]

Completed in 5892 milliseconds