Searched refs:g_uhe (Results 1 – 1 of 1) sorted by relevance
59 static UsbAdapterHostEndpoint *g_uhe = NULL; variable120 int32_t err = usb_setup_endpoint(g_fd, g_uhe, TEST_BYTE_COUNT_UINT); in SendProcess()180 urb[i].urb->endpoint = g_uhe; in BeginProcessHandleFirst()211 g_uhe = usb_find_host_endpoint(g_fd, USB_REQUEST_TYPE_BULK, endPoint); in BeginProcess()212 if (g_uhe == NULL) { in BeginProcess()229 ret = usb_setup_endpoint(g_fd, g_uhe, TEST_BYTE_COUNT_UINT); in BeginProcess()