Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/usb/sample/host/liteos_test/src/
H A Dusbhost_nosdk_speed.c59 static UsbAdapterHostEndpoint *g_uhe = NULL; variable
120 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()