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.c33 struct usb_handle struct
47 struct usb_handle *usb = (struct usb_handle *)x; in usb_open_thread() argument
Dusb_osx.c38 struct usb_handle struct
56 static usb_handle* CheckInterface(IOUSBInterfaceInterface **iface, argument
Dadb.h47 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.c69 struct usb_handle struct
71 char fname[64];
72 int desc;
73 unsigned char ep_in;
74 unsigned char ep_out;
Dusb.h32 typedef struct usb_handle usb_handle; typedef