Home
last modified time | relevance | path

Searched refs:ioAsyncReceiveProcess (Results 1 - 2 of 2) sorted by relevance

/drivers/peripheral/usb/ddk/host/include/
H A Dusb_interface_pool.h76 struct OsalThread ioAsyncReceiveProcess; member
/drivers/peripheral/usb/ddk/host/src/
H A Dusb_io_manage.c297 ret = OsalThreadCreate(&interfacePool->ioAsyncReceiveProcess, (void *)IoAsyncReceiveProcess, (void *)interfacePool); in UsbIoStart()
303 ret = OsalThreadStart(&interfacePool->ioAsyncReceiveProcess, &threadCfg); in UsbIoStart()
312 OsalThreadDestroy(&interfacePool->ioAsyncReceiveProcess); in UsbIoStart()
368 ret = OsalThreadDestroy(&interfacePool->ioAsyncReceiveProcess); in UsbIoStop()

Completed in 1 milliseconds