Home
last modified time | relevance | path

Searched refs:ep_in (Results 1 – 2 of 2) sorted by relevance

/system/core/adb/client/
Dusb_linux.cpp67 unsigned char ep_in; member
350 urb->endpoint = h->ep_in; in usb_bulk_read()
514 static void register_device(const char* dev_name, const char* dev_path, unsigned char ep_in, in register_device() argument
533 D("[ usb located new device %s (%d/%d/%d) ]", dev_name, ep_in, ep_out, interface); in register_device()
536 usb->ep_in = ep_in; in register_device()
/system/core/fastboot/
Dusb_linux.cpp90 unsigned char ep_in; member
371 usb->ep_in = in; in find_usb_device()
436 if (handle_->ep_in == 0 || handle_->desc == -1) { in Read()
443 bulk.ep = handle_->ep_in; in Read()