Searched defs:libusb_device_handle (Results 1 – 4 of 4) 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
331 struct libusb_device_handle { struct333 usbi_mutex_t lock;334 unsigned long claimed_interfaces;336 struct list_head list;337 struct libusb_device *dev;338 unsigned char os_priv[0];
709 typedef struct libusb_device_handle libusb_device_handle; typedef