Searched defs:usb_handle (Results 1 – 10 of 10) sorted by relevance
50 struct usb_handle struct52 usb_handle *prev; argument53 usb_handle *next; argument55 char fname[64];56 int desc;80 static usb_handle handle_list = { argument
43 struct usb_handle struct45 usb_handle *prev; argument46 usb_handle *next; argument62 static struct usb_handle handle_list = { argument
33 struct usb_handle { struct35 usb_handle *prev; argument38 usb_handle *next; argument60 static usb_handle handle_list = { argument
33 struct usb_handle struct47 struct usb_handle *usb = (struct usb_handle *)x; in usb_open_thread() argument
38 struct usb_handle struct56 static usb_handle* CheckInterface(IOUSBInterfaceInterface **iface, argument
47 typedef struct usb_handle usb_handle; typedef
53 struct usb_handle struct67 static int try_interfaces(IOUSBDeviceInterface182 **dev, usb_handle *handle) { in try_interfaces() argument
51 struct usb_handle { struct70 int recognized_device(usb_handle* handle, ifc_match_func callback); argument
69 struct usb_handle struct71 char fname[64];72 int desc;73 unsigned char ep_in;74 unsigned char ep_out;
32 typedef struct usb_handle usb_handle; typedef