Searched defs:usb_handle (Results 1 – 9 of 9) sorted by relevance
49 struct usb_handle struct51 usb_handle *prev; argument52 usb_handle *next; argument54 char fname[64];78 static 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
45 typedef struct usb_handle usb_handle; typedef
53 struct usb_handle struct67 static int try_interfaces(IOUSBDeviceInterface **dev, usb_handle *handle) { in try_interfaces() argument
50 struct usb_handle { struct69 int recognized_device(usb_handle* handle, ifc_match_func callback); argument
62 struct usb_handle struct64 char fname[64];65 int desc;66 unsigned char ep_in;67 unsigned char ep_out;
32 typedef struct usb_handle usb_handle; typedef