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
320 struct libusb_device_handle { struct322 usbi_mutex_t lock;323 unsigned long claimed_interfaces;325 struct list_head list;326 struct libusb_device *dev;327 int auto_detach_kernel_driver;328 unsigned char os_priv
973 typedef struct libusb_device_handle libusb_device_handle; typedef