Home
last modified time | relevance | path

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

/drivers/peripheral/usb/sample/host/src/
Dusbhost_nosdk_speed.c61 static struct UsbAdapterUrb *g_sendUrb = NULL; variable
173 g_sendUrb = urb[i].urb; in SendProcess()
174 FillUrb(g_sendUrb, TEST_LENGTH); in SendProcess()
175 int32_t ret = ioctl(g_fd, USBDEVFS_SUBMITURB, g_sendUrb); in SendProcess()
288 g_sendUrb = urb[i].urb; in BeginProcess()
289 ret = ioctl(g_fd, USBDEVFS_SUBMITURB, g_sendUrb); in BeginProcess()
/drivers/peripheral/usb/sample/host/liteos_test/src/
Dusbhost_nosdk_speed.c53 static struct urb *g_sendUrb = NULL; variable
119 g_sendUrb = urb[i].urb; in SendProcess()
125 err = usb_submit_urb(g_sendUrb, 0); in SendProcess()
228 g_sendUrb = urb[i].urb; in BeginProcess()
234 ret = usb_submit_urb(g_sendUrb, 0); in BeginProcess()