Searched defs:libusb_device_handle (Results 1 – 2 of 2) sorted by relevance
221 struct libusb_device_handle { struct223 pthread_mutex_t lock;224 unsigned long claimed_interfaces;226 struct list_head list;227 struct libusb_device *dev;228 unsigned char os_priv[0];
591 typedef struct libusb_device_handle libusb_device_handle; typedef