Home | History | Annotate | Download | only in minadbd

Lines Matching refs:usb

47     struct usb_handle *usb = (struct usb_handle *)x;
51 // wait until the USB device needs opening
52 adb_mutex_lock(&usb->lock);
53 while (usb->fd != -1)
54 adb_cond_wait(&usb->notify, &usb->lock);
55 adb_mutex_unlock(&usb->lock);
72 usb->fd = fd;
75 register_usb_transport(usb, 0, 1);
124 // the enabling of the adb USB function in the kernel.
137 fatal_errno("cannot create usb thread");