OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:libusb_device_handle
(Results
1 - 2
of
2
) 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
...]
Completed in 111 milliseconds