Home
last modified time | relevance | path

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

/system/core/adb/
Dusb_linux.c49 struct usb_handle struct
51 usb_handle *prev; argument
52 usb_handle *next; argument
54 char fname[64];
78 static 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.h45 typedef struct usb_handle usb_handle; typedef
/system/core/fastboot/
Dusb_osx.c53 struct usb_handle struct
67 static int try_interfaces(IOUSBDeviceInterface **dev, usb_handle *handle) { in try_interfaces() argument
Dusb_windows.c50 struct usb_handle { struct
69 int recognized_device(usb_handle* handle, ifc_match_func callback); argument
Dusb_linux.c62 struct usb_handle struct
64 char fname[64];
65 int desc;
66 unsigned char ep_in;
67 unsigned char ep_out;
Dusb.h32 typedef struct usb_handle usb_handle; typedef