Home | History | Annotate | Download | only in adb

Lines Matching refs:usb_handle

38 struct usb_handle
56 static usb_handle* CheckInterface(IOUSBInterfaceInterface **iface,
258 usb_handle* handle = CheckInterface((IOUSBInterfaceInterface**)iface,
288 usb_handle *handle = (usb_handle *)refCon;
303 static usb_handle*
306 usb_handle* handle = NULL;
341 handle = calloc(1, sizeof(usb_handle));
452 int usb_write(usb_handle *handle, const void *buf, int len)
492 int usb_read(usb_handle
528 int usb_close(usb_handle *handle)
533 void usb_kick(usb_handle *handle)