Searched defs:cmdType (Results 1 – 10 of 10) sorted by relevance
66 static int32_t TestParaseCommand(int32_t paramNum, const char *cmdParam, int32_t *cmdType, char *ap… in TestParaseCommand()185 static void TestCmdLoopOther(int32_t cmdType, const char *param) in TestCmdLoopOther()224 static int32_t TestCmdLoop(int32_t cmdType, const char *param) in TestCmdLoop()321 int32_t cmdType; in main() local
62 static void TestInitPnpInfo(enum UsbPnpNotifyServiceCmd cmdType) in TestInitPnpInfo()
126 static void TestModuleWriteLog(int32_t cmdType, const char *str) in TestModuleWriteLog()584 int32_t UsbHostDdkTestOpen(int32_t cmdType) in UsbHostDdkTestOpen()610 int32_t UsbHostDdkTestClose(int32_t cmdType) in UsbHostDdkTestClose()
319 int32_t cmdType = HOST_ECM_ADD_INTERFACE; in EcmOpen() local404 int32_t cmdType = HOST_ECM_REMOVE_INTERFACE; in EcmClose() local
634 int32_t cmdType = HOST_ACM_ASYNC_READ; in SerialOpen() local684 int32_t cmdType = HOST_ACM_SYNC_READ; in SerialClose() local
866 int32_t cmdType = HOST_ACM_ASYNC_READ; in SerialOpen() local923 int32_t cmdType = HOST_ACM_SYNC_READ; in SerialClose() local
986 enum UsbPnpNotifyServiceCmd cmdType = USB_PNP_NOTIFY_ADD_INTERFACE; in UsbAddOrRemoveInterface() local
1381 int32_t RawInitPnpService(enum UsbPnpNotifyServiceCmd cmdType, struct UsbPnpAddRemoveInfo infoData) in RawInitPnpService()
335 int32_t cmdType = (requestType >> CMD_OFFSET_5) & CMD_TYPE_MASK; in CtrlTranParamGetReqType() local
1075 uint8_t cmdType; member