Home
last modified time | relevance | path

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

/system/core/adb/client/
Dusb_linux.cpp68 unsigned char ep_out; member
311 urb->endpoint = h->ep_out; in usb_bulk_write()
515 unsigned char ep_out, int interface, int serial_index, in register_device() argument
533 D("[ usb located new device %s (%d/%d/%d) ]", dev_name, ep_in, ep_out, interface); in register_device()
537 usb->ep_out = ep_out; in register_device()
/system/core/fastboot/
Dusb_linux.cpp91 unsigned char ep_out; member
372 usb->ep_out = out; in find_usb_device()
401 if (handle_->ep_out == 0 || handle_->desc == -1) { in Write()
409 bulk.ep = handle_->ep_out; in Write()