Home
last modified time | relevance | path

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

/drivers/peripheral/usb/ddk/host/src/
H A Dusb_io_manage.c46 static int32_t IoSendProcess(const void *interfacePoolArg) in IoSendProcess() argument
48 if (interfacePoolArg == NULL) { in IoSendProcess()
53 struct UsbInterfacePool *interfacePool = (struct UsbInterfacePool *)interfacePoolArg; in IoSendProcess()
104 static int32_t IoAsyncReceiveProcess(const void *interfacePoolArg) in IoAsyncReceiveProcess() argument
106 if (interfacePoolArg == NULL) { in IoAsyncReceiveProcess()
111 struct UsbInterfacePool *interfacePool = (struct UsbInterfacePool *)interfacePoolArg; in IoAsyncReceiveProcess()

Completed in 1 milliseconds