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
40 struct usb_handle struct45 int (*write)(usb_handle *h, const void *data, int len); argument46 int (*read)(usb_handle *h, void *data, int len); argument47 void (*kick)(usb_handle *h); argument50 int fd;53 int control;54 int bulk_out; /* "out" from the host's perspective => source for adbd */55 int bulk_in; /* "in" from the host's perspective => sink for adbd */
38 struct usb_handle struct56 static usb_handle* CheckInterface(IOUSBInterfaceInterface **iface, argument
48 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
70 struct usb_handle struct72 char fname[64];73 int desc;74 unsigned char ep_in;75 unsigned char ep_out;
32 typedef struct usb_handle usb_handle; typedef