Home
last modified time | relevance | path

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

/drivers/peripheral/usb/sample/host/src/
Dusbhost_test.c67 static int32_t TestParaseCommand(int32_t paramNum, const char *cmdParam, int32_t *cmdType, char *ap… in TestParaseCommand() argument
87 if (paramNum != PARAM_GET_CMD_LEN) { in TestParaseCommand()
93 if (paramNum != PARAM_SET_CMD_LEN) { in TestParaseCommand()
99 if (paramNum != PARAM_GET_CMD_LEN) { in TestParaseCommand()
105 if (paramNum != PARAM_SET_CMD_LEN) { in TestParaseCommand()
111 if (paramNum != PARAM_GET_CMD_LEN) { in TestParaseCommand()
117 if (paramNum != PARAM_GET_CMD_LEN) { in TestParaseCommand()
123 if (paramNum != PARAM_GET_CMD_LEN) { in TestParaseCommand()
129 if (paramNum != PARAM_GET_CMD_LEN) { in TestParaseCommand()
135 if (paramNum != PARAM_GET_CMD_LEN) { in TestParaseCommand()
[all …]
/drivers/peripheral/usb/sample/host/liteos_test/include/
Dusbhost_sdkraw_speed.h67 int32_t paramNum; member
Dusbhost_sdkapi_speed.h72 int32_t paramNum; member
Dusbhost_nosdk_speed.h69 int32_t paramNum; member
/drivers/peripheral/usb/sample/host/liteos_test/src/
Dusbhost_speed_test.c46 int32_t paramNum; member
245 speedTest->paramNum = argc - 1; in CheckParam()
Dusbhost_nosdk_speed.c312 if (input->paramNum == INPUT_COMPARE_PARAMNUM) { in UsbSerialSpeedInit()
321 } else if (input->paramNum == INPUT_COMPARE_NUMTWO) { in UsbSerialSpeedInit()
327 } else if (input->paramNum == INPUT_COMPARE_NUMONE) { in UsbSerialSpeedInit()
Dusbhost_sdkapi_speed.c342 if (input->paramNum == TEST_SIX_TYPE) { in UsbSerialSpeedInit()
350 } else if (input->paramNum == TEST_FIVE_TYPE) { in UsbSerialSpeedInit()
355 } else if (input->paramNum == TEST_THREE_TYPE) { in UsbSerialSpeedInit()
Dusbhost_sdkraw_speed.c564 if (input->paramNum == TEST_SIX_TYPE) { in UsbSerialSpeedInit()
572 } else if (input->paramNum == TEST_FIVE_TYPE) { in UsbSerialSpeedInit()
577 } else if (input->paramNum == TEST_THREE_TYPE) { in UsbSerialSpeedInit()