Home | History | Annotate | Download | only in winusb

Lines Matching refs:endpoint

100   // ADB_QUERY_BULK_READ_ENDPOINT_INDEX into actual endpoint indexes and IDs.

101 for (UCHAR endpoint = 0; endpoint < usb_interface_descriptor_.bNumEndpoints;
102 endpoint++) {
103 // Get endpoint information
105 if (!WinUsb_QueryPipe(winusb_handle(), interface_number(), endpoint,
111 // This is a bulk endpoint. Cache its index and ID.
113 // Use this endpoint as default bulk read endpoint
115 def_read_endpoint_ = endpoint;
118 // Use this endpoint as default bulk write endpoint
120 def_write_endpoint_ = endpoint;
250 // Get actual endpoint index for predefined read / write endpoints.
257 // Query endpoint information
264 // Save endpoint information into output.