Searched refs:endpoint (Results 1 – 5 of 5) sorted by relevance
77 UInt8 endpoint; in try_interfaces() local184 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()
301 UInt8 endpoint; in CheckInterface() local337 for (endpoint = 0; endpoint <= interfaceNumEndpoints; endpoint++) { in CheckInterface()344 kr = (*interface)->GetPipeProperties(interface, endpoint, &direction, in CheckInterface()352 handle->bulkIn = endpoint; in CheckInterface()355 handle->bulkOut = endpoint; in CheckInterface()
296 urb->endpoint = h->ep_out; in usb_bulk_write()348 urb->endpoint = h->ep_in; in usb_bulk_read()
268 libusb_endpoint_descriptor *edesc = &idesc->endpoint[e]; in check_usb_interface()
205 endpoint at any given time. The protocol remains unchanged, but the