Home
last modified time | relevance | path

Searched defs:usb_handle (Results 1 – 10 of 10) sorted by relevance

/system/core/adb/
Dusb_linux.c50 struct usb_handle struct
52 usb_handle *prev; argument
53 usb_handle *next; argument
55 char fname[64];
56 int desc;
80 static usb_handle handle_list = { argument
Dusb_libusb.c43 struct usb_handle struct
45 usb_handle *prev; argument
46 usb_handle *next; argument
62 static struct usb_handle handle_list = { argument
Dusb_windows.c33 struct usb_handle { struct
35 usb_handle *prev; argument
38 usb_handle *next; argument
60 static usb_handle handle_list = { argument
Dusb_linux_client.c40 struct usb_handle struct
45 int (*write)(usb_handle *h, const void *data, int len); argument
46 int (*read)(usb_handle *h, void *data, int len); argument
47 void (*kick)(usb_handle *h); argument
50 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 */
Dusb_osx.c38 struct usb_handle struct
56 static usb_handle* CheckInterface(IOUSBInterfaceInterface **iface, argument
Dadb.h48 typedef struct usb_handle usb_handle; typedef
/system/core/fastboot/
Dusb_osx.c53 struct usb_handle struct
67 static int try_interfaces(IOUSBDeviceInterface182 **dev, usb_handle *handle) { in try_interfaces() argument
Dusb_windows.c51 struct usb_handle { struct
70 int recognized_device(usb_handle* handle, ifc_match_func callback); argument
Dusb_linux.c70 struct usb_handle struct
72 char fname[64];
73 int desc;
74 unsigned char ep_in;
75 unsigned char ep_out;
Dusb.h32 typedef struct usb_handle usb_handle; typedef