Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/usb/ddk/host/src/
H A Dusb_io_manage.c44 static int32_t IoSendProcess(const void *interfacePoolArg) in IoSendProcess() argument
46 if (interfacePoolArg == NULL) { in IoSendProcess()
51 struct UsbInterfacePool *interfacePool = (struct UsbInterfacePool *)interfacePoolArg; in IoSendProcess()
110 static int32_t IoAsyncReceiveProcess(const void *interfacePoolArg) in IoAsyncReceiveProcess() argument
112 if (interfacePoolArg == NULL) { in IoAsyncReceiveProcess()
117 struct UsbInterfacePool *interfacePool = (struct UsbInterfacePool *)interfacePoolArg; in IoAsyncReceiveProcess()