Home
last modified time | relevance | path

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

/drivers/peripheral/usb/ddk/host/include/
H A Dusb_interface_pool.h75 struct OsalThread ioSendProcess; member
/drivers/peripheral/usb/ddk/host/src/
H A Dusb_io_manage.c279 ret = OsalThreadCreate(&interfacePool->ioSendProcess, (OsalThreadEntry)IoSendProcess, (void *)interfacePool); in UsbIoStart()
285 ret = OsalThreadStart(&interfacePool->ioSendProcess, &threadCfg); in UsbIoStart()
314 OsalThreadDestroy(&interfacePool->ioSendProcess); in UsbIoStart()
363 HDF_STATUS ret = OsalThreadDestroy(&interfacePool->ioSendProcess); in UsbIoStop()

Completed in 2 milliseconds