Home
last modified time | relevance | path

Searched refs:endpoint (Results 1 – 8 of 8) sorted by relevance

/system/core/fastboot/
Dusb_osx.c77 UInt8 endpoint; in try_interfaces() local
184 for (endpoint = 0; endpoint <= interfaceNumEndpoints; endpoint++) { in try_interfaces()
191 kr = (*interface)->GetPipeProperties(interface, endpoint, in try_interfaces()
202 handle->bulkIn = endpoint; in try_interfaces()
205 handle->bulkOut = endpoint; in try_interfaces()
/system/core/adb/
Dusb_osx.c309 UInt8 endpoint; in CheckInterface() local
345 for (endpoint = 0; endpoint <= interfaceNumEndpoints; endpoint++) { in CheckInterface()
352 kr = (*interface)->GetPipeProperties(interface, endpoint, &direction, in CheckInterface()
360 handle->bulkIn = endpoint; in CheckInterface()
363 handle->bulkOut = endpoint; in CheckInterface()
Dusb_linux.c320 urb->endpoint = h->ep_out; in usb_bulk_write()
372 urb->endpoint = h->ep_in; in usb_bulk_read()
DSERVICES.TXT144 <local> is the host-specific endpoint (e.g. tcp:9000).
145 <remote> is the device-specific endpoint.
Dusb_libusb.c268 libusb_endpoint_descriptor *edesc = &idesc->endpoint[e]; in check_usb_interface()
Dprotocol.txt224 endpoint at any given time. The protocol remains unchanged, but the
/system/core/include/usbhost/
Dusbhost.h50 int endpoint; member
206 int endpoint,
/system/core/libusbhost/
Dusbhost.c586 int endpoint, in usb_device_bulk_transfer() argument
598 ctrl.ep = endpoint; in usb_device_bulk_transfer()
621 urb->endpoint = ep_desc->bEndpointAddress; in usb_request_new()
632 req->endpoint = urb->endpoint; in usb_request_new()